cvs commit: jakarta-commons/combo build.xml

2003-03-31 Thread craigmcc
craigmcc2003/03/31 15:09:41

  Modified:combobuild.xml
  Log:
  Update betwixt tag to BETWIXT_1_0_ALPHA_1.
  
  Revision  ChangesPath
  1.7   +2 -2  jakarta-commons/combo/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/combo/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 11 Mar 2003 19:42:55 -  1.6
  +++ build.xml 31 Mar 2003 23:09:41 -  1.7
  @@ -133,7 +133,7 @@
   !-- (above) when you update the CVS tag for one of these pacakges. --
   
   property name=beanutils.tag  value=BEANUTILS_1_6_1/
  -property name=betwixt.tagvalue=/ !-- FIXME: release it --
  +property name=betwixt.tagvalue=BETWIXT_1_0_ALPHA_1/ !-- FIXME: 
release it --
   property name=cli.tagvalue=CLI_1_0/
   property name=collections.tagvalue=COLLECTIONS_2_1/
   property name=dbcp.tag   value=DBCP_1_0/
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/combo build.xml

2002-11-23 Thread craigmcc
craigmcc2002/11/23 15:05:13

  Modified:combobuild.xml
  Log:
  Tweak processing order and selected CVS tags so that the entire build
  runs on Windows.  (About to check on Unix.).
  
  Currently, the combo build omits jxpath and latka due to build errors --
  most likely due to problems in my local environment.
  
  Revision  ChangesPath
  1.3   +42 -26jakarta-commons/combo/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-commons/combo/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 14 Aug 2002 00:46:50 -  1.2
  +++ build.xml 23 Nov 2002 23:05:13 -  1.3
  @@ -78,9 +78,9 @@
   property name=commons-beanutils.jar
value=${combo.build.base}/beanutils/dist/commons-beanutils.jar/
   property name=commons-betwixt.jar
  - value=${combo.build.base}/betwixt/dist/commons-betwixt-1.0-dev.jar/
  + 
value=${combo.build.base}/betwixt/dist/commons-betwixt-1.0-beta-1.jar/
   property name=commons-cli.jar
  - value=${combo.build.base}/cli/dist/commons-cli.jar/
  + value=${combo.build.base}/cli/dist/commons-cli-1.0-beta-2-dev.jar/
   property name=commons-collections.jar
value=${combo.build.base}/collections/dist/commons-collections.jar/
   property name=commons-dbcp.jar
  @@ -89,12 +89,14 @@
value=${combo.build.base}/digester/dist/commons-digester.jar/
   property name=commons-discovery.jar
value=${combo.build.base}/discovery/dist/commons-discovery.jar/
  +property name=commons-fileupload.jar
  + 
value=${combo.build.base}/fileupload/dist/commons-fileupload-1.0-dev.jar/
   property name=commons-httpclient.jar
value=${combo.build.base}/httpclient/dist/commons-httpclient.jar/
   property name=commons-jxpath.jar
value=${combo.build.base}/jxpath/dist/commons-jxpath.jar/
   property name=commons-lang.jar
  - value=${combo.build.base}/lang/dist/commons-lang-1.0-dev.jar/
  + value=${combo.build.base}/lang/dist/commons-lang-1.0.jar/
   property name=commons-latka.jar
value=${combo.build.base}/latka/dist/commons-latka.jar/
   property name=commons-logging.jar
  @@ -128,21 +130,22 @@
   !-- suffixes on the name.  Be sure you update the JAR name properties  --
   !-- (above) when you update the CVS tag for one of these pacakges. --
   
  -property name=beanutils.tag  value=BEANUTILS_1_4/
  +property name=beanutils.tag  value=BEANUTILS_1_5/
   property name=betwixt.tagvalue=/ !-- FIXME: release it --
  -property name=cli.tagvalue=/ !-- FIXME: release it --
  -property name=collections.tagvalue=COLLECTIONS_2_0/
  +property name=cli.tagvalue=CLI_1_0/
  +property name=collections.tagvalue=COLLECTIONS_2_1/
   property name=dbcp.tag   value=DBCP_1_0/
   property name=digester.tag   value=DIGESTER_1_3/
  -property name=discovery.tag  value=/ !-- FIXME: release it --
  -property name=httpclient.tag value=HTTPCLIENT_2_0_ALPHA_1/
  +property name=discovery.tag  value=DISCOVERY_0_1/
  +property name=fileupload.tag  value=/ !-- FIXME: release it --
  +property name=httpclient.tag value=HTTPCLIENT_1_0/
   property name=jxpath.tag value=JXPATH_1_0/
  -property name=lang.tag   value=LANG_1_0_B1/
  +property name=lang.tag   value=LANG_1_0/
   property name=latka.tag  value=LATKA-1-0-alpha1/
  -property name=logging.tagvalue=LOGGING_1_0_1/
  +property name=logging.tagvalue=LOGGING_1_0_2/
   property name=modeler.tagvalue=MODELER_1_0/
   property name=pool.tag   value=POOL_1_0_1/
  -property name=validator.tag  value=/ !-- FIXME: release it --
  +property name=validator.tag  value=VALIDATOR_1_0/
   
   
   !-- == External Dependencies = --
  @@ -210,40 +213,44 @@
   classpath
   pathelement location=${commons-beanutils.jar}/
   pathelement location=${commons-betwixt.jar}/
  -!--
   pathelement location=${commons-cli.jar}/
  ---
   pathelement location=${commons-collections.jar}/
   pathelement location=${commons-dbcp.jar}/
   pathelement location=${commons-digester.jar}/
   pathelement location=${commons-discovery.jar}/
  +pathelement location=${commons-fileupload.jar}/
   pathelement location=${commons-httpclient.jar}/
  +!--
   pathelement location=${commons-jxpath.jar}/
  +--
   pathelement location=${commons-lang.jar}/
   !--