bodewig     2003/07/29 05:51:39

  Modified:    project  commons-httpclient-2.0-branch.xml
  Log:
  Add version info to jar file
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-gump/project/commons-httpclient-2.0-branch.xml
  
  Index: commons-httpclient-2.0-branch.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/commons-httpclient-2.0-branch.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- commons-httpclient-2.0-branch.xml 29 Jul 2003 12:43:47 -0000      1.1
  +++ commons-httpclient-2.0-branch.xml 29 Jul 2003 12:51:39 -0000      1.2
  @@ -10,7 +10,7 @@
       <package>org.apache.commons.httpclient</package>
       <description>HTTP Client Library</description>
       <ant target="dist">
  -      <property name="version" value="2.0-@@DATE@@"/>
  +      <property name="component.name" value="httpclient-2.0-@@DATE@@"/>
       </ant>
       <depend project="ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
  @@ -19,7 +19,7 @@
       <depend project="commons-logging" runtime="true"/>
       <work nested="target/classes"/>
       <home nested="dist"/>
  -    <jar name="commons-httpclient.jar"/>
  +    <jar name="commons-httpclient-2.0-@@DATE@@.jar"/>
       <javadoc nested="dist/docs/api"/>
       <nag to="[EMAIL PROTECTED]"
            from="Stefan Bodewig &lt;[EMAIL PROTECTED]&gt;"/>
  
  
  

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

Reply via email to