Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhmalphettes2012-06-06 06:31:35 +0000
committerhmalphettes2012-06-06 06:31:35 +0000
commit1598c1e1ba9f7d5340b6b307f0fd5b6cec5ed24a (patch)
tree363f1e37d629217a9b8cd0b8b7aac7d64f5d8f82
parentf9fa8d03580dddc7c2b359d87fa017cf8faddcae (diff)
downloadorg.eclipse.jetty.releng.products-jetty-8.tar.gz
org.eclipse.jetty.releng.products-jetty-8.tar.xz
org.eclipse.jetty.releng.products-jetty-8.zip
bug 381457 build with an eclipse-platform repo where the jetty bundles are not greedyjetty-8
-rw-r--r--jetty-features/org.eclipse.jetty.all/feature.xml1
-rw-r--r--pom.xml2
2 files changed, 1 insertions, 2 deletions
diff --git a/jetty-features/org.eclipse.jetty.all/feature.xml b/jetty-features/org.eclipse.jetty.all/feature.xml
index 46c9ad3..436cc9a 100644
--- a/jetty-features/org.eclipse.jetty.all/feature.xml
+++ b/jetty-features/org.eclipse.jetty.all/feature.xml
@@ -3,7 +3,6 @@
id="org.eclipse.jetty.all"
label="%featureName"
version="8.1.3.qualifier"
->>>>>>> master
provider-name="%providerName">
<description url="%descriptionURL">
diff --git a/pom.xml b/pom.xml
index 4506ade..397b82a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
<!--forceContextQualifier>v20110513</forceContextQualifier-->
<p2-install-folder-name>staging-milestone</p2-install-folder-name>
<p2-install-parent-folder-name>jetty-rt-3.8milestones</p2-install-parent-folder-name>
- <equinox-site>http://download.eclipse.org/eclipse/updates/3.8milestones/S-3.8RC2-201205251400</equinox-site>
+ <equinox-site>http://download.eclipse.org/eclipse/updates/4.2-I-builds/I20120605-1900</equinox-site>
<jetty-bundles-site>http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.3.v20120522</jetty-bundles-site>
</properties>
</profile>

Back to the top