You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by cr...@apache.org on 2004/07/28 05:42:06 UTC

cvs commit: jakarta-commons-sandbox/workflow build.xml project.xml

craigmcc    2004/07/27 20:42:06

  Modified:    workflow build.xml project.xml
  Log:
  Add commons-logging 1.0.4 to the dependency list, and regenerate build.xml.
  
  PR: Bugzilla #30318
  Submitted By: Oscar Hsieh <hsiehz AT ohiochinese.com>
  
  Revision  Changes    Path
  1.15      +3 -1      jakarta-commons-sandbox/workflow/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/workflow/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml	15 Jul 2004 18:10:18 -0000	1.14
  +++ build.xml	28 Jul 2004 03:42:06 -0000	1.15
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <!--build.xml generated by maven from project.xml version 0.1-dev
  -  on date July 15 2004, time 1022-->
  +  on date July 27 2004, time 2037-->
   
   <project default="jar" name="commons-workflow" basedir=".">
     <property name="defaulttargetdir" value="target">
  @@ -162,6 +162,8 @@
       <get dest="${libdir}/commons-digester-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-digester/jars/commons-digester-1.5.jar">
       </get>
       <get dest="${libdir}/commons-collections-2.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-2.1.jar">
  +    </get>
  +    <get dest="${libdir}/commons-logging-1.0.4.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.4.jar">
       </get>
       <get dest="${libdir}/commons-jxpath-1.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-jxpath/jars/commons-jxpath-1.1.jar">
       </get>
  
  
  
  1.4       +4 -0      jakarta-commons-sandbox/workflow/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/workflow/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	22 May 2004 12:45:28 -0000	1.3
  +++ project.xml	28 Jul 2004 03:42:06 -0000	1.4
  @@ -42,6 +42,10 @@
         <version>2.1</version>
       </dependency>
       <dependency>
  +      <id>commons-logging</id>
  +      <version>1.0.4</version>
  +    </dependency>
  +    <dependency>
         <id>commons-jxpath</id>
         <version>1.1</version>
       </dependency>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org