[jboss-cvs] jboss-seam/examples/jpa ...
Peter Muir
peter at bleepbleep.org.uk
Fri Sep 14 07:19:46 EDT 2007
User: pmuir
Date: 07/09/14 07:19:46
Modified: examples/jpa build.xml build-jboss.xml
Log:
Add undeploy target and make deploy default
Revision Changes Path
1.23 +5 -1 jboss-seam/examples/jpa/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- build.xml 27 Jul 2007 03:18:07 -0000 1.22
+++ build.xml 14 Sep 2007 11:19:45 -0000 1.23
@@ -2,10 +2,14 @@
<project name="JPA Booking" default="jboss" basedir=".">
- <target name="jboss" description="Build the JPA artifacts, suitable for deployment to JBoss 4.2.0.GA">
+ <target name="jboss" description="Build the JPA artifacts, and deploy to JBoss 4.2.0.GA">
<ant antfile="build-jboss.xml"/>
</target>
+ <target name="jboss.undeploy" description="Undeploy JPA example from JBoss AS">
+ <ant antfile="build-jboss.xml" target="jbosswar.undeploy"/>
+ </target>
+
<target name="jboss405" description="Build the JPA artifacts, suitable for deployment to JBoss 4.0.5.GA">
<ant antfile="build-jboss405.xml"/>
</target>
1.4 +1 -1 jboss-seam/examples/jpa/build-jboss.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build-jboss.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build-jboss.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- build-jboss.xml 6 Sep 2007 17:18:46 -0000 1.3
+++ build-jboss.xml 14 Sep 2007 11:19:45 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<project name="JPA Booking" default="noejb.archive" basedir=".">
+<project name="JPA Booking" default="jbosswar.deploy" basedir=".">
<!-- Naming -->
<property name="Name" value="The JPA Example for JBoss 4.2.0.GA"/>
More information about the jboss-cvs-commits
mailing list