You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by rg...@apache.org on 2004/01/17 05:20:44 UTC

cvs commit: xml-forrest/src/core forrest.build.xml

rgardler    2004/01/16 20:20:44

  Modified:    src/core forrest.build.xml
  Log:
  Added dependency on "init-props" to the "package-skin" target so that it can find ${forrest.skins-dir} (submitted by Marshall Roch)
  
  Revision  Changes    Path
  1.17      +2 -2      xml-forrest/src/core/forrest.build.xml
  
  Index: forrest.build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/core/forrest.build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- forrest.build.xml	17 Jan 2004 02:20:30 -0000	1.16
  +++ forrest.build.xml	17 Jan 2004 04:20:44 -0000	1.17
  @@ -1100,7 +1100,7 @@
       <ant antfile="${project.temp-dir}/skinlist2echobuild.xml"/>
     </target>  
     
  -  <target name="package-skin" description="Make a package of an existing skin">
  +  <target name="package-skin" description="Make a package of an existing skin" depends="init-props">
       <input message="Which skin do you want to package?"
              addproperty="skin-name"/>
       <zip destfile="${forrest.skins-dir}/${skin-name}-${version}.zip"