Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-01-04 13:16:24 +0000
committerIgor Fedorenko2012-01-04 17:53:38 +0000
commit2ce122cffbcf965f9dac8e5f1749ff3d40d709d6 (patch)
tree8e804a5ab06f45cc64db295baf1393433bb98611 /eclipse-parent/pom.xml
parentafea9baa175b6a30ccec46013c5e114f52d2fbf0 (diff)
downloadeclipse.platform.releng.aggregator-2ce122cffbcf965f9dac8e5f1749ff3d40d709d6.tar.gz
eclipse.platform.releng.aggregator-2ce122cffbcf965f9dac8e5f1749ff3d40d709d6.tar.xz
eclipse.platform.releng.aggregator-2ce122cffbcf965f9dac8e5f1749ff3d40d709d6.zip
updated for recent tycho changes
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'eclipse-parent/pom.xml')
-rw-r--r--eclipse-parent/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index cbe48e2e5..25ea93a78 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -16,6 +16,7 @@
<jetty-repo.url>http://www.eclipse.org/external/jetty/updates/jetty-bundles-8.x/8.1.0.RC1/</jetty-repo.url>
<ecf-repo.url>http://download.eclipse.org/rt/ecf/3.5.3/site.p2</ecf-repo.url>
<emf-repo.url>http://download.eclipse.org/modeling/emf/emf/updates/2.8milestones/</emf-repo.url>
+ <aspectj-repo.url>http://download.eclipse.org/tools/ajdt/aspectj/update</aspectj-repo.url>
<natives-repo.url>file:///var/tmp/lts/natives</natives-repo.url>
@@ -48,6 +49,13 @@
<url>${natives-repo.url}</url>
<layout>p2</layout>
</repository>
+
+ <repository>
+ <!-- aspectj is used by some rt.equinox.bundles and is required by sdk-tests feature -->
+ <id>aspectj</id>
+ <url>${aspectj-repo.url}</url>
+ <layout>p2</layout>
+ </repository>
</repositories>
<pluginRepositories>

Back to the top