From b04148f2c48ee60e3cc19bfb8e2cbbcad9bfb05e Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Tue, 2 Sep 2014 14:25:58 +0000 Subject: [PATCH] LUCENE-5918: Remove backwards folder git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622018 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 5 +- dev-tools/scripts/smokeTestRelease.py | 2 +- extra-targets.xml | 1 - lucene/backwards/backwards-readme.txt | 21 ------- lucene/build.xml | 86 +-------------------------- lucene/common-build.xml | 18 ------ 6 files changed, 5 insertions(+), 128 deletions(-) delete mode 100644 lucene/backwards/backwards-readme.txt diff --git a/build.xml b/build.xml index 22b908a52e8..991eccb09af 100644 --- a/build.xml +++ b/build.xml @@ -96,7 +96,6 @@ - @@ -217,7 +216,7 @@ + excludes="tools/**, build/**" /> @@ -260,7 +259,7 @@ - + diff --git a/dev-tools/scripts/smokeTestRelease.py b/dev-tools/scripts/smokeTestRelease.py index 69959dccb35..52ece13c282 100644 --- a/dev-tools/scripts/smokeTestRelease.py +++ b/dev-tools/scripts/smokeTestRelease.py @@ -671,7 +671,7 @@ def verifyUnpacked(java, project, artifact, unpackPath, svnRevision, version, te # TODO: clean this up to not be a list of modules that we must maintain extras = ('analysis', 'backward-codecs', 'benchmark', 'classification', 'codecs', 'core', 'demo', 'docs', 'expressions', 'facet', 'grouping', 'highlighter', 'join', 'memory', 'misc', 'queries', 'queryparser', 'replicator', 'sandbox', 'spatial', 'suggest', 'test-framework', 'licenses') if isSrc: - extras += ('build.xml', 'common-build.xml', 'module-build.xml', 'ivy-settings.xml', 'ivy-versions.properties', 'ivy-ignore-conflicts.properties', 'version.properties', 'backwards', 'tools', 'site') + extras += ('build.xml', 'common-build.xml', 'module-build.xml', 'ivy-settings.xml', 'ivy-versions.properties', 'ivy-ignore-conflicts.properties', 'version.properties', 'tools', 'site') else: extras = () diff --git a/extra-targets.xml b/extra-targets.xml index 0d4dd96cb9b..b7f67eb9ef2 100644 --- a/extra-targets.xml +++ b/extra-targets.xml @@ -59,7 +59,6 @@ - diff --git a/lucene/backwards/backwards-readme.txt b/lucene/backwards/backwards-readme.txt deleted file mode 100644 index cafb09cbe7b..00000000000 --- a/lucene/backwards/backwards-readme.txt +++ /dev/null @@ -1,21 +0,0 @@ -This folder contains the src/ folder of the previous Lucene major version. - -The test-backwards ANT task compiles the previous version's tests (bundled) against the -previous released lucene-core.jar file (bundled). After that the compiled test classes -are run against the new lucene-core.jar file, created by ANT before. - -After tagging a new Lucene *major* version (tag name "lucene_solr_X_Y_0") do the following -(for minor versions never do this); also always use the x.y.0 version for the backwards folder, -later bugfix releases should not be tested (the reason is that the new version must be backwards -compatible to the last base version, bugfixes should not taken into account): - -* cd lucene/backwards -* svn rm core/src/test test-framework lib/lucene-core*.jar -* svn commit (1st commit; you must do this, else you will corrupt your checkout) -* svn cp https://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_X_Y_0/lucene/test-framework ./ -* svn cp https://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_X_Y_0/lucene/core/src/test core/src/ -* Copy the lucene-core.jar from the last release tarball to lib. -* Check that everything is correct: The backwards folder should contain folders "core/src/test/" - and "test-framework/". The files should be the ones from the last version. -* Run "ant test-backwards" -* Commit the stuff again (2nd commit) diff --git a/lucene/build.xml b/lucene/build.xml index a1a88f2cda2..22eb19a14eb 100644 --- a/lucene/build.xml +++ b/lucene/build.xml @@ -52,7 +52,7 @@ - @@ -60,88 +60,6 @@ description="Runs pitests (core, modules and back-compat)" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Warning: Ignoring your multiplier and nightly settings for backwards tests. - These tests are for API compatibility only! - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -277,7 +195,7 @@ - + diff --git a/lucene/common-build.xml b/lucene/common-build.xml index 96666844ae1..cb114ee0aad 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -167,8 +167,6 @@ - - @@ -238,13 +236,8 @@ - - - - - @@ -1476,17 +1469,6 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites - - - - - - - - -