Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2016-01-27 08:53:22 +0000
committerCamille Letavernier2016-01-27 08:53:22 +0000
commitcf93de2915b4e8b43b6766bcd6d27dee7df3c2a9 (patch)
tree7251336a7508ae5eaabb1a5b156c98c01e99427d /features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/feature.xml
parentc5833f46315f0755a4458806eb1c1ab9b2a2cbc2 (diff)
downloadorg.eclipse.papyrus-cf93de2915b4e8b43b6766bcd6d27dee7df3c2a9.tar.gz
org.eclipse.papyrus-cf93de2915b4e8b43b6766bcd6d27dee7df3c2a9.tar.xz
org.eclipse.papyrus-cf93de2915b4e8b43b6766bcd6d27dee7df3c2a9.zip
[Releng] Inclure the UPR Plug-in to the Developer feature to avoid
installation issues. Remove an implicit dependency to the UPR update site at install-time Change-Id: I7306fc5c8d4ddc4c6660bef0819e5f460a0f486e Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/feature.xml')
-rw-r--r--features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/feature.xml60
1 files changed, 48 insertions, 12 deletions
diff --git a/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/feature.xml b/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/feature.xml
index fb7d576ecc4..4a9713f8069 100644
--- a/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/feature.xml
+++ b/features/papyrus-dev-features/org.eclipse.papyrus.junit.feature/feature.xml
@@ -1,4 +1,8 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.junit.feature" label="Papyrus JUnit Framework Feature" version="1.2.0.qualifier">
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.papyrus.junit.feature"
+ label="Papyrus JUnit Framework Feature"
+ version="1.2.0.qualifier">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
Copyright (c) 2014, 2014 CEA LIST, Christian W. Damus, and others.
@@ -12,14 +16,46 @@ http://www.eclipse.org/legal/epl-v10.html
%license
</license>
- <plugin download-size="0" id="org.eclipse.papyrus.junit.framework" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.junit.utils" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.bundles.tests" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.tests.framework" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.tests.framework.annotations" install-size="0" unpack="false" version="0.0.0"/>
-
-</feature> \ No newline at end of file
+ <plugin
+ id="org.eclipse.papyrus.junit.framework"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.junit.utils"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.bundles.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.tests.framework"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.tests.framework.annotations"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.upr.utp"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top