[jbosstools-commits] JBoss Tools SVN: r39439 - in trunk: freemarker/features/org.jboss.ide.eclipse.freemarker.feature and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Mar 12 10:31:01 EDT 2012
Author: nickboldt
Date: 2012-03-12 10:31:00 -0400 (Mon, 12 Mar 2012)
New Revision: 39439
Modified:
trunk/birt/features/org.jboss.tools.birt.feature/build.properties
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/build.properties
Log:
fix build.properties to make Tycho 0.14 happy (?) [JBIDE-11273, JBIDE-11274]
Modified: trunk/birt/features/org.jboss.tools.birt.feature/build.properties
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.feature/build.properties 2012-03-12 14:29:38 UTC (rev 39438)
+++ trunk/birt/features/org.jboss.tools.birt.feature/build.properties 2012-03-12 14:31:00 UTC (rev 39439)
@@ -1,2 +1,3 @@
-bin.includes = feature*.*,\
- license.html
+bin.includes = feature.xml,\
+ license.html,\
+ feature.properties
Modified: trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/build.properties
===================================================================
--- trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/build.properties 2012-03-12 14:29:38 UTC (rev 39438)
+++ trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.feature/build.properties 2012-03-12 14:31:00 UTC (rev 39439)
@@ -1,2 +1,3 @@
-bin.includes = feature*.*,\
- license.html
+bin.includes = feature.xml,\
+ license.html,\
+ feature.properties
More information about the jbosstools-commits
mailing list