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

Peter Muir peter at bleepbleep.org.uk
Tue Jul 10 09:08:18 EDT 2007


  User: pmuir   
  Date: 07/07/10 09:08:18

  Modified:    examples/hibernate2  build.xml
  Log:
  Better descriptions
  
  Revision  Changes    Path
  1.20      +7 -7      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.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- build.xml	9 Jul 2007 04:32:42 -0000	1.19
  +++ build.xml	10 Jul 2007 13:08:18 -0000	1.20
  @@ -2,27 +2,27 @@
   
   <project name="Hibernate Booking" default="jboss" basedir=".">
   
  -   <target name="jboss" description="Build the Hibernate artifacts, suitable for deployment to JBoss 4.2.0.GA">
  +   <target name="jboss" description="Build the Hibernate Booking example artifacts, suitable for deployment to JBoss 4.2.0.GA">
        	<ant antfile="build-jboss.xml"/>
      </target>
   
  -   <target name="jboss405" description="Build the Hibernate artifacts, suitable for deployment to JBoss 4.0.5.GA">
  +   <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>
   
  -   <target name="glassfish" description="Build the Hibernate artifacts, suitable for deployment to Glassfish V2">
  +   <target name="glassfish" description="Build the Hibernate Booking example artifacts, suitable for deployment to Glassfish V2">
        	<ant antfile="build-glassfish.xml"/>
      </target>
   
  -   <target name="weblogic92" description="Build the Hibernate artifacts, suitable for deployment to WebLogic 9.2">
  +   <target name="weblogic92" description="Build the Hibernate Booking example artifacts, suitable for deployment to WebLogic 9.2">
        	<ant antfile="build-weblogic92.xml"/>
      </target>
   
  -   <target name="websphere61" description="Build the Hibernate artifacts, suitable for deployment to WebSphere 6.1.0.9">
  +   <target name="websphere61" description="Build the Hibernate Booking example artifacts, suitable for deployment to WebSphere 6.1.0.9">
        	<ant antfile="build-websphere61.xml"/>
      </target>
   
  -   <target name="tomcat" description="Build the Hibernate artifacts, suitable for deployment to Tomcat 5.5">
  +   <target name="tomcat" description="Build the Hibernate Booking example artifacts, suitable for deployment to Tomcat 5.5">
        	<ant antfile="build-tomcat.xml"/>
      </target>
   
  @@ -35,7 +35,7 @@
       	<ant antfile="build-tomcat.xml" target="clean" />
      </target>
   
  -   <target name="all" depends="jboss, jboss405, glassfish, weblogic92, websphere61, tomcat"/>
  +   <target name="all" depends="jboss, jboss405, glassfish, weblogic92, websphere61, tomcat" description="Build Hibernate Booking example, for deployment to all supported application servers"/>
   
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list