Author: jbalunas(a)redhat.com
Date: 2008-06-09 14:42:12 -0400 (Mon, 09 Jun 2008)
New Revision: 8365
Modified:
branches/Seam_2_0/examples/jpa/build.xml
Log:
port of JBSEAM-2833
Modified: branches/Seam_2_0/examples/jpa/build.xml
===================================================================
--- branches/Seam_2_0/examples/jpa/build.xml 2008-06-09 18:18:26 UTC (rev 8364)
+++ branches/Seam_2_0/examples/jpa/build.xml 2008-06-09 18:42:12 UTC (rev 8365)
@@ -25,6 +25,10 @@
<target name="weblogic92" description="Build the JPA artifacts,
suitable for deployment to WebLogic 9.2">
<ant antfile="build-weblogic92.xml"/>
</target>
+
+ <target name="weblogic10" description="Build the JPA artifacts,
suitable for deployment to WebLogic 10">
+ <ant antfile="build-weblogic10.xml"/>
+ </target>
<target name="websphere61" description="Build the JPA artifacts,
suitable for deployment to WebSphere 6.1.0.13 + EJB3 FP">
<ant antfile="build-websphere61.xml"/>
@@ -43,13 +47,14 @@
<ant antfile="build-jboss405.xml" target="clean" />
<ant antfile="build-glassfish.xml" target="clean" />
<ant antfile="build-weblogic92.xml" target="clean" />
+ <ant antfile="build-weblogic10.xml" target="clean" />
<ant antfile="build-websphere61.xml" target="clean" />
<ant antfile="build-tomcat55.xml" target="clean" />
<ant antfile="build-tomcat6.xml" target="clean" />
<ant antfile="build-jboss-embedded.xml" target="clean"
/>
</target>
- <target name="all" depends="jboss, jboss405, glassfish, weblogic92,
websphere61, tomcat55, tomcat6"/>
+ <target name="all" depends="jboss, jboss405, glassfish, weblogic92,
weblogic10, websphere61, tomcat55, tomcat6"/>
<target name="test">
<ant antfile="build-jboss.xml" target="test" />
Show replies by date