You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2004/08/29 20:16:46 UTC

cvs commit: jakarta-commons/digester/src/examples/rss build.xml readme.txt

rdonkin     2004/08/29 11:16:46

  Modified:    digester/src/examples/rss Tag: RELEASE_DIGESTER_1_6_0_BRANCH
                        build.xml readme.txt
  Log:
  Tidied up build
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +1 -6      jakarta-commons/digester/src/examples/rss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/examples/rss/build.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- build.xml	18 Aug 2004 19:59:27 -0000	1.1.2.1
  +++ build.xml	29 Aug 2004 18:16:46 -0000	1.1.2.2
  @@ -231,7 +231,6 @@
                    author="true"
                   private="true"
                   version="true"
  -               overview="src/java/overview.html"
                  doctitle="<h1>${component.title} (Version ${component.version})</h1>"
               windowtitle="${component.title} (Version ${component.version})"
                    bottom="Copyright (c) 2001-2004 - Apache Software Foundation">
  @@ -252,10 +251,6 @@
       <copy      file="LICENSE.txt"
                 todir="${dist.home}"/>
       <mkdir      dir="${build.home}/classes/META-INF"/>
  -<!--
  -    <copy      file="RELEASE-NOTES.txt"
  -              todir="${dist.home}"/>
  --->
       <jar    jarfile="${dist.home}/commons-${component.name}.jar"
               basedir="${build.home}/classes"
              manifest="${build.home}/conf/MANIFEST.MF"/>
  
  
  
  1.1.2.2   +6 -0      jakarta-commons/digester/src/examples/rss/readme.txt
  
  Index: readme.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/examples/rss/readme.txt,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- readme.txt	18 Aug 2004 19:59:27 -0000	1.1.2.1
  +++ readme.txt	29 Aug 2004 18:16:46 -0000	1.1.2.2
  @@ -20,3 +20,9 @@
   The package name has not been changed, so the only impact on applications
   relying on these classes will be the need to include an additional JAR
   file (commons-digester-rss.jar) in their classpath.
  +
  +A packaged distribution can be created by using ant:
  +
  +1 Copy build.properties.sample to build.properties and edit the properties to 
  +match those on your local system
  +2 run ant dist
  
  
  

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