Changeset 37829 for other-projects


Ignore:
Timestamp:
2023-07-25T13:29:33+12:00 (11 months ago)
Author:
kjdon
Message:

removed x64 property as its defined in rke-build.properties. added values to the core-properties output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/trunk/kits/rke/ant-scripts/build.xml

    r37794 r37829  
    1616    <property name="version.major" value="" />
    1717
    18     <property name="x64" value="false" />
    19 
    2018    <import file="init.xml"/>
    2119    <import file="compile.xml"/>
     
    3331    <target name="properties" depends="core-properties"/>
    3432
    35         <!-- show the core properties of all release-kits -->
     33        <!-- show the core properties of the release kit -->
    3634        <target name="core-properties">
    37                 <echo>version             (required)  the version string for the release</echo>
    38         </target>
     35                <echo>version             (required)  the version string for the release: ${version}</echo>
     36        <echo>projectname         (required)  The project name:  ${projectname}</echo>
     37        <echo>x64                 (required}  Whether we are 64 bit or not: ${x64}</echo>
    3938
     39    </target>
     40
     41       
    4042</project>
Note: See TracChangeset for help on using the changeset viewer.