Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-09-04 18:54:13 +0000
committerDavid Williams2013-09-04 18:54:13 +0000
commit2f694c8dc502dea92c09b4515d2532696296004e (patch)
treee67719e7433fd64acb2416aa6cde48b2c1f23f2c /eclipse.platform.repository
parenta23dffebb6af3ad0e42c1281fcec33fd5b018964 (diff)
downloadeclipse.platform.releng.aggregator-2f694c8dc502dea92c09b4515d2532696296004e.tar.gz
eclipse.platform.releng.aggregator-2f694c8dc502dea92c09b4515d2532696296004e.tar.xz
eclipse.platform.releng.aggregator-2f694c8dc502dea92c09b4515d2532696296004e.zip
Bug 414797 - org.eclipse.sdk.examples-4.4M1.zip not available from DL
page
Diffstat (limited to 'eclipse.platform.repository')
-rw-r--r--eclipse.platform.repository/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclipse.platform.repository/pom.xml b/eclipse.platform.repository/pom.xml
index 8c7e2a937..30714b468 100644
--- a/eclipse.platform.repository/pom.xml
+++ b/eclipse.platform.repository/pom.xml
@@ -615,7 +615,7 @@
</configuration>
</execution>
<execution>
- <id>mirror-org.eclipse.sdk.examples</id>
+ <id>mirror-org.eclipse.sdk.examples.source</id>
<phase>package</phase>
<goals>
<goal>mirror</goal>
@@ -635,11 +635,11 @@
<!-- Omitted IU version element means latest version of the IU -->
<ius>
<iu>
- <id>org.eclipse.sdk.examples.feature.group</id>
+ <id>org.eclipse.sdk.examples.source.feature.group</id>
</iu>
</ius>
<!-- The destination directory to mirror to. -->
- <destination>${project.build.directory}/repos/org.eclipse.sdk.examples</destination>
+ <destination>${project.build.directory}/repos/org.eclipse.sdk.examples.source</destination>
<!-- Whether only strict dependencies should be followed. -->
<!-- "strict" means perfect version match -->
<followStrictOnly>true</followStrictOnly>

Back to the top