summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--packager.xml18
-rw-r--r--versioning.xml10
2 files changed, 14 insertions, 14 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>
diff --git a/versioning.xml b/versioning.xml
index a1fa67a25..df25c80c8 100644
--- a/versioning.xml
+++ b/versioning.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project default="setversion">
<target name="setversion">
- <replace dir="." includes="**/src/plugin.yml" token="version: TeamCity" value="version: ${build.number}"/>
- <replace dir="." includes="**/src/plugin.yml" token="version: GMBuildVer" value="version: ${GMVer} (${build.number})"/>
- <replace dir="." includes="**/src/messages*.properties" token="version: TeamCity" value="version: ${build.number}"/>
- <replace dir="." includes="**/src/items.csv" token="version: TeamCity" value="version: ${build.number}"/>
+ <replace dir="." includes="**/src/plugin.yml" token="version: TeamCity" value="version: ${build.number}"/>
+ <replace dir="." includes="**/src/plugin.yml" token="version: GMBuildVer" value="version: ${GMVer} (${build.number})"/>
+ <replace dir="." includes="**/src/messages*.properties" token="version: TeamCity" value="version: ${build.number}"/>
+ <replace dir="." includes="**/src/items.csv" token="version: TeamCity" value="version: ${build.number}"/>
</target>
-</project> \ No newline at end of file
+</project>