Author: dgolovin
Date: 2009-06-29 15:58:20 -0400 (Mon, 29 Jun 2009)
New Revision: 16266
Modified:
branches/jbosstools-3.1.0.M2/struts/plugins/org.jboss.tools.struts.verification/META-INF/MANIFEST.MF
branches/jbosstools-3.1.0.M2/struts/plugins/org.jboss.tools.struts.verification/build.properties
Log:
fix error in struts junit tests
Modified:
branches/jbosstools-3.1.0.M2/struts/plugins/org.jboss.tools.struts.verification/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.1.0.M2/struts/plugins/org.jboss.tools.struts.verification/META-INF/MANIFEST.MF 2009-06-29
19:06:55 UTC (rev 16265)
+++
branches/jbosstools-3.1.0.M2/struts/plugins/org.jboss.tools.struts.verification/META-INF/MANIFEST.MF 2009-06-29
19:58:20 UTC (rev 16266)
@@ -16,4 +16,5 @@
org.jboss.tools.jst.web.verification
Bundle-Version: 2.0.0
Bundle-Activator: org.jboss.tools.struts.verification.StrutsVerificationPlugin
+Bundle-ClassPath: .
Modified:
branches/jbosstools-3.1.0.M2/struts/plugins/org.jboss.tools.struts.verification/build.properties
===================================================================
---
branches/jbosstools-3.1.0.M2/struts/plugins/org.jboss.tools.struts.verification/build.properties 2009-06-29
19:06:55 UTC (rev 16265)
+++
branches/jbosstools-3.1.0.M2/struts/plugins/org.jboss.tools.struts.verification/build.properties 2009-06-29
19:58:20 UTC (rev 16266)
@@ -2,7 +2,10 @@
*.jar,\
plugin.properties,\
about.html,\
- META-INF/
+ META-INF/,\
+ .
source.. = src/,\
resources/
jars.compile.order = .
+source.. = src/,\
+ resources/
Show replies by date