[jboss-cvs] jboss-seam/examples/remoting/chatroom ...
Gavin King
gavin.king at jboss.com
Tue Dec 5 08:20:22 EST 2006
User: gavin
Date: 06/12/05 08:20:22
Modified: examples/remoting/chatroom build.xml
Log:
migrate to new build
Revision Changes Path
1.10 +10 -66 jboss-seam/examples/remoting/chatroom/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/chatroom/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- build.xml 6 Jun 2006 20:00:21 -0000 1.9
+++ build.xml 5 Dec 2006 13:20:22 -0000 1.10
@@ -6,71 +6,15 @@
<property name="Name" value="Seam Remoting Chat Room Example"/>
<property name="example.name" value="seam-chatroom"/>
- <!-- 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="chatroom-service.xml"/>
- <include name="META-INF/ejb-jar.xml"/>
- </fileset>
-
- <!-- EAR -->
- <zipfileset id="example.ear.resources"
- dir="resources">
- <include name="META-INF/*"/>
- <include name="treecache.xml"/>
- </zipfileset>
-
- <fileset id="example.ejb3.lib" dir="../../../lib">
- <include name="jgroups.jar"/>
- <include name="jboss-cache*.jar"/>
- <include name="jboss-aop*.jar"/>
- </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.seam.lib" value="yes"/>
+ <property name="example.facelets.lib" value="yes"/>
+ <property name="example.cache.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