Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-01-30 14:37:35 +0000
committerIgor Fedorenko2012-01-30 14:37:35 +0000
commit850ec2cd372f1bba7d6cc6bb80d22d6e7abbb2f7 (patch)
treeec75a7a49fbb8bbfc231c7d01cac22b30673cf7d
parentaaa3d5fdf0ebb1b4033b32f88a052f909957a3e2 (diff)
downloadeclipse.platform.releng.aggregator-850ec2cd372f1bba7d6cc6bb80d22d6e7abbb2f7.tar.gz
eclipse.platform.releng.aggregator-850ec2cd372f1bba7d6cc6bb80d22d6e7abbb2f7.tar.xz
eclipse.platform.releng.aggregator-850ec2cd372f1bba7d6cc6bb80d22d6e7abbb2f7.zip
updated to match recent tycho changes
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-rw-r--r--FROMCVS/org.eclipse.test.performance/pom.xml20
m---------eclipse.jdt.core0
m---------eclipse.platform.resources0
m---------eclipse.platform.ui0
m---------rt.equinox.bundles0
m---------rt.equinox.framework0
6 files changed, 11 insertions, 9 deletions
diff --git a/FROMCVS/org.eclipse.test.performance/pom.xml b/FROMCVS/org.eclipse.test.performance/pom.xml
index 0dbeab97c..f16b0d53e 100644
--- a/FROMCVS/org.eclipse.test.performance/pom.xml
+++ b/FROMCVS/org.eclipse.test.performance/pom.xml
@@ -19,16 +19,18 @@
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
+ <artifactId>target-platform-configuration</artifactId>
<configuration>
- <optionalDependencies>ignore</optionalDependencies>
- <extraRequirements>
- <requirement>
- <type>eclipse-plugin</type>
- <id>org.eclipse.core.jobs</id>
- <versionRange>0.0.0</versionRange>
- </requirement>
- </extraRequirements>
+ <dependency-resolution>
+ <optionalDependencies>ignore</optionalDependencies>
+ <extraRequirements>
+ <requirement>
+ <type>eclipse-plugin</type>
+ <id>org.eclipse.core.jobs</id>
+ <versionRange>0.0.0</versionRange>
+ </requirement>
+ </extraRequirements>
+ </dependency-resolution>
</configuration>
</plugin>
</plugins>
diff --git a/eclipse.jdt.core b/eclipse.jdt.core
-Subproject 0abba943c7b53c553060dad23c53becd80ea000
+Subproject a8cd8a99684dc79b3412d7b56ac42631c1356d4
diff --git a/eclipse.platform.resources b/eclipse.platform.resources
-Subproject b3975f320d17a1a87801ea6d69ca3c9d759a70e
+Subproject 9087fdbf1db0ccb14cac1813476929669e25d1d
diff --git a/eclipse.platform.ui b/eclipse.platform.ui
-Subproject d6436c35b26c4bfa3b742feaa16a121ea68a6df
+Subproject e1d88919042b561a2f6dc950b83de8234c72eee
diff --git a/rt.equinox.bundles b/rt.equinox.bundles
-Subproject 2d59b0f59ed364cba844ccaf902c74b6bbe01bd
+Subproject d9bf2c3636421e5b3bd8875d059410058d95342
diff --git a/rt.equinox.framework b/rt.equinox.framework
-Subproject 1e2cb6d29f96c8648d030daea92af33c04d189c
+Subproject c5c612600249e10b7ae2202bbc08058df37b14d

Back to the top