Author: koen.aers(a)jboss.com
Date: 2011-07-28 03:49:50 -0400 (Thu, 28 Jul 2011)
New Revision: 33295
Added:
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plugin-repository.jar
Modified:
trunk/forge/plugins/org.jboss.tools.forge.runtime/META-INF/MANIFEST.MF
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/cal10n-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-dev-plugins.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-event-bus.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-git-tools.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-javaee-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-javaee-impl.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-maven-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-java-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-java.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-xml.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-project-model-maven.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-scaffold-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-scaffold-plugins.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-shell-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-shell.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/metawidget-forge.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-core.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-se-core.jar
Log:
- update of Forge runtime to snapshot supporting TriggeredActions
- expose Forge Shell API to other plugins
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/META-INF/MANIFEST.MF
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.runtime/META-INF/MANIFEST.MF 2011-07-28
04:41:31 UTC (rev 33294)
+++ trunk/forge/plugins/org.jboss.tools.forge.runtime/META-INF/MANIFEST.MF 2011-07-28
07:49:50 UTC (rev 33295)
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Forge Runtime
+Bundle-Name: Forge Runtime Plugin
Bundle-SymbolicName: org.jboss.tools.forge.runtime
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
@@ -10,8 +10,11 @@
Export-Package: javax.decorator,
javax.enterprise.context,
javax.enterprise.event,
+ javax.enterprise.inject,
javax.inject,
org.jboss.forge,
org.jboss.forge.shell,
org.jboss.forge.shell.events,
- org.jboss.forge.shell.plugins
+ org.jboss.forge.shell.plugins,
+ org.jboss.forge.shell.spi
+Bundle-Vendor: JBoss by Red Hat
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/cal10n-api.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-dev-plugins.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-event-bus.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-git-tools.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-javaee-api.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-javaee-impl.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-maven-api.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-java-api.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-java.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-xml.jar
===================================================================
(Binary files differ)
Modified:
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-project-model-maven.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-scaffold-api.jar
===================================================================
(Binary files differ)
Modified:
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-scaffold-plugins.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-shell-api.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-shell.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/metawidget-forge.jar
===================================================================
(Binary files differ)
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plugin-repository.jar
===================================================================
(Binary files differ)
Property changes on:
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plugin-repository.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-core.jar
===================================================================
(Binary files differ)
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-se-core.jar
===================================================================
(Binary files differ)
Show replies by date