Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2011-05-14 14:46:43 +0000
committerStephan Herrmann2011-05-14 14:46:43 +0000
commitf02ebdb7f71ed39a487f87b2327c8378ddb81643 (patch)
treead5fb9231d2bbed4ddb41cc2ad8a85c4bde764ca /features
parent279e023c5ceaba1bb68bd14fa87c65ad7ab076a6 (diff)
downloadorg.eclipse.objectteams-f02ebdb7f71ed39a487f87b2327c8378ddb81643.tar.gz
org.eclipse.objectteams-f02ebdb7f71ed39a487f87b2327c8378ddb81643.tar.xz
org.eclipse.objectteams-f02ebdb7f71ed39a487f87b2327c8378ddb81643.zip
Try to avoid *including* bcel by specifying the orbit repository for discovery.
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.objectteams.otequinox.feature/feature.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.objectteams.otequinox.feature/feature.xml b/features/org.eclipse.objectteams.otequinox.feature/feature.xml
index dc26b67bb..51a163620 100644
--- a/features/org.eclipse.objectteams.otequinox.feature/feature.xml
+++ b/features/org.eclipse.objectteams.otequinox.feature/feature.xml
@@ -22,7 +22,7 @@ Author: Stephan Herrmann.
<url>
<update label="Object Teams Updates" url="http://download.eclipse.org/objectteams/updates/2.0"/>
- <discovery label="Object Teams Updates" url="http://download.eclipse.org/objectteams/updates/2.0"/>
+ <discovery label="Orbit Repository" url="http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository"/>
</url>
<plugin
@@ -40,12 +40,12 @@ Author: Stephan Herrmann.
version="0.0.0"
unpack="false"/>
- <plugin
+ <!--plugin
id="org.apache.bcel"
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false"/>
+ unpack="false"/-->
<plugin
id="org.eclipse.objectteams.otequinox"

Back to the top