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

Peter Muir peter at bleepbleep.org.uk
Wed Nov 14 07:10:06 EST 2007


  User: pmuir   
  Date: 07/11/14 07:10:06

  Modified:    build    common.build.xml
  Log:
  Fix library copying post provided scope changes
  
  Revision  Changes    Path
  1.14      +7 -0      jboss-seam/build/common.build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: common.build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/common.build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- common.build.xml	14 Nov 2007 11:23:58 -0000	1.13
  +++ common.build.xml	14 Nov 2007 12:10:06 -0000	1.14
  @@ -103,6 +103,13 @@
   	</target>
   
   	<target name="copyseamdependencies" if="mavenized.property" unless="copyseamdependenciesdone" depends="initcopy, initpoms">
  +		<copyDependencies id="core" pom="${core.pom}" todir="${lib.dir}" scope="runtime" />
  +		<copyDependencies id="debug" pom="${debug.pom}" todir="${lib.dir}" scope="runtime" />
  +		<copyDependencies id="ioc" pom="${ioc.pom}" todir="${lib.dir}" scope="runtime" />
  +		<copyDependencies id="mail" pom="${mail.pom}" todir="${lib.dir}" scope="runtime" />
  +		<copyDependencies id="pdf" pom="${pdf.pom}" todir="${lib.dir}" scope="runtime" />
  +		<copyDependencies id="remoting" pom="${remoting.pom}" todir="${lib.dir}" scope="runtime" />
  +		<copyDependencies id="ui" pom="${ui.pom}" todir="${lib.dir}" scope="runtime" />
   		<copyDependencies id="core" pom="${core.pom}" todir="${lib.dir}" scope="compile" />
   		<copyDependencies id="debug" pom="${debug.pom}" todir="${lib.dir}" scope="compile" />
   		<copyDependencies id="ioc" pom="${ioc.pom}" todir="${lib.dir}" scope="compile" />
  
  
  



More information about the jboss-cvs-commits mailing list