Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-05-09 14:48:54 +0000
committervlorenzo2012-05-09 14:48:54 +0000
commit94e624330798a9404771cbf090dbf53210f082b3 (patch)
treebc345e55ec94b7e710d47095e6b58a79cfec03d3 /features/papyrus-tests-features
parent0b6f0016793f2965f4ad97aa5ae5eb93f2d57904 (diff)
downloadorg.eclipse.papyrus-94e624330798a9404771cbf090dbf53210f082b3.tar.gz
org.eclipse.papyrus-94e624330798a9404771cbf090dbf53210f082b3.tar.xz
org.eclipse.papyrus-94e624330798a9404771cbf090dbf53210f082b3.zip
378990: [Tests] Add JUnit tests to test informations of builded plugins and features
https://bugs.eclipse.org/bugs/show_bug.cgi?id=378990
Diffstat (limited to 'features/papyrus-tests-features')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml23
1 files changed, 15 insertions, 8 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml
index 05ec38d4b73..63509b663b5 100644
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml
@@ -6,20 +6,20 @@
provider-name="%providerName">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2008-2012 CEA LIST, Atos Origin, Conselleria de
-Infraestructuras y Transporte, Generalitat de la Comunitat Valenciana
-and others
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License
-v1.0
-which accompanies this distribution, and is available at
+ Copyright (c) 2008-2012 CEA LIST, Atos Origin, Conselleria de
+Infraestructuras y Transporte, Generalitat de la Comunitat Valenciana
+and others
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License
+v1.0
+which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
</copyright>
<license url="%licenseURL">
%license
</license>
-
+
<includes
id="org.eclipse.papyrus.tests.uml.diagram.feature"
version="0.0.0"/>
@@ -47,4 +47,11 @@ http://www.eclipse.org/legal/epl-v10.html
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"/>
+
</feature>

Back to the top