summaryrefslogtreecommitdiffstats
path: root/packager.xml
diff options
context:
space:
mode:
authormd_5 <md_5@bigpond.com>2012-03-04 12:34:14 +1100
committermd_5 <md_5@bigpond.com>2012-03-04 12:34:14 +1100
commit26409058467e9f34aa65a08df3c68a58129d22ba (patch)
tree1d724fb5c2163987b38f542454d2e9e11144d4c3 /packager.xml
parent6b7e9de5f2a4291041273cd4c06a1c0ce1ef738b (diff)
downloadEssentials-26409058467e9f34aa65a08df3c68a58129d22ba.tar
Essentials-26409058467e9f34aa65a08df3c68a58129d22ba.tar.gz
Essentials-26409058467e9f34aa65a08df3c68a58129d22ba.tar.lz
Essentials-26409058467e9f34aa65a08df3c68a58129d22ba.tar.xz
Essentials-26409058467e9f34aa65a08df3c68a58129d22ba.zip
It is important to get things right the fist time. Especially when you will be staring at them for a while to come.
Diffstat (limited to 'packager.xml')
-rw-r--r--packager.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/packager.xml b/packager.xml
index cca09b64b..75937728f 100644
--- a/packager.xml
+++ b/packager.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project default="collect">
- <target name="collect">
+ <target name="collect">
<mkdir dir="jars"/>
<copy todir="jars">
<fileset dir=".">
@@ -11,15 +11,15 @@
</fileset>
<flattenmapper/>
</copy>
- <move file="jars/Essentials-3.0-SNAPSHOT.jar" tofile="jars/Essentials.jar"/>
- <move file="jars/EssentialsChat-3.0-SNAPSHOT.jar" tofile="jars/EssentialsChat.jar"/>
- <move file="jars/EssentialsProtect-3.0-SNAPSHOT.jar" tofile="jars/EssentialsProtect.jar"/>
- <move file="jars/EssentialsGeoIP-3.0-SNAPSHOT.jar" tofile="jars/EssentialsGeoIP.jar"/>
- <move file="jars/EssentialsGroupManager-3.0-SNAPSHOT.jar" tofile="jars/EssentialsGroupManager.jar"/>
- <move file="jars/EssentialsGroupBridge-3.0-SNAPSHOT.jar" tofile="jars/EssentialsGroupBridge.jar"/>
- <move file="jars/EssentialsXMPP-3.0-SNAPSHOT.jar" tofile="jars/EssentialsXMPP.jar"/>
+ <move file="jars/Essentials-3.0-SNAPSHOT.jar" tofile="jars/Essentials.jar"/>
+ <move file="jars/EssentialsChat-3.0-SNAPSHOT.jar" tofile="jars/EssentialsChat.jar"/>
+ <move file="jars/EssentialsProtect-3.0-SNAPSHOT.jar" tofile="jars/EssentialsProtect.jar"/>
+ <move file="jars/EssentialsGeoIP-3.0-SNAPSHOT.jar" tofile="jars/EssentialsGeoIP.jar"/>
+ <move file="jars/EssentialsGroupManager-3.0-SNAPSHOT.jar" tofile="jars/EssentialsGroupManager.jar"/>
+ <move file="jars/EssentialsGroupBridge-3.0-SNAPSHOT.jar" tofile="jars/EssentialsGroupBridge.jar"/>
+ <move file="jars/EssentialsXMPP-3.0-SNAPSHOT.jar" tofile="jars/EssentialsXMPP.jar"/>
<move file="jars/Essentials2Compat-3.0-SNAPSHOT.jar" tofile="jars/Essentials2Compat.jar"/>
<move file="jars/EssentialsSigns-3.0-SNAPSHOT.jar" tofile="jars/EssentialsSigns.jar"/>
<move file="jars/EssentialsUpdate-3.0-SNAPSHOT.jar" tofile="jars/EssentialsUpdate.jar"/>
</target>
-</project> \ No newline at end of file
+</project>