Author: dgolovin
Date: 2007-09-19 22:00:51 -0400 (Wed, 19 Sep 2007)
New Revision: 3728
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetInstallDelegete.java
trunk/seam/plugins/org.jboss.tools.seam.core/templates/ejb/ejbModule/META-INF/MANIFEST.MF
Log:
testNg is removed from war and ear projects
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetInstallDelegete.java
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetInstallDelegete.java 2007-09-20
01:29:34 UTC (rev 3727)
+++
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetInstallDelegete.java 2007-09-20
02:00:51 UTC (rev 3728)
@@ -103,8 +103,7 @@
.include("jbpm.*\\.jar")
.include("jsf-facelets\\.jar")
.include("oscache.*\\.jar")
- .include("stringtemplate.*\\.jar")
- .include("testng-.*\\.jar");
+ .include("stringtemplate.*\\.jar");
public static AntCopyUtils.FileSet JBOSS_TEST_LIB_FILESET = new AntCopyUtils.FileSet()
.include("testng-.*-jdk15\\.jar")
@@ -143,8 +142,7 @@
.include("jboss-seam.jar")
.include("jbpm.*\\.jar")
.include("security\\.drl")
- .include("stringtemplate.*\\.jar")
- .include("testng-.*\\.jar");
+ .include("stringtemplate.*\\.jar");
public static AntCopyUtils.FileSet JBOSS_EAR_CONTENT_META_INF = new
AntCopyUtils.FileSet()
.include("META-INF/application\\.xml")
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/templates/ejb/ejbModule/META-INF/MANIFEST.MF
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.core/templates/ejb/ejbModule/META-INF/MANIFEST.MF 2007-09-20
01:29:34 UTC (rev 3727)
+++
trunk/seam/plugins/org.jboss.tools.seam.core/templates/ejb/ejbModule/META-INF/MANIFEST.MF 2007-09-20
02:00:51 UTC (rev 3728)
@@ -1,4 +1,3 @@
Manifest-Version: 1.0
Class-Path: jboss-seam.jar
- testng-4.5.1-jdk15.jar
@driverJar@
\ No newline at end of file
Show replies by date