Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2014-12-13 01:39:37 +0000
committerMarkus Knauer2014-12-15 22:52:52 +0000
commitc880263dcd06c5f8bc9aac87e96c589b124c1ae0 (patch)
tree6b28896948298404881fffa68363e7caea02f8c0 /packages/org.eclipse.epp.package.modeling.feature/p2.inf
parent50f9b36ffbf3eb45bec6bc146e967948cad779e3 (diff)
downloadorg.eclipse.epp.packages-c880263dcd06c5f8bc9aac87e96c589b124c1ae0.tar.gz
org.eclipse.epp.packages-c880263dcd06c5f8bc9aac87e96c589b124c1ae0.tar.xz
org.eclipse.epp.packages-c880263dcd06c5f8bc9aac87e96c589b124c1ae0.zip
Use Tycho for creating the package archives including symbolic links
- Revert the change that used to be required to fix bug 424769 with symbolic links in tar archives. - Update to Tycho to 0.23.0-SNAPSHOT (temporary solution). - Use maven-antrun-plugin for copying the artifacts. Bug 455101: Use tycho zipping feature instead of createArchive.sh script https://bugs.eclipse.org/bugs/show_bug.cgi?id=455101 Signed-off-by: Pascal Rapicault <pascal@rapicorp.com> Change-Id: I7467f450af212b00a04b002fbe25919b994756e1
Diffstat (limited to 'packages/org.eclipse.epp.package.modeling.feature/p2.inf')
-rw-r--r--packages/org.eclipse.epp.package.modeling.feature/p2.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/org.eclipse.epp.package.modeling.feature/p2.inf b/packages/org.eclipse.epp.package.modeling.feature/p2.inf
index e65b951e..3bbc9ede 100644
--- a/packages/org.eclipse.epp.package.modeling.feature/p2.inf
+++ b/packages/org.eclipse.epp.package.modeling.feature/p2.inf
@@ -7,8 +7,8 @@ requires.1.name=org.eclipse.platform.ide
#requires.1.range=[3.5.0.I20090522-1710,3.5.0.I20090522-1710]
requires.1.greedy=true
-properties.0.name = org.eclipse.equinox.p2.type.product
-properties.0.value = true
+
+
instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//www.eclipse.org/modeling/amalgam/downloads/package/modeling/mars/,name:Modeling Package Updates for Eclipse Mars);\

Back to the top