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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Dec 5 18:19:44 EST 2006


  User: sbryzak2
  Date: 06/12/05 18:19:44

  Modified:    examples/remoting/stories  build.xml
  Log:
  updated build files
  
  Revision  Changes    Path
  1.5       +7 -62     jboss-seam/examples/remoting/stories/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/stories/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- build.xml	28 May 2006 04:38:35 -0000	1.4
  +++ build.xml	5 Dec 2006 23:19:44 -0000	1.5
  @@ -6,69 +6,14 @@
       <property name="Name"                   value="Seam Stories Example"/>
       <property name="example.name"           value="seam-stories"/>
   
  -    <!-- 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/persistence.xml"/>
  -    	<include name="import.sql"/>
  -    </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="stories-ds.xml"/>
  -    </fileset>
  -
  -    <!-- Undeploy -->
  -    <patternset id="example.undeploy">
  -        <include name="stories-ds.xml"/>
  -    </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"/>
   
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list