Changeset 13903


Ignore:
Timestamp:
2007-02-13T10:37:48+13:00 (17 years ago)
Author:
kjdon
Message:

added create-changelog target, and some dates to use for this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/dist-resources/dist-build.xml

    r13895 r13903  
    1414 
    1515  <property name="documented.collections.home" value="/home/nzdl/for-distributions/collect"/>
     16  <property name="greenstone3-change-date" value="2005/11/14 03:13:14"/>
     17  <property name="gs2build-change-date" value="Wed Dec 13 10:35:57 NZDT 2006"/>
     18
    1619  <!-- ====================== DISTRIBUTION Targets ========================= -->
    1720 
     
    3740  <target name="prepare-unix" depends="init">
    3841    <cvs command="checkout -P" package="gs2build"/>
     42    <cvs command="checkout -P" packages="gli"/>
    3943  </target>
    4044
     
    336340  </target>
    337341
     342  <target name="create-changelog">
     343    <!-- generate greenstone 3 changelog -->
     344    <exec executable="/home/nzdl/for-distributions/bin/script/cvs2cl.pl"
     345      dir="${basedir}">
     346      <arg value="-P"/>
     347      <arg value="-F"/>
     348      <arg value="trunk"/>
     349      <arg value="-r"/>
     350      <arg value="-S"/>
     351      <arg value="-l"/>
     352      <arg value="-d'${greenstone3-change-date}&lt;tomorrow'"/>
     353      <arg value="-f"/>
     354      <arg value="greenstone-${app.version}-ChangeLog.txt"/>
     355      <arg value="-I"/>
     356      <arg value="gli/.*|gs2build/.*"/>
     357    </exec>
     358    <!-- generate coll building change log -->
     359    <exec executable="/home/nzdl/for-distributions/bin/script/cvs2cl.pl"
     360      dir="${basedir}">
     361      <arg value="-P"/>
     362      <arg value="-F"/>
     363      <arg value="trunk"/>
     364      <arg value="-r"/>
     365      <arg value="-S"/>
     366      <arg value="-l"/>
     367      <arg value="-d'${gs2build-change-date}&lt;tomorrow'"/>
     368      <arg value="-f"/>
     369      <arg value="greenstone-${app.version}-ChangeLog-collbuilding.txt"/>
     370      <arg value="gli"/>
     371      <arg value="gs2build"/>
     372    </exec>
     373  </target>
    338374  <!-- new targets to go in distribution build.xml files -->
    339375
Note: See TracChangeset for help on using the changeset viewer.