Author: mculpepper(a)jboss.com
Date: 2007-10-02 12:21:09 -0400 (Tue, 02 Oct 2007)
New Revision: 3970
Modified:
trunk/common/plugins/org.jboss.tools.common.gef/build.properties
Log:
build.properties didn't include plugin.properties (making pluginName/provider
invisible) [RHDS-204]
Modified: trunk/common/plugins/org.jboss.tools.common.gef/build.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.gef/build.properties 2007-10-02 16:19:19
UTC (rev 3969)
+++ trunk/common/plugins/org.jboss.tools.common.gef/build.properties 2007-10-02 16:21:09
UTC (rev 3970)
@@ -1,7 +1,8 @@
bin.includes = plugin.xml,\
*.jar,\
common-gef.jar,\
- META-INF/
+ META-INF/,\
+ plugin.properties
source.common-gef.jar = resources/,\
src/
jars.compile.order = common-gef.jar
Show replies by date