diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-01-16 10:17:54 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-01-16 10:17:54 +0000 |
commit | f93306721f52243285a81d261231952077c1aac7 (patch) | |
tree | 9010ac0c96469e496b026001d9275e6fbf120143 /build.xml | |
parent | 724fc526bf486b2a600fdbc44bc084dc40619fef (diff) | |
download | poi-f93306721f52243285a81d261231952077c1aac7.tar.gz poi-f93306721f52243285a81d261231952077c1aac7.zip |
remove ant release logic (not used for our releases and dependent on libs that don't seem to be maintained)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915265 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -2776,19 +2776,6 @@ under the License. </openpgp:signer> </target> - <target name="dist-nexus" depends="load-maven-server-settings,dist-checksum" - description="upload build artifacts to nexus"> - <delete dir="build/repo"/> - <delete dir="build/nexus-stage"/> - <nexus-upload artifactId="poi"/> - <nexus-upload artifactId="poi-examples"/> - <nexus-upload artifactId="poi-excelant"/> - <nexus-upload artifactId="poi-ooxml"/> - <nexus-upload artifactId="poi-ooxml-lite"/> - <nexus-upload artifactId="poi-ooxml-full"/> - <nexus-upload artifactId="poi-scratchpad"/> - </target> - <target name="-update-build.xml"> <replaceregexp byline="true"> <regexp pattern="(<property name="version.id" value=")[^"]+("/>)"/> |