[jbosstools-commits] JBoss Tools SVN: r9378 - trunk/flow/plugins/org.jboss.tools.flow.common.core.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Jul 29 06:07:16 EDT 2008


Author: koen.aers at jboss.com
Date: 2008-07-29 06:07:16 -0400 (Tue, 29 Jul 2008)
New Revision: 9378

Modified:
   trunk/flow/plugins/org.jboss.tools.flow.common.core/build.properties
Log:
fix runtime build path

Modified: trunk/flow/plugins/org.jboss.tools.flow.common.core/build.properties
===================================================================
--- trunk/flow/plugins/org.jboss.tools.flow.common.core/build.properties	2008-07-29 09:57:10 UTC (rev 9377)
+++ trunk/flow/plugins/org.jboss.tools.flow.common.core/build.properties	2008-07-29 10:07:16 UTC (rev 9378)
@@ -1,2 +1,6 @@
-output.. = target/
-bin.includes = META-INF/
+output.. = target/,\
+           bin/
+bin.includes = META-INF/,\
+               .
+jars.compile.order = .
+source.. = src/




More information about the jbosstools-commits mailing list