[Nmrshiftdb-devel] CVS: nmrshiftdb build.xml,1.3,1.4
Brought to you by:
steinbeck
|
From: Stefan K. <sh...@us...> - 2002-02-14 15:41:31
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb
In directory usw-pr-cvs1:/tmp/cvs-serv25348
Modified Files:
build.xml
Log Message:
Changed the place of the war
Index: build.xml
===================================================================
RCS file: /cvsroot/nmrshiftdb/nmrshiftdb/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** build.xml 14 Feb 2002 15:13:38 -0000 1.3
--- build.xml 14 Feb 2002 15:41:22 -0000 1.4
***************
*** 74,78 ****
</copy>
! <war warfile="jetspeed.war" webxml="${src}/conf/web.xml">
<fileset dir="${dist}/${jetspeed}"/>
</war>
--- 74,78 ----
</copy>
! <war warfile="${dist}/jetspeed.war" webxml="${src}/conf/web.xml">
<fileset dir="${dist}/${jetspeed}"/>
</war>
***************
*** 93,96 ****
--- 93,97 ----
</target>
</project>
+
|