diff options
author | Chris Ward <chris@chrisgward.com> | 2013-12-22 19:21:19 +1100 |
---|---|---|
committer | Chris Ward <chris@chrisgward.com> | 2013-12-22 19:21:19 +1100 |
commit | 72e115fdb704f361349d1921df3b5d7e6b981fef (patch) | |
tree | 789d7426f3062a4b699999000928487146869f3f | |
parent | d0c25729edddd6e4f7017dc07052b2d32c34e2b3 (diff) | |
download | Essentials-72e115fdb704f361349d1921df3b5d7e6b981fef.tar Essentials-72e115fdb704f361349d1921df3b5d7e6b981fef.tar.gz Essentials-72e115fdb704f361349d1921df3b5d7e6b981fef.tar.lz Essentials-72e115fdb704f361349d1921df3b5d7e6b981fef.tar.xz Essentials-72e115fdb704f361349d1921df3b5d7e6b981fef.zip |
Use Ant to replace GroupManager's plugin.yml version
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,6 +117,7 @@ </dependencies> <configuration> <target name="buildgm"> + <replace dir="EssentialsGroupManager/src" includes="plugin.yml" token="version: GMBuildVer" value="version: ${GMVer}"/> <ant dir="EssentialsGroupManager" antfile="build.xml"/> </target> </configuration> |