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

Peter Muir peter at bleepbleep.org.uk
Thu Jun 28 08:52:58 EDT 2007


  User: pmuir   
  Date: 07/06/28 08:52:58

  Modified:    examples  build.xml
  Log:
  oops
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-seam/examples/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- build.xml	28 Jun 2007 11:56:38 -0000	1.2
  +++ build.xml	28 Jun 2007 12:52:58 -0000	1.3
  @@ -335,7 +335,7 @@
   
   	<!-- Initialize the build -->
   	<target name="init">
  -		<echo message="Building ${example.name}" />
  +		<echo message="Building ${Name} ${version}" />
   		<mkdir dir="${jar.dir}" />
   		<mkdir dir="${ear.dir}" />
   		<mkdir dir="${war.dir}" />
  @@ -497,7 +497,7 @@
   		</copy>
   	</target>
   
  -	<target name="explode" depends="jar,war,ear,datasource" description="Deploy the exploded archive">
  +	<target name="explode" depends="jar,jboss.war,ear,datasource" description="Deploy the exploded archive">
   		<fail unless="jboss.home">jboss.home not set</fail>
   
   		<mkdir dir="${jar.deploy.dir}" />
  
  
  



More information about the jboss-cvs-commits mailing list