Index: lucene/core/build.xml =================================================================== --- lucene/core/build.xml (revision 1378491) +++ lucene/core/build.xml (working copy) @@ -101,12 +101,12 @@ - - + + - + - @@ -117,7 +117,7 @@ - Index: lucene/core/src/java/org/apache/lucene/util/automaton/createLevAutomata.py =================================================================== --- lucene/core/src/java/org/apache/lucene/util/automaton/createLevAutomata.py (revision 1378491) +++ lucene/core/src/java/org/apache/lucene/util/automaton/createLevAutomata.py (working copy) @@ -21,7 +21,8 @@ import math import os import sys -sys.path.insert(0, 'moman/finenight/python') +#sys.path.insert(0, 'moman/finenight/python') +sys.path.insert(0, '../../../../../../../../build/core/moman/finenight/python') try: from possibleStates import genTransitions except ImportError: