Author: rob.stryker(a)jboss.com
Date: 2008-01-29 21:34:51 -0500 (Tue, 29 Jan 2008)
New Revision: 6023
Modified:
trunk/as/tests/org.jboss.ide.eclipse.as.test/build.properties
Log:
no JIRA issue... improper build.properties file. (yuck)
Modified: trunk/as/tests/org.jboss.ide.eclipse.as.test/build.properties
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.test/build.properties 2008-01-30 02:01:55 UTC
(rev 6022)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.test/build.properties 2008-01-30 02:34:51 UTC
(rev 6023)
@@ -1,6 +1,8 @@
source.. = src/
-output.archivestest.jar = bin/
+output.jbossastest.jar = bin/
bin.includes = META-INF/,\
- archivestest.jar,\
+ jbossastest.jar,\
projects/
-source.archivestest.jar = src/
+jars.compile.order = .
+source.jbossastest.jar = src/
+output.jbossastest.jar = bin/
Show replies by date