Author: nickboldt
Date: 2009-10-06 12:21:08 -0400 (Tue, 06 Oct 2009)
New Revision: 17939
Modified:
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/build.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-4938 use . instead of bin for compiled classes so
we end up with a correct plugin structure
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/META-INF/MANIFEST.MF 2009-10-06
15:33:00 UTC (rev 17938)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/META-INF/MANIFEST.MF 2009-10-06
16:21:08 UTC (rev 17939)
@@ -30,6 +30,6 @@
org.jboss.tools.bpel.runtimes.facets,
org.jboss.tools.bpel.runtimes.module,
org.jboss.tools.bpel.runtimes.ui.wizards
-Bundle-ClassPath: bin
+Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/build.properties
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/build.properties 2009-10-06 15:33:00
UTC (rev 17938)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/build.properties 2009-10-06 16:21:08
UTC (rev 17939)
@@ -1,20 +1,6 @@
-bin.includes = plugin.xml,\
- META-INF/,\
- icons/,\
- plugin.properties,\
- bin/,\
- bin
-
-jars.compile.order =
-src.includes = META-INF/,\
- icons/,\
- plugin.properties,\
- plugin.xml,\
- src/,\
- build.properties,\
- bin/,\
- .project,\
- .cvsignore,\
- .classpath
-source.bin = src/
-
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.*,\
+ icons/