Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaxsun McCarthy Huggan2016-05-20 22:57:25 +0000
committerJaxsun McCarthy Huggan2016-05-20 22:57:25 +0000
commit03dc102f4be34350139c9e90956bc15b31a1749b (patch)
tree81fd9f6f63efc45dcd7492cd80b379018df2d484
parentc2edd09ae9484358b17782d31efa4765a3b8b415 (diff)
downloadorg.eclipse.mylyn-03dc102f4be34350139c9e90956bc15b31a1749b.tar.gz
org.eclipse.mylyn-03dc102f4be34350139c9e90956bc15b31a1749b.tar.xz
org.eclipse.mylyn-03dc102f4be34350139c9e90956bc15b31a1749b.zip
493847: remove hardcoded target in org.eclipse.mylyn-site pom
This was causing the release build which uses the Luna target to pull in things from the Mars target. Change-Id: I77ea7b844c886e3e84b59556ae73bb61e6394630 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493847 Signed-off-by: Jaxsun McCarthy Huggan <jaxsun.mccarthy@tasktop.com>
-rw-r--r--org.eclipse.mylyn-site/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.mylyn-site/pom.xml b/org.eclipse.mylyn-site/pom.xml
index 6283b624..b1e78a48 100644
--- a/org.eclipse.mylyn-site/pom.xml
+++ b/org.eclipse.mylyn-site/pom.xml
@@ -17,7 +17,6 @@
<qualifier>${project.unqualifiedVersion}</qualifier>
<sign-dir>tools/mylyn/signing/mylyn/${project.version}</sign-dir>
<mirrors-url>http://www.eclipse.org/downloads/download.php?file=/mylyn/drops/${unqualifiedVersion}/${buildQualifier}/site.xml&amp;amp;protocol=http&amp;amp;format=xml</mirrors-url>
- <target-platform>mylyn-e4.5</target-platform>
</properties>
<profiles>
<profile>

Back to the top