Index: project.properties =================================================================== --- project.properties (revision 169840) +++ project.properties (working copy) @@ -68,6 +68,12 @@ maven.jarResources.basedir=src/java maven.jar.excludes=**/package.html +# Location of the generated query language parsers. Needed for +# the Maven Eclipse plugin to automatically locate the generated +# source files. Note that this value matches the hardcoded path +# in the Maven JavaCC plugin. Therefore, do not change this value! +maven.gen.src=${maven.build.dir}/generated-src/main + # specifying additional remote repository for downloading dependencies # not available at www.ibiblio.org/maven/ maven.repo.remote = http://www.ibiblio.org/maven/,http://www.day.com/maven/ Index: maven.xml =================================================================== --- maven.xml (revision 169840) +++ maven.xml (working copy) @@ -19,7 +19,8 @@ default="jar:jar" xmlns:deploy="deploy" xmlns:j="jelly:core" - xmlns:ant="jelly:ant"> + xmlns:ant="jelly:ant" + xmlns:maven="jelly:maven"> @@ -67,25 +68,20 @@ - - + + - - - - - - SQL Parser up-to-date - - + + + - - + + @@ -95,72 +91,65 @@ - - - - - - XPath Parser up-to-date - - + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + ${systemScope.setProperty('javax.xml.transform.TransformerFactory','org.apache.xalan.processor.TransformerFactoryImpl')} - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + +