Quellcode durchsuchen

echo release version

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1781195 13f79535-47bb-0310-9956-ffa450edef68
pull/39/merge
Javen O'Neal vor 7 Jahren
Ursprung
Commit
82ecb71a99
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      build.xml

+ 1
- 1
build.xml Datei anzeigen

@@ -2451,7 +2451,7 @@ under the License.
</fail>

<!-- verify that the release tag that we're about to create in release-prep1 does not already exist (no overwriting tags!) -->
<fail message="Cannot create release tag. https://svn.apache.org/repos/asf/poi/tags/${RELEASE_TAG} already exists. Verify the requested release version.">
<fail message="Cannot create release tag. https://svn.apache.org/repos/asf/poi/tags/${RELEASE_TAG} already exists. Verify the requested release version (${version.id}).">
<condition>
<!-- FIXME: svnExists doesn't work with https here. -->
<svnExists refid="svn.settings" target="http://svn.apache.org/repos/asf/poi/tags/${RELEASE_TAG}/"/>

Laden…
Abbrechen
Speichern