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 | 8b26c7fc84051861a9d0b427d10769c14739f0fa (patch) | |
tree | e38622be7ed8c23fb1d3c54b448146a9b26ee180 | |
parent | 3017d2a7f479ffa8dd75927caee764afecb124e0 (diff) | |
download | Essentials-8b26c7fc84051861a9d0b427d10769c14739f0fa.tar Essentials-8b26c7fc84051861a9d0b427d10769c14739f0fa.tar.gz Essentials-8b26c7fc84051861a9d0b427d10769c14739f0fa.tar.lz Essentials-8b26c7fc84051861a9d0b427d10769c14739f0fa.tar.xz Essentials-8b26c7fc84051861a9d0b427d10769c14739f0fa.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> |