[jboss-cvs] jboss-seam/examples/hibernate2 ...

Peter Muir peter at bleepbleep.org.uk
Fri Sep 14 07:15:51 EDT 2007


  User: pmuir   
  Date: 07/09/14 07:15:51

  Modified:    examples/hibernate2   build-jboss.xml build.xml
  Log:
  Fix hibernate2 example and add deploy target for jboss
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/hibernate2/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/hibernate2/build-jboss.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- build-jboss.xml	6 Sep 2007 17:18:45 -0000	1.2
  +++ build-jboss.xml	14 Sep 2007 11:15:50 -0000	1.3
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<project name="Hibernate Booking" default="noejb.archive" basedir=".">
  +<project name="Hibernate Booking" default="jbosswar.deploy" basedir=".">
   
       <!-- Naming -->
       <property name="Name"                   value="The Hibernate Example for JBoss 4.2.0.GA"/>
  
  
  
  1.24      +5 -1      jboss-seam/examples/hibernate2/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- build.xml	17 Jul 2007 16:46:57 -0000	1.23
  +++ build.xml	14 Sep 2007 11:15:50 -0000	1.24
  @@ -2,10 +2,14 @@
   
   <project name="Hibernate Booking" default="jboss" basedir=".">
   
  -   <target name="jboss" description="Build the Hibernate Booking example artifacts, suitable for deployment to JBoss 4.2.0.GA">
  +   <target name="jboss" description="Build the Hibernate Booking example artifacts, and deploy to JBoss 4.2.0.GA">
        	<ant antfile="build-jboss.xml"/>
      </target>
   
  +	<target name="jboss.undeploy" description="Build the Hibernate Booking example artifacts, and deploy to JBoss 4.2.0.GA">
  +	     <ant antfile="build-jboss.xml" target="jbosswar.undeploy"/>
  +	</target>
  +
      <target name="jboss405" description="Build the Hibernate Booking example artifacts, suitable for deployment to JBoss 4.0.5.GA">
        	<ant antfile="build-jboss405.xml"/>
      </target>
  
  
  



More information about the jboss-cvs-commits mailing list