Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-10-01 06:25:55 +0000
committerDavid Williams2013-10-01 06:25:55 +0000
commit3b0cf9e57c5ab91d54e4f9184804e53c53c12eb9 (patch)
tree8449b7d1df6ca5a5b1040b290396b82c1ef455ea
parentfa52512e792541d10b05c63a8bf4215f8b939d05 (diff)
downloadeclipse.platform.common-3b0cf9e57c5ab91d54e4f9184804e53c53c12eb9.tar.gz
eclipse.platform.common-3b0cf9e57c5ab91d54e4f9184804e53c53c12eb9.tar.xz
eclipse.platform.common-3b0cf9e57c5ab91d54e4f9184804e53c53c12eb9.zip
Bug 418361 - JDT and PDE User pre-built index is missing in recentI20131001-0800
N-builds Added consistent pre-reqs for eclipse runtime.
-rw-r--r--bundles/org.eclipse.jdt.doc.user/pom.xml8
-rw-r--r--bundles/org.eclipse.platform.doc.user/pom.xml8
2 files changed, 16 insertions, 0 deletions
diff --git a/bundles/org.eclipse.jdt.doc.user/pom.xml b/bundles/org.eclipse.jdt.doc.user/pom.xml
index ada452ff8..e9de67e20 100644
--- a/bundles/org.eclipse.jdt.doc.user/pom.xml
+++ b/bundles/org.eclipse.jdt.doc.user/pom.xml
@@ -47,6 +47,14 @@
<appArgLine>-consolelog -debug -application org.eclipse.ant.core.antRunner -logger org.apache.tools.ant.XmlLogger -verbose -logfile buildDoc_log.xml -buildfile build.xml build.index</appArgLine>
<dependencies>
<dependency>
+ <artifactId>org.eclipse.osgi.compatibility.state</artifactId>
+ <type>eclipse-plugin</type>
+ </dependency>
+ <dependency>
+ <artifactId>org.eclipse.core.runtime.compatibility</artifactId>
+ <type>eclipse-plugin</type>
+ </dependency>
+ <dependency>
<artifactId>org.eclipse.ant.core</artifactId>
<type>eclipse-plugin</type>
</dependency>
diff --git a/bundles/org.eclipse.platform.doc.user/pom.xml b/bundles/org.eclipse.platform.doc.user/pom.xml
index 144659435..151a8862b 100644
--- a/bundles/org.eclipse.platform.doc.user/pom.xml
+++ b/bundles/org.eclipse.platform.doc.user/pom.xml
@@ -47,6 +47,14 @@
<appArgLine>-consolelog -debug -application org.eclipse.ant.core.antRunner -logger org.apache.tools.ant.XmlLogger -verbose -logfile buildDoc_log.xml -buildfile customBuildCallbacks.xml build.index</appArgLine>
<dependencies>
<dependency>
+ <artifactId>org.eclipse.osgi.compatibility.state</artifactId>
+ <type>eclipse-plugin</type>
+ </dependency>
+ <dependency>
+ <artifactId>org.eclipse.core.runtime.compatibility</artifactId>
+ <type>eclipse-plugin</type>
+ </dependency>
+ <dependency>
<artifactId>org.eclipse.ant.core</artifactId>
<type>eclipse-plugin</type>
</dependency>

Back to the top