[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Tue Jul 3 13:05:33 EDT 2007


  User: pmuir   
  Date: 07/07/03 13:05:33

  Modified:    jboss-seam  build.xml
  Log:
  Move maven, initial poms with some dependencies
  
  Revision  Changes    Path
  1.231     +8 -4      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.230
  retrieving revision 1.231
  diff -u -b -r1.230 -r1.231
  --- build.xml	3 Jul 2007 16:50:34 -0000	1.230
  +++ build.xml	3 Jul 2007 17:05:33 -0000	1.231
  @@ -77,6 +77,10 @@
   	<property name="drools.dir" value="${basedir}/drools" />
   	<property name="hibernate.dir" value="${basedir}/hibernate" />
   
  +	<!-- Build resources -->
  +	<property name="build.dir" value="${basedir}/build" />
  +	<property name="maven.dir" value="${build.dir}/maven" />
  +
   	<!-- Documentation -->
   	<property name="doc.dir" value="doc" />
   	<property name="doc.api.dir" value="${doc.dir}/api" />
  @@ -764,15 +768,15 @@
   		<sequential>
   			<java classname="org.codehaus.classworlds.Launcher" fork="true" dir="${basedir}">
   				<classpath>
  -					<fileset dir="${basedir}/maven/core/boot">
  +					<fileset dir="${maven.dir}/core/boot">
   						<include name="*.jar" />
   					</fileset>
  -					<fileset dir="${basedir}/maven/bin">
  +					<fileset dir="${maven.dir}/bin">
   						<include name="*.*" />
   					</fileset>
   				</classpath>
  -				<sysproperty key="classworlds.conf" value="${basedir}/maven/bin/m2.conf" />
  -				<sysproperty key="maven.home" value="${basedir}/maven" />
  +				<sysproperty key="classworlds.conf" value="${maven.dir}/bin/m2.conf" />
  +				<sysproperty key="maven.home" value="${maven.dir}" />
   				<sysproperty key="seam.dir" value="${basedir}" />
   				<sysproperty key="seam.version" value="${version}" />
   				<sysproperty key="tlddoc.dir" value="${dist.ui.tld.dir}" />
  
  
  



More information about the jboss-cvs-commits mailing list