Author: sflanigan
Date: 2009-07-17 03:41:14 -0400 (Fri, 17 Jul 2009)
New Revision: 16641
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web/build.properties
trunk/struts/plugins/org.jboss.tools.struts/build.properties
Log:
Added build-time dependencies which were breaking incremental builds in development
environment. See JBIDE-4349.
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/build.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/build.properties 2009-07-17 06:59:02 UTC
(rev 16640)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/build.properties 2009-07-17 07:41:14 UTC
(rev 16641)
@@ -7,3 +7,4 @@
META-INF/,\
web.jar,\
catalog/
+additional.bundles = org.eclipse.jem.util
Modified: trunk/struts/plugins/org.jboss.tools.struts/build.properties
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts/build.properties 2009-07-17 06:59:02 UTC
(rev 16640)
+++ trunk/struts/plugins/org.jboss.tools.struts/build.properties 2009-07-17 07:41:14 UTC
(rev 16641)
@@ -6,3 +6,4 @@
about.html,\
META-INF/,\
struts.jar
+additional.bundles = org.eclipse.wst.server.core
Show replies by date