mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Large ProcessingCore update, including better error reporting, better project lifecycle management, and redesign of SketchProject's to take advantage of existing JDT stuff. Some tie in's to the launching framework for running sketches, but nothing in the UI yet. Lots of debug stuff in the builder still.
This commit is contained in:
@@ -7,7 +7,10 @@ Bundle-Activator: processing.plugin.core.ProcessingCore
|
||||
Bundle-Vendor: Processing.org
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.core.resources,
|
||||
processing.plugin.appBundle;bundle-version="1.2.1";visibility:=reexport
|
||||
processing.plugin.appBundle;visibility:=reexport,
|
||||
org.eclipse.debug.core,
|
||||
org.eclipse.jdt.core,
|
||||
org.eclipse.jdt.launching
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: processing.plugin.core,
|
||||
|
||||
Reference in New Issue
Block a user