Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.jdt.doc.isv/pom.xml2
-rw-r--r--bundles/org.eclipse.pde.doc.user/pom.xml2
-rw-r--r--bundles/org.eclipse.platform.doc.isv/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.jdt.doc.isv/pom.xml b/bundles/org.eclipse.jdt.doc.isv/pom.xml
index 06e4eec8d..0e7602ee7 100644
--- a/bundles/org.eclipse.jdt.doc.isv/pom.xml
+++ b/bundles/org.eclipse.jdt.doc.isv/pom.xml
@@ -98,7 +98,7 @@
<configuration>
<skip>false</skip>
<!-- this is to fix some lucene 3.x compatibility issue -->
- <argLine>-XX:-UseLoopPredicate -Dhelp.lucene.tokenizer=standard</argLine>
+ <argLine>-Dhelp.lucene.tokenizer=standard</argLine>
<!-- actuall indexer call -->
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile buildDoc.xml -Dbasedir.properties=cbi_basedirs.properties</appArgLine>
<dependencies>
diff --git a/bundles/org.eclipse.pde.doc.user/pom.xml b/bundles/org.eclipse.pde.doc.user/pom.xml
index 9731b0982..fdc08bfc8 100644
--- a/bundles/org.eclipse.pde.doc.user/pom.xml
+++ b/bundles/org.eclipse.pde.doc.user/pom.xml
@@ -91,7 +91,7 @@
<phase>compile</phase>
<configuration>
<skip>false</skip>
- <argLine>-XX:-UseLoopPredicate -Dhelp.lucene.tokenizer=standard</argLine>
+ <argLine>-Dhelp.lucene.tokenizer=standard</argLine>
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile buildDoc.xml -Dbasedir.properties=cbi_basedirs.properties</appArgLine>
<dependencies>
<dependency>
diff --git a/bundles/org.eclipse.platform.doc.isv/pom.xml b/bundles/org.eclipse.platform.doc.isv/pom.xml
index 30ec3d26f..370cd21ee 100644
--- a/bundles/org.eclipse.platform.doc.isv/pom.xml
+++ b/bundles/org.eclipse.platform.doc.isv/pom.xml
@@ -248,7 +248,7 @@
<configuration>
<skip>false</skip>
<!-- this is to fix some lucene 3.x compatibility issue -->
- <argLine>-XX:-UseLoopPredicate -Dhelp.lucene.tokenizer=standard</argLine>
+ <argLine>-Dhelp.lucene.tokenizer=standard</argLine>
<!-- actuall indexer call -->
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile buildDoc.xml -Dbasedir.properties=cbi_basedirs.properties</appArgLine>
<dependencies>

Back to the top