Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-03-02 23:51:27 +0000
committerSteffen Pingel2012-03-02 23:51:27 +0000
commitf4fb854702ec47b0d1f09833a66ea48445949493 (patch)
treefa0b305cad707feaef4777ca8a138f578660254a
parent827b3e159c2de9905390a3ff3d523b96d38aec95 (diff)
downloadorg.eclipse.mylyn.incubator-f4fb854702ec47b0d1f09833a66ea48445949493.tar.gz
org.eclipse.mylyn.incubator-f4fb854702ec47b0d1f09833a66ea48445949493.tar.xz
org.eclipse.mylyn.incubator-f4fb854702ec47b0d1f09833a66ea48445949493.zip
update for Tycho 0.14.0
-rw-r--r--org.eclipse.mylyn.incubator-site/pack-and-sign/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.incubator-site/pack-and-sign/build.xml b/org.eclipse.mylyn.incubator-site/pack-and-sign/build.xml
index 4e173e00..5992b4b2 100644
--- a/org.eclipse.mylyn.incubator-site/pack-and-sign/build.xml
+++ b/org.eclipse.mylyn.incubator-site/pack-and-sign/build.xml
@@ -106,7 +106,7 @@
<delete file="${site}/artifacts.jar" />
<path id="jarprocessor.classpath">
- <fileset dir="${localRepository}/org/eclipse/tycho/tycho-p2-runtime">
+ <fileset dir="${localRepository}/org/eclipse/tycho/tycho-bundles-external">
<include name="*/eclipse/plugins/org.eclipse.equinox.p2.jarprocessor_*.jar" />
</fileset>
</path>
@@ -144,7 +144,7 @@
<delete file="${projectDir}/site/artifacts.jar" />
<path id="eclipse.classpath">
- <fileset dir="${localRepository}/org/eclipse/tycho/tycho-p2-runtime">
+ <fileset dir="${localRepository}/org/eclipse/tycho/tycho-bundles-external">
<include name="*/eclipse/plugins/org.eclipse.equinox.launcher_*.jar" />
</fileset>
</path>

Back to the top