Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2015-01-13 08:28:40 +0000
committerVincent Lorenzo2015-01-13 08:28:40 +0000
commit44c153b81e8aff60207cdc7d729ccd15f07123ef (patch)
tree273fef06fd70d99e24dd900abfc23866c4bccee4 /features/papyrus-tests-features
parent162db13f32d33086eae5faeefb07b5cd06e519bd (diff)
downloadorg.eclipse.papyrus-44c153b81e8aff60207cdc7d729ccd15f07123ef.tar.gz
org.eclipse.papyrus-44c153b81e8aff60207cdc7d729ccd15f07123ef.tar.xz
org.eclipse.papyrus-44c153b81e8aff60207cdc7d729ccd15f07123ef.zip
439888: [Table] Papyrus must provides hierarchical tables + Tree Table for Class + JUnit tests
Diffstat (limited to 'features/papyrus-tests-features')
-rwxr-xr-xfeatures/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/feature.xml40
1 files changed, 31 insertions, 9 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/feature.xml
index a2e072b0963..d3d4847ff43 100755
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/feature.xml
@@ -1,11 +1,16 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.tests.uml.nattable.feature" label="UML NatTable Test Feature" provider-name="Eclipse Modeling Project" version="1.1.0.qualifier">
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.papyrus.tests.uml.nattable.feature"
+ label="UML NatTable Test Feature"
+ version="1.1.0.qualifier"
+ provider-name="Eclipse Modeling Project">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2013 CEA LIST
-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) 2013 CEA LIST
+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>
@@ -13,8 +18,25 @@ http://www.eclipse.org/legal/epl-v10.html
%license
</license>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.nattable.tests" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.nattable.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.nattable.generic.tests" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.nattable.generic.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
-</feature> \ No newline at end of file
+ <plugin
+ id="org.eclipse.papyrus.uml.nattable.clazz.config.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top