aboutsummaryrefslogtreecommitdiffstats
path: root/build/build.xml
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-10-14 12:21:54 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-10-14 12:21:54 +0200
commit7a46976a785bd2a89004ecdce69662b2ece2ed4d (patch)
treea4750f9d1c4886cd199072ccd2ac4cd30c2ade09 /build/build.xml
parenta953a65b6c9e657c9c32a30c738a2822bbca3e09 (diff)
downloadforums-7a46976a785bd2a89004ecdce69662b2ece2ed4d.tar
forums-7a46976a785bd2a89004ecdce69662b2ece2ed4d.tar.gz
forums-7a46976a785bd2a89004ecdce69662b2ece2ed4d.tar.bz2
forums-7a46976a785bd2a89004ecdce69662b2ece2ed4d.tar.xz
forums-7a46976a785bd2a89004ecdce69662b2ece2ed4d.zip
[prep-release-3.1.0-a1] Only build packages for the latest olympus versions
Diffstat (limited to 'build/build.xml')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 4b8fc0e18f..82bb979a02 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -4,7 +4,7 @@
<!-- a few settings for the build -->
<property name="newversion" value="3.1.0-a1" />
<property name="prevversion" value="3.0.12" />
- <property name="olderversions" value="3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.7-PL1, 3.0.8, 3.0.9, 3.0.10, 3.0.11" />
+ <property name="olderversions" value="3.0.11" />
<!-- no configuration should be needed beyond this point -->
<property name="oldversions" value="${olderversions}, ${prevversion}" />