Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Willink2017-01-13 19:30:47 +0000
committerEd Willink2017-02-01 07:15:32 +0000
commit8d8b9fa513ac3bf7d3007cf6f4c35aaa9dc413a1 (patch)
tree120c8c19a7d68fa58255054f187dd636c11c2bbe /features
parenta921f1c42939da19b7ec12c012cc6db9f718fe9c (diff)
downloadorg.eclipse.qvtd-8d8b9fa513ac3bf7d3007cf6f4c35aaa9dc413a1.tar.gz
org.eclipse.qvtd-8d8b9fa513ac3bf7d3007cf6f4c35aaa9dc413a1.tar.xz
org.eclipse.qvtd-8d8b9fa513ac3bf7d3007cf6f4c35aaa9dc413a1.zip
[495621] Add UMLX feature
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.qvtd.releng.build-feature/feature.xml4
-rw-r--r--features/org.eclipse.qvtd.umlx-feature/.project17
-rw-r--r--features/org.eclipse.qvtd.umlx-feature/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--features/org.eclipse.qvtd.umlx-feature/.settings/org.eclipse.core.runtime.prefs2
-rw-r--r--features/org.eclipse.qvtd.umlx-feature/about.html26
-rw-r--r--features/org.eclipse.qvtd.umlx-feature/build.properties1
-rw-r--r--features/org.eclipse.qvtd.umlx-feature/feature.properties31
-rw-r--r--features/org.eclipse.qvtd.umlx-feature/feature.xml32
8 files changed, 116 insertions, 0 deletions
diff --git a/features/org.eclipse.qvtd.releng.build-feature/feature.xml b/features/org.eclipse.qvtd.releng.build-feature/feature.xml
index 81a44b054..ea5f8eca1 100644
--- a/features/org.eclipse.qvtd.releng.build-feature/feature.xml
+++ b/features/org.eclipse.qvtd.releng.build-feature/feature.xml
@@ -19,4 +19,8 @@
id="org.eclipse.qvtd.master"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.qvtd.umlx"
+ version="0.0.0"/>
+
</feature>
diff --git a/features/org.eclipse.qvtd.umlx-feature/.project b/features/org.eclipse.qvtd.umlx-feature/.project
new file mode 100644
index 000000000..44cff881b
--- /dev/null
+++ b/features/org.eclipse.qvtd.umlx-feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.qvtd.umlx-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/org.eclipse.qvtd.umlx-feature/.settings/org.eclipse.core.resources.prefs b/features/org.eclipse.qvtd.umlx-feature/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 000000000..e0c432e88
--- /dev/null
+++ b/features/org.eclipse.qvtd.umlx-feature/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,3 @@
+#Thu Oct 08 09:44:32 CEST 2009
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/features/org.eclipse.qvtd.umlx-feature/.settings/org.eclipse.core.runtime.prefs b/features/org.eclipse.qvtd.umlx-feature/.settings/org.eclipse.core.runtime.prefs
new file mode 100644
index 000000000..5a0ad22d2
--- /dev/null
+++ b/features/org.eclipse.qvtd.umlx-feature/.settings/org.eclipse.core.runtime.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+line.separator=\n
diff --git a/features/org.eclipse.qvtd.umlx-feature/about.html b/features/org.eclipse.qvtd.umlx-feature/about.html
new file mode 100644
index 000000000..2f46c1759
--- /dev/null
+++ b/features/org.eclipse.qvtd.umlx-feature/about.html
@@ -0,0 +1,26 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"><head>
+
+
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>About</title>
+</head><body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>July 19, 2008</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body></html> \ No newline at end of file
diff --git a/features/org.eclipse.qvtd.umlx-feature/build.properties b/features/org.eclipse.qvtd.umlx-feature/build.properties
new file mode 100644
index 000000000..64f93a9f0
--- /dev/null
+++ b/features/org.eclipse.qvtd.umlx-feature/build.properties
@@ -0,0 +1 @@
+bin.includes = feature.xml
diff --git a/features/org.eclipse.qvtd.umlx-feature/feature.properties b/features/org.eclipse.qvtd.umlx-feature/feature.properties
new file mode 100644
index 000000000..aa6d5959d
--- /dev/null
+++ b/features/org.eclipse.qvtd.umlx-feature/feature.properties
@@ -0,0 +1,31 @@
+###############################################################################
+# Copyright (c) 2012, 2015 Willink Transformations 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
+#
+# Contributors:
+# E.D.Willink - initial API and implementation
+#
+###############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=QVTd UMLX Editor (Incubation)
+
+# "providerName" property - name of the company that provides the feature
+providerName=Eclipse Modeling Project
+
+# "updateSiteName" property - label for the update site
+updateSiteName=Eclipse Modeling Project Updates
+
+# "description" property - description of the feature
+description=QVTd support for the UMLX graphical syntax (requires Sirius).
+
+copyright=(c) Copyright Eclipse contributors and others 2009, 2014. All rights reserved.
+Visit http://projects.eclipse.org/projects/modeling.mmt.qvtd
diff --git a/features/org.eclipse.qvtd.umlx-feature/feature.xml b/features/org.eclipse.qvtd.umlx-feature/feature.xml
new file mode 100644
index 000000000..ea2c865ad
--- /dev/null
+++ b/features/org.eclipse.qvtd.umlx-feature/feature.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.qvtd.umlx"
+ label="%featureName"
+ version="0.14.0.qualifier"
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="0.0.0">
+
+ <description url="http://www.example.com/description">
+ %description
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ [Documentation] Copyright text will be taken from the shared license feature
+ </copyright>
+
+ <plugin
+ id="org.eclipse.qvtd.umlx"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.qvtd.umlx.design"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top