[Jboss-cvs] JBossAS SVN: r56691 - branches/Branch_4_0/ejb3
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Sep 8 22:01:07 EDT 2006
Author: bill.burke at jboss.com
Date: 2006-09-08 22:01:06 -0400 (Fri, 08 Sep 2006)
New Revision: 56691
Modified:
branches/Branch_4_0/ejb3/build-test.xml
Log:
Modified: branches/Branch_4_0/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_0/ejb3/build-test.xml 2006-09-09 02:00:46 UTC (rev 56690)
+++ branches/Branch_4_0/ejb3/build-test.xml 2006-09-09 02:01:06 UTC (rev 56691)
@@ -860,22 +860,6 @@
</jar>
</target>
- <target name="pkg"
- description="Builds all jar files."
- depends="compile-classes">
-
- <mkdir dir="${build.lib}"/>
-
- <jar jarfile="${build.lib}/pkg-test.jar">
- <fileset dir="${build.classes}">
- <include name="org/jboss/ejb3/test/pkg/*.class"/>
- </fileset>
- <fileset dir="${resources}/test/entity">
- <include name="META-INF/persistence.xml"/>
- </fileset>
- </jar>
- </target>
-
<target name="txexceptions"
description="Builds all jar files."
depends="compile-classes">
@@ -2597,7 +2581,7 @@
ejbthree454, ejbthree653, ejbthree670, aspectdomain, ejbcontext, schema, mail, scopedclassloader, dependency,
securitydomain, enventry,
jms/managed, naming, bmt, jca/inflowmdb, pool, jms, security, reference21_30, factory, dd/web, txexceptions,
- exception, dd/override, stateless, dd/mdb, bank, dd, longlived, xmlcfg, hbm, pkg, regressionHHH275,
+ exception, dd/override, stateless, dd/mdb, bank, dd, longlived, xmlcfg, hbm, regressionHHH275,
entityexception, asynchronous, consumer, clusteredentity, secondary, stateful, service, lob, cache, initial,
timer, benchmark, entity, joininheritance, singletable, tableperclass, dependent, mdb, manytomany, regression,
composite, composite2, entitycallback, relationships, ssl, ssladvanced, clusteredsession, strictpool, jacc,
@@ -3086,9 +3070,6 @@
<param name="test" value="hbm"/>
</antcall>
<antcall target="test" inheritRefs="true">
- <param name="test" value="pkg"/>
- </antcall>
- <antcall target="test" inheritRefs="true">
<param name="test" value="entityexception"/>
</antcall>
<antcall target="test" inheritRefs="true">
More information about the jboss-cvs-commits
mailing list