[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Fri Sep 21 17:28:36 EDT 2007


  User: pmuir   
  Date: 07/09/21 17:28:36

  Modified:    jboss-seam  build.xml
  Log:
  Oops
  
  Revision  Changes    Path
  1.276     +2 -2      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.275
  retrieving revision 1.276
  diff -u -b -r1.275 -r1.276
  --- build.xml	21 Sep 2007 21:20:42 -0000	1.275
  +++ build.xml	21 Sep 2007 21:28:36 -0000	1.276
  @@ -50,7 +50,7 @@
   	<property name="lib.dir" value="${basedir}/lib" />
   
   	<path id="maven-ant-tasks.classpath" path="${build.dir}/lib/maven-ant-tasks.jar" />
  -	<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpath="${build.dir}/lib/maven-ant-tasks.jar" />
  +	<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />
   
   	<import file="${build.dir}/utilities.build.xml" />
   	<import file="${build.dir}/common.build.xml" />
  @@ -770,7 +770,7 @@
   		<attribute name="target" />
   		<sequential>
   			<pomfile name="ui.pom" value="${build.dir}/ui.pom.xml" tofile="${ui.dir}/pom.xml" />
  -			<maven target="install" basedir="${ui.dir}" />
  +			<maven target="@{target}" basedir="${ui.dir}" />
   			<delete file="${ui.dir}/pom.xml" />
   		</sequential>
   	</macrodef>
  
  
  



More information about the jboss-cvs-commits mailing list