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

Michael Yuan michael.yuan at jboss.com
Mon Oct 1 12:15:50 EDT 2007


  User: myuan   
  Date: 07/10/01 12:15:50

  Modified:    examples  build.xml
  Log:
  icefaces booking example
  
  Revision  Changes    Path
  1.45      +17 -2     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.44
  retrieving revision 1.45
  diff -u -b -r1.44 -r1.45
  --- build.xml	29 Sep 2007 17:21:57 -0000	1.44
  +++ build.xml	1 Oct 2007 16:15:50 -0000	1.45
  @@ -9,7 +9,7 @@
     USING SEAM sections you can see what jars are required (for use on JBoss AS)
     for Seam, and if you want to use the integration with other projects
   -->
  -<project name="SeamExample" default="example-info" basedir=".">
  +<project name="SeamExample" default="example-info" basedir="." xmlns:artifact="urn:maven-artifact-ant">
   
   	<tstamp />
   
  @@ -417,7 +417,22 @@
   		<mkdir dir="${dist.dir}" />
   	</target>
   	
  -	<target name="copyextradependencies" />
  +	<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>
   
   	<!-- Use the Eclipse compiler, if it is available -->
   	<target name="select-compiler">
  
  
  



More information about the jboss-cvs-commits mailing list