[jboss-cvs] jboss-seam/examples/icefaces ...
Gavin King
gavin.king at jboss.com
Mon Nov 20 00:41:36 EST 2006
User: gavin
Date: 06/11/20 00:41:36
Modified: examples/icefaces build.xml
Log:
give it its own namespace
Revision Changes Path
1.2 +5 -5 jboss-seam/examples/icefaces/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- build.xml 20 Nov 2006 04:55:00 -0000 1.1
+++ build.xml 20 Nov 2006 05:41:36 -0000 1.2
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
-<project name="Booking" default="deploy" basedir=".">
+<project name="ICEfaces Booking" default="deploy" basedir=".">
<!-- Naming -->
- <property name="Name" value="Seam on JBoss Booking Example"/>
- <property name="example.name" value="jboss-seam-booking"/>
+ <property name="Name" value="ICEfaces Booking Example"/>
+ <property name="example.name" value="jboss-seam-icefaces"/>
<!-- WAR -->
<zipfileset id="example.war.docroot"
@@ -55,12 +55,12 @@
<!-- Deploy -->
<fileset id="example.deploy"
dir="resources">
- <include name="booking-ds.xml"/>
+ <include name="icefaces-ds.xml"/>
</fileset>
<!-- Undeploy -->
<patternset id="example.undeploy">
- <include name="booking-ds.xml"/>
+ <include name="icefaces-ds.xml"/>
</patternset>
<!-- Test -->
More information about the jboss-cvs-commits
mailing list