Author: dgolovin
Date: 2010-08-12 13:04:41 -0400 (Thu, 12 Aug 2010)
New Revision: 24116
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/build.properties
Log:
https://jira.jboss.org/browse/JBIDE-6430 Eclipse has a problem to reference
org.jboss.tools.common.model.ui 3.1.1
for some reason org.jboss.tools.common.model.ui_3.2.0.v201008101247N-M2 added to bundle
class path updated build.properties to se if it fixes that problem
Modified: trunk/common/plugins/org.jboss.tools.common.model.ui/build.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui/build.properties 2010-08-12
16:53:21 UTC (rev 24115)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui/build.properties 2010-08-12
17:04:41 UTC (rev 24116)
@@ -1,9 +1,11 @@
-source.. = src/,\
- resources/
bin.includes = plugin.xml,\
- .,\
plugin.*,\
about.html,\
META-INF/,\
images/,\
- templates/
+ templates/,\
+ .
+jars.compile.order = .
+output.. = bin/
+source.. = src/,\
+ resources/