[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Fri Sep 21 16:29:23 EDT 2007


  User: pmuir   
  Date: 07/09/21 16:29:23

  Modified:    jboss-seam  build.xml
  Log:
  Updates to dependency management (repositories)
  
  Revision  Changes    Path
  1.274     +1 -16     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.273
  retrieving revision 1.274
  diff -u -b -r1.273 -r1.274
  --- build.xml	21 Sep 2007 15:55:48 -0000	1.273
  +++ build.xml	21 Sep 2007 20:29:23 -0000	1.274
  @@ -645,8 +645,6 @@
   
   	<target name="testcore" depends="inittestcore,compiletest" description="Run the core unit tests">
   		<taskdef resource="testngtasks" classpathref="test.core.path" />
  -		<property name="cp" refid="test.core.path" />
  -		<echo>${cp}</echo>
   		<testng>
   			<jvmarg value="-Djava.awt.headless=true" />
   			<classpath>
  @@ -773,20 +771,7 @@
   		<attribute name="target" />
   		<sequential>
   			<pomfile name="ui.pom" value="${build.dir}/ui.pom.xml" tofile="${ui.dir}/pom.xml" />
  -			<java classname="org.codehaus.classworlds.Launcher" fork="true" dir="${basedir}/ui">
  -				<classpath>
  -					<fileset dir="${maven.dir}/core/boot">
  -						<include name="*.jar" />
  -					</fileset>
  -					<fileset dir="${maven.dir}/bin">
  -						<include name="*.*" />
  -					</fileset>
  -				</classpath>
  -				<sysproperty key="classworlds.conf" value="${maven.dir}/bin/m2.conf" />
  -				<sysproperty key="maven.home" value="${maven.dir}" />
  -				<arg line="-Dseam.version=${version}.${patchlevel}" />
  -				<arg line="@{target}" />
  -			</java>
  +			<maven target="install" basedir="${ui.dir}" />
   			<delete file="${ui.dir}/pom.xml" />
   		</sequential>
   	</macrodef>
  
  
  



More information about the jboss-cvs-commits mailing list