diff options
| author | David Williams | 2013-10-01 06:25:55 +0000 |
|---|---|---|
| committer | David Williams | 2013-10-01 06:25:55 +0000 |
| commit | 3b0cf9e57c5ab91d54e4f9184804e53c53c12eb9 (patch) | |
| tree | 8449b7d1df6ca5a5b1040b290396b82c1ef455ea | |
| parent | fa52512e792541d10b05c63a8bf4215f8b939d05 (diff) | |
| download | eclipse.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.xml | 8 | ||||
| -rw-r--r-- | bundles/org.eclipse.platform.doc.user/pom.xml | 8 |
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> |
