Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rwxr-xr-xfeatures/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/.project17
-rwxr-xr-xfeatures/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/build.properties2
-rwxr-xr-xfeatures/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/feature.properties33
-rwxr-xr-xfeatures/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/feature.xml29
-rwxr-xr-xfeatures/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml16
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml6
-rwxr-xr-xfeatures/papyrus-tests-features/pom.xml1
7 files changed, 103 insertions, 1 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/.project b/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/.project
new file mode 100755
index 00000000000..d93d8ffbc74
--- /dev/null
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.tests.emf.facet.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/build.properties b/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/build.properties
new file mode 100755
index 00000000000..b3a611b5c93
--- /dev/null
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/build.properties
@@ -0,0 +1,2 @@
+bin.includes = feature.xml,\
+ feature.properties
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/feature.properties b/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/feature.properties
new file mode 100755
index 00000000000..4c35da067b8
--- /dev/null
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/feature.properties
@@ -0,0 +1,33 @@
+###############################################################################
+# Copyright (c) 2020 CEA LIST
+
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License 2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
+###############################################################################
+
+# "featureName" property - name of the feature
+featureName=Papyrus - EMF Facet Tests Feature
+
+# "providerName" property - name of the company that provides the feature
+providerName=Eclipse Modeling Project
+
+# description property - text of the "Feature Description"
+description=Tests for the EMF Facet framework.
+################ end of description property ##################################
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=\
+Copyright (c) 2008-2012 CEA LIST, Atos Origin, Conselleria de\n\
+Infraestructuras y Transporte, Generalitat de la Comunitat Valenciana\n\
+and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
+which accompanies this distribution, and is available at\n\
+https://www.eclipse.org/legal/epl-2.0/\n\
+\n\
+SPDX-License-Identifier: EPL-2.0\n
+################ end of copyright property ####################################
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/feature.xml
new file mode 100755
index 00000000000..535bffa5221
--- /dev/null
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/feature.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.papyrus.tests.emf.facet.feature"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="2.0.2">
+
+ <description url="https://eclipse.org/papyrus/">
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+
+ <plugin
+ id="org.eclipse.papyrus.emf.facet.architecture.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml
new file mode 100755
index 00000000000..1a7172685f6
--- /dev/null
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.tests.releng</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <relativePath>../../../releng/tests</relativePath>
+ </parent>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.tests.emf.facet.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project> \ No newline at end of file
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 42aae7cf93e..0360944b167 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
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.tests.feature"
- version="2.0.0.qualifier"
label="%featureName"
+ version="2.0.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="2.0.2">
@@ -75,6 +75,10 @@
id="org.eclipse.papyrus.tests.toolsmiths.feature"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.papyrus.tests.emf.facet.feature"
+ version="0.0.0"/>
+
<requires>
<import feature="org.eclipse.papyrus.junit.feature" version="1.0.0" match="compatible"/>
</requires>
diff --git a/features/papyrus-tests-features/pom.xml b/features/papyrus-tests-features/pom.xml
index 1cfc97f2f62..2277ecd4441 100755
--- a/features/papyrus-tests-features/pom.xml
+++ b/features/papyrus-tests-features/pom.xml
@@ -17,6 +17,7 @@
<modules>
<!-- <module>org.eclipse.papyrus.tests.build.feature</module> -->
<module>org.eclipse.papyrus.tests.feature</module>
+ <module>org.eclipse.papyrus.tests.emf.facet.feature</module>
<module>org.eclipse.papyrus.tests.infra.core.feature</module>
<module>org.eclipse.papyrus.tests.infra.emf.expressions.feature</module>
<module>org.eclipse.papyrus.tests.infra.feature</module>

Back to the top