Author: koen.aers(a)jboss.com
Date: 2011-07-18 06:58:26 -0400 (Mon, 18 Jul 2011)
New Revision: 33003
Modified:
trunk/forge/plugins/org.jboss.tools.forge.runtime/.classpath
trunk/forge/plugins/org.jboss.tools.forge.runtime/META-INF/MANIFEST.MF
trunk/forge/plugins/org.jboss.tools.forge.runtime/build.properties
Log:
export forge api towards use in the org.jboss.tools.forge.runtime.ext plugin
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/.classpath
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.runtime/.classpath 2011-07-18 10:55:46 UTC
(rev 33002)
+++ trunk/forge/plugins/org.jboss.tools.forge.runtime/.classpath 2011-07-18 10:58:26 UTC
(rev 33003)
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry exported="true" kind="lib"
path="lib/javax.inject.jar"/>
+ <classpathentry exported="true" kind="lib"
path="lib/cdi-api.jar"/>
+ <classpathentry exported="true" kind="lib"
path="lib/forge-shell-api.jar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
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-18
10:55:46 UTC (rev 33002)
+++ trunk/forge/plugins/org.jboss.tools.forge.runtime/META-INF/MANIFEST.MF 2011-07-18
10:58:26 UTC (rev 33003)
@@ -4,3 +4,13 @@
Bundle-SymbolicName: org.jboss.tools.forge.runtime
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ClassPath: lib/forge-shell-api.jar,
+ lib/cdi-api.jar,
+ lib/javax.inject.jar
+Export-Package: javax.enterprise.context,
+ javax.enterprise.event,
+ javax.inject,
+ org.jboss.forge,
+ org.jboss.forge.shell,
+ org.jboss.forge.shell.events,
+ org.jboss.forge.shell.plugins
Modified: trunk/forge/plugins/org.jboss.tools.forge.runtime/build.properties
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.runtime/build.properties 2011-07-18 10:55:46
UTC (rev 33002)
+++ trunk/forge/plugins/org.jboss.tools.forge.runtime/build.properties 2011-07-18 10:58:26
UTC (rev 33003)
@@ -1,2 +1,7 @@
bin.includes = META-INF/,\
- .
+ .,\
+ lib/,\
+ lib/cdi-api.jar,\
+ lib/javax.inject.jar
+\
+
\ No newline at end of file
Show replies by date