diff options
| author | Paul Buetow <paul@buetow.org> | 2009-02-18 22:36:15 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2009-02-18 22:36:15 +0000 |
| commit | a1267fb1830ecbca0c5e3939ab2f0cea8386c562 (patch) | |
| tree | d19c9795996a24a11bd0071fdad5d132ca1dec42 /build.xml | |
| parent | 832b02ef0fbf477dbd73dcedfbfb5c9093b82c8c (diff) | |
renamed config.txt into netcalendar.conf
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ <copy todir="${classes}/images"> <fileset dir="images" /> </copy> - <copy file="config.txt" tofile="${classes}/config.txt" /> + <copy file="netcalendar.conf" tofile="${classes}/netcalendar.conf" /> </target> <target name="jar" depends="compile" description="generate the jar" > @@ -52,7 +52,7 @@ <copy todir="${dist}/calendardb"> <fileset dir="calendardb" /> </copy> - <copy file="config.txt" tofile="${dist}/config.txt" /> + <copy file="netcalendar.conf" tofile="${dist}/netcalendar.conf" /> <copy file="CHANGELOG.txt" tofile="${dist}/CHANGELOG.txt" /> <copy file="README.txt" tofile="${dist}/README.txt" /> <copy file="LICENSE.txt" tofile="${dist}/LICENSE.txt" /> |
