dmandell 01/04/18 18:21:09
Modified: tools/UltraDev/4.0/ctlx build.xml
Log:
Added id keyword to file
Revision Changes Path
1.3 +2 -2 jakarta-taglibs/tools/UltraDev/4.0/ctlx/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/tools/UltraDev/4.0/ctlx/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 2001/04/18 10:59:19 1.2
+++ build.xml 2001/04/19 01:19:01 1.3
@@ -1,4 +1,6 @@
<!-- ANT Build Script for the CTLX -->
+<!-- $Id: build.xml,v 1.3 2001/04/19 01:19:01 dmandell Exp $ -->
+
<project name="ctlx" default="main" basedir=".">
<!-- ******************** Adjustable Properties *********************** -->
@@ -109,8 +111,6 @@
<copy todir="${build.parser}/WEB-INF">
<fileset dir="${conf.src}"/>
</copy>
- <copy file="${xerces.jar}"
- tofile="${build.parser}/WEB-INF/lib/xerces.jar"/>
<javac srcdir="${library.src}" destdir="${build.parser}/WEB-INF/classes/"
classpath="${servlet.jar};${xerces.jar}" debug="on"/>
</target>
Modified: tools/UltraDev/4.0/ctlx/ext ctlx.mxi
Log:
Added revision keyword to "version" attribute, to keep version of ctlx.mxp synched
with cvs rev
Revision Changes Path
1.2 +2 -2 jakarta-taglibs/tools/UltraDev/4.0/ctlx/ext/ctlx.mxi
Index: ctlx.mxi
===================================================================
RCS file: /home/cvs/jakarta-taglibs/tools/UltraDev/4.0/ctlx/ext/ctlx.mxi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ctlx.mxi 2001/04/17 13:29:42 1.1
+++ ctlx.mxi 2001/04/19 01:21:09 1.2
@@ -1,13 +1,13 @@
<macromedia-extension
name="Custom Tag Library Extension"
- version="1.0"
+ version="$Revision: 1.2 $"
type="suite">
<!-- List the required/compatible products -->
<products>
- <product name="UltraDev" version="4" primary="true" />
+ <product name="UltraDev" version="1" primary="false" />
</products>
<!-- Describe the author -->