Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <target name="-pre-init">
- <tstamp>
- <format property="NOW" pattern="yyyy-MM-dd HH:mm:ss z" />
- </tstamp>
- <manifest file="MANIFEST.MF">
- <section name="${ant.project.name}">
- <attribute name="Specification-Title" value="${project.specification.title}"/>
- <attribute name="Specification-Version" value="${project.version}"/>
- <attribute name="Specification-Vendor" value="${global.vendor.name}"/>
- <attribute name="Implementation-Title" value="${project.implementation.title}"/>
- <attribute name="Implementation-Version" value="${build.timestamp}"/>
- <attribute name="Implementation-Vendor" value="${global.vendor.name}"/>
- </section>
- </manifest>
- <echo file="Version.txt">V${version.num}</echo>
- </target>
- <target name="-post-jar">
- <copy file="Version.txt" todir="dist" overwrite="true"/>
- <delete file="dist/README.TXT"/>
- </target>
Advertisement
Add Comment
Please, Sign In to add comment