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

Gavin King gavin.king at jboss.com
Tue Dec 5 08:20:23 EST 2006


  User: gavin   
  Date: 06/12/05 08:20:23

  Modified:    examples/remoting/progressbar  build.xml
  Log:
  migrate to new build
  
  Revision  Changes    Path
  1.8       +7 -61     jboss-seam/examples/remoting/progressbar/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/progressbar/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- build.xml	6 Aug 2006 13:59:20 -0000	1.7
  +++ build.xml	5 Dec 2006 13:20:23 -0000	1.8
  @@ -6,67 +6,13 @@
       <property name="Name"                   value="Seam Remoting Progress Bar Example"/>
       <property name="example.name"           value="seam-progressbar"/>
   
  -    <!-- WAR -->
  -    <zipfileset id="example.war.docroot"
  -               dir="view">
  -      <include name="**/*"/>
  -    </zipfileset>
  -	
  -    <zipfileset id="example.war.webinf"
  -            prefix="WEB-INF"
  -               dir="resources/WEB-INF" >
  -        <patternset refid="meta.files"/>
  -    </zipfileset>
  -	
  -    <zipfileset id="example.war.webinf.lib"
  -            prefix="WEB-INF/lib"
  -               dir="../../../facelets/lib">
  -        <include name="*.jar"/>
  -    </zipfileset>
  -	
  -    <zipfileset id="example.war.webinf.lib.extra" 
  -            prefix="WEB-INF/lib"
  -               dir=".">
  -        <include name="_NONE_"/>
  -    </zipfileset>
  -
  -    <!-- EJB3 -->
  -    <fileset id="example.ejb3.root"
  -            dir="resources">
  -        <include name="seam.properties"/>
  -        <include name="META-INF/ejb-jar.xml"/>
  -    </fileset>
  -
  -    <!-- EAR -->
  -    <zipfileset id="example.ear.resources"
  -            dir="resources">
  -      <include name="META-INF/*"/>
  -    </zipfileset>
  -
  -    <fileset id="example.ejb3.lib" dir="../../../lib">
  -      <include name="_NONE_"/>
  -    </fileset>
  -  
  -	<!-- Test -->
  -	<fileset id="example.resources" dir="resources">
  -		<include name="**/*.*"/>
  -	</fileset>
  -
  -    <!-- Deploy -->
  -    <fileset id="example.deploy"
  -            dir="resources">
  -        <include name="_NONE_"/>
  -    </fileset>
  -
  -    <!-- Undeploy -->
  -    <patternset id="example.undeploy">
  -        <include name="_NONE_"/>
  -    </patternset>
  -
       <!-- Overrides -->
  +	<property name="example.webinf.lib.dir"  value="."/>
  +	<property name="example.facelets.lib"    value="yes"/>
       <property name="src.java.dir" value="src"/>
   	<property name="src.test.dir" value="src"/>
   	<property name="test.classpath" value="test.eejb.classpath"/>
  +    <property name="tomcat.conf"             value="eejb.conf"/>
   
       <import file="../../../build.xml"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list