You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ma...@apache.org on 2003/06/25 06:50:23 UTC

cvs commit: jakarta-commons/fileupload project.xml build.xml

martinc     2003/06/24 21:50:23

  Modified:    fileupload project.xml build.xml
  Log:
  Updates for 1.0 Final release:
   - Set current version to 1.0.
   - Specify package and URL explicitly (i.e. don't inherit them).
   - Add new version entry for 1.0.
   - Regenerate corresponding Ant build file.
  
  Revision  Changes    Path
  1.21      +11 -3     jakarta-commons/fileupload/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/fileupload/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml	3 Jun 2003 06:11:48 -0000	1.20
  +++ project.xml	25 Jun 2003 04:50:23 -0000	1.21
  @@ -4,7 +4,7 @@
     <extend>../project.xml</extend>
     <name>FileUpload</name>
     <id>commons-fileupload</id>
  -  <currentVersion>1.0-rc1</currentVersion>
  +  <currentVersion>1.0</currentVersion>
     <inceptionYear>2002</inceptionYear>
     <shortDescription>File upload component for Java servlets</shortDescription>
     <description>
  @@ -13,16 +13,24 @@
       applications.
     </description>
     <logo>/images/logo.gif</logo>
  +  <package>org.apache.commons.fileupload</package>
  +
  +  <url>http://jakarta.apache.org/commons/fileupload/</url>
     <issueTrackingUrl>http://nagoya.apache.org/bugzilla/</issueTrackingUrl>
   
     <versions>
       <version>
  -      <id>rc1</id>
  +      <id>1.0</id>
  +      <name>1.0</name>
  +      <tag>FILEUPLOAD_1_0</tag>
  +    </version>
  +    <version>
  +      <id>1.0-rc1</id>
         <name>1.0-rc1</name>
         <tag>FILEUPLOAD_1_0_RC1</tag>
       </version>
       <version>
  -      <id>b1</id>
  +      <id>1.0-beta-1</id>
         <name>1.0-beta-1</name>
         <tag>FILEUPLOAD_1_0_B1</tag>
       </version>
  
  
  
  1.7       +6 -6      jakarta-commons/fileupload/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/fileupload/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	3 Jun 2003 06:11:48 -0000	1.6
  +++ build.xml	25 Jun 2003 04:50:23 -0000	1.7
  @@ -1,8 +1,8 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <!--
  -  build.xml generated by maven from project.xml version 1.0-rc1
  -  on date June 2 2003, time 2301
  +  build.xml generated by maven from project.xml version 1.0
  +  on date June 24 2003, time 2141
   -->
   
   <project default="jar" name="commons-fileupload" basedir=".">
  @@ -20,7 +20,7 @@
     </property>
     <property name="javadocdir" value="dist/docs/api">
     </property>
  -  <property name="final.name" value="commons-fileupload-1.0-rc1">
  +  <property name="final.name" value="commons-fileupload-1.0">
     </property>
     <target name="init" description="o Initializes some properties">
       <mkdir dir="${libdir}">
  @@ -123,11 +123,11 @@
         <format pattern="2002-yyyy" property="year">
         </format>
       </tstamp>
  -    <property name="copyright" value="Copyright &amp;copy;  Apache Software Foundation. All Rights Reserved.">
  +    <property name="copyright" value="Copyright &amp;copy; 2002-2003 Apache Software Foundation. All Rights Reserved.">
       </property>
  -    <property name="title" value="FileUpload 1.0-rc1 API">
  +    <property name="title" value="FileUpload 1.0 API">
       </property>
  -    <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.apache.commons.*.*">
  +    <javadoc bottom="Copyright &amp;copy; 2002-2003 Apache Software Foundation. All Rights Reserved." windowtitle="FileUpload 1.0 API" use="true" private="true" destdir="${javadocdir}" author="true" doctitle="FileUpload 1.0 API" version="true" sourcepath="src/java" packagenames="org.apache.commons.fileupload.*">
         <classpath>
           <fileset dir="${libdir}">
             <include name="*.jar">
  
  
  

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