[MDS-COMMIT] CVS update: MODIFIED: source ...
Laura Pearlman
commit at globus.org
Wed Dec 5 20:59:39 CST 2007
User: pearlman
Date: 07/12/05 20:59:39
Modified: webmds/webmds/source build.xml
Log:
Fix filelists and related things.
Revision Changes Path
1.14 +8 -15 ws-mds/webmds/webmds/source/build.xml
http://viewcvs.globus.org/viewcvs.cgi/ws-mds/webmds/webmds/source/build.xml.diff?r1=1.13&r2=1.14
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /home/globdev/CVS/globus-packages/ws-mds/webmds/webmds/source/build.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- build.xml 11 Oct 2007 09:36:57 -0000 1.13
+++ build.xml 6 Dec 2007 02:59:39 -0000 1.14
@@ -18,7 +18,7 @@
image files), including the WEB-INF subdirectory
and its configuration file contents.
- $Id: build.xml,v 1.13 2007/10/11 09:36:57 pearlman Exp $
+ $Id: build.xml,v 1.14 2007/12/06 02:59:39 pearlman Exp $
-->
@@ -361,20 +361,13 @@
<target name="deploy" depends="dist">
<copy todir="${deploy.dir}/lib/webmds/WEB-INF/lib">
<fileset dir="${deploy.dir}/lib/common">
- <include name="addressing-*.jar"/>
<include name="axis.jar"/>
- <include name="cog-jglobus.jar"/>
<include name="commons-discovery-*.jar"/>
<include name="jaxrpc.jar"/>
<include name="saaj.jar"/>
<include name="wsrf_core.jar"/>
- <include name="wsrf_core*_stubs.jar"/>
- <include name="xalan-*.jar"/>
- </fileset>
- </copy>
- <copy todir="${deploy.dir}/lib/webmds/WEB-INF/lib">
- <fileset dir="${deploy.dir}/lib">
- <include name="wsrf_core*_stubs.jar"/>
+ <include name="wsrf_core_stubs.jar"/>
+
</fileset>
</copy>
</target>
More information about the mds-commit
mailing list