Changeset 12532


Ignore:
Timestamp:
03/14/10 15:50:26 (13 years ago)
Author:
Mark Evenson
Message:

Rename 'build.properties' to 'abcl.properties'.

Eclipse uses 'build.properties' for its own nefarious purposes, so for
ABCL to play nice in the Eclipse RCP ecosystem we disentangle possible
confusion.

Location:
trunk/abcl
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/abcl/build.xml

    r12514 r12532  
    2828
    2929    <!-- Behavior of the build system can be customized via setting
    30          properties in the 'build.properties' file. -->
    31     <property file="build.properties"/>
     30         properties in the 'abcl.properties' file. -->
     31    <property file="abcl.properties"/>
    3232
    3333    <property name="build.dir"
Note: See TracChangeset for help on using the changeset viewer.