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

Peter Muir peter at bleepbleep.org.uk
Mon Oct 1 12:46:28 EDT 2007


  User: pmuir   
  Date: 07/10/01 12:46:28

  Modified:    examples  build.xml
  Log:
  Fix build for icefaces
  
  Revision  Changes    Path
  1.46      +2 -18     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.45
  retrieving revision 1.46
  diff -u -b -r1.45 -r1.46
  --- build.xml	1 Oct 2007 16:15:50 -0000	1.45
  +++ build.xml	1 Oct 2007 16:46:28 -0000	1.46
  @@ -36,7 +36,6 @@
   
   	<!-- Library directories -->
   	<property name="lib.dir" value="${seam.dir}/lib" />
  -	<property name="example.tmp.lib.dir" value="${tmp.dir}/${example.name}/lib" />
   	<property name="mail.dir" value="${seam.dir}/mail" />
   	<property name="meldware.dir" value="${mail.dir}/buni-meldware" />
   
  @@ -417,22 +416,7 @@
   		<mkdir dir="${dist.dir}" />
   	</target>
   	
  -	<target name="copyextradependencies">
  -        <!--
  -		<artifact:dependencies filesetId="icefaces.fileset"
  -versionsId="icefaces.versions">
  -			<dependency groupId="org.icefaces" artifactId="icefaces" version="1.6.1" />
  -			<dependency groupId="org.icefaces" artifactId="icefaces-comps"
  -version="1.6.1" />
  -			<dependency groupId="org.icefaces" artifactId="icefaces-facelets"
  -version="1.6.1" />
  -		</artifact:dependencies>
  -		<copy todir="${example.tmp.lib.dir}">
  -			<fileset refid="icefaces.fileset" />
  -			<mapper classpathref="maven-ant-tasks.classpath" classname="org.apache.maven.artifact.ant.VersionMapper" from="${icefaces.versions}" to="flatten" />
  -		</copy>
  -        -->
  -        </target>
  +	<target name="copyextradependencies" />
   
   	<!-- Use the Eclipse compiler, if it is available -->
   	<target name="select-compiler">
  
  
  



More information about the jboss-cvs-commits mailing list