Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.etrice.layout.feature/.project17
-rw-r--r--features/org.eclipse.etrice.layout.feature/about.html28
-rw-r--r--features/org.eclipse.etrice.layout.feature/about.ini15
-rw-r--r--features/org.eclipse.etrice.layout.feature/about.mappings6
-rw-r--r--features/org.eclipse.etrice.layout.feature/about.properties28
-rw-r--r--features/org.eclipse.etrice.layout.feature/build.properties8
-rw-r--r--features/org.eclipse.etrice.layout.feature/feature.properties4
-rw-r--r--features/org.eclipse.etrice.layout.feature/feature.xml70
-rw-r--r--features/org.eclipse.etrice.layout.feature/modeling32.pngbin0 -> 2414 bytes
-rw-r--r--features/org.eclipse.etrice.tests.feature/feature.xml2
-rw-r--r--plugins/org.eclipse.etrice.ui.layout/.gitignore1
-rw-r--r--plugins/org.eclipse.etrice.ui.layout/META-INF/MANIFEST.MF6
-rw-r--r--releng/org.eclipse.etrice.releng/buckminster.cspec4
-rw-r--r--releng/org.eclipse.etrice.site/feature.xml4
14 files changed, 187 insertions, 6 deletions
diff --git a/features/org.eclipse.etrice.layout.feature/.project b/features/org.eclipse.etrice.layout.feature/.project
new file mode 100644
index 000000000..7380684df
--- /dev/null
+++ b/features/org.eclipse.etrice.layout.feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.etrice.layout.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.etrice.layout.feature/about.html b/features/org.eclipse.etrice.layout.feature/about.html
new file mode 100644
index 000000000..82d49bf5f
--- /dev/null
+++ b/features/org.eclipse.etrice.layout.feature/about.html
@@ -0,0 +1,28 @@
+<!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>June 5, 2007</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). 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, &quot;Program&quot; 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 (&quot;Redistributor&quot;) 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>
diff --git a/features/org.eclipse.etrice.layout.feature/about.ini b/features/org.eclipse.etrice.layout.feature/about.ini
new file mode 100644
index 000000000..80baac0c3
--- /dev/null
+++ b/features/org.eclipse.etrice.layout.feature/about.ini
@@ -0,0 +1,15 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%featureText
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=modeling32.png
+
+# Property "appName" contains name of the application (translated)
+appName=%featureName
+
diff --git a/features/org.eclipse.etrice.layout.feature/about.mappings b/features/org.eclipse.etrice.layout.feature/about.mappings
new file mode 100644
index 000000000..720ca870f
--- /dev/null
+++ b/features/org.eclipse.etrice.layout.feature/about.mappings
@@ -0,0 +1,6 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
+0=@build@ \ No newline at end of file
diff --git a/features/org.eclipse.etrice.layout.feature/about.properties b/features/org.eclipse.etrice.layout.feature/about.properties
new file mode 100644
index 000000000..c810e122e
--- /dev/null
+++ b/features/org.eclipse.etrice.layout.feature/about.properties
@@ -0,0 +1,28 @@
+# NLS_MESSAGEFORMAT_VAR
+
+# ==============================================================================
+# Do not change the properties between this line and the last line containing:
+# %%% END OF TRANSLATED PROPERTIES %%%
+# Instead, either redefine an existing property, or create a new property,
+# append it to the end of the file, and change the code to use the new name.
+# ==============================================================================
+
+# about.properties
+# contains externalized strings for about.ini
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# fill-ins are supplied by about.mappings
+# This file should be translated.
+
+featureName=eTrice Layout
+
+featureText=eTrice Layout \n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others. 2010-2013. All rights reserved.\n\
+Visit http://www.eclipse.org/etrice
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/features/org.eclipse.etrice.layout.feature/build.properties b/features/org.eclipse.etrice.layout.feature/build.properties
new file mode 100644
index 000000000..19528f302
--- /dev/null
+++ b/features/org.eclipse.etrice.layout.feature/build.properties
@@ -0,0 +1,8 @@
+bin.includes = feature.xml,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ build.properties,\
+ feature.properties,\
+ modeling32.png
diff --git a/features/org.eclipse.etrice.layout.feature/feature.properties b/features/org.eclipse.etrice.layout.feature/feature.properties
new file mode 100644
index 000000000..eb8b11684
--- /dev/null
+++ b/features/org.eclipse.etrice.layout.feature/feature.properties
@@ -0,0 +1,4 @@
+featureName=eTrice
+# "providerName" property - name of the company that provides the feature
+providerName=eTrice (Incubation)
+description= eTrice layouter for structure and behavior diagrams
diff --git a/features/org.eclipse.etrice.layout.feature/feature.xml b/features/org.eclipse.etrice.layout.feature/feature.xml
new file mode 100644
index 000000000..fa20d0af4
--- /dev/null
+++ b/features/org.eclipse.etrice.layout.feature/feature.xml
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ <copyright>
+
+ Copyright (c) 2010 - 2013 Protos Software GmbH.
+ 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:
+ Henrik Rentz-Reichert
+
+ </copyright>
+
+ -->
+<feature
+ id="org.eclipse.etrice.layout.feature"
+ label="%featureName"
+ version="0.3.0.qualifier"
+ provider-name="%providerName"
+ plugin="org.eclipse.etrice.core.room.ui"
+ license-feature="org.eclipse.license"
+ license-feature-version="1.0.0.qualifier">
+
+ <description url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright url="http://www.eclipse.org/legal/epl-v10.html">
+ (c) 2010 - 2011 Protos Software GmbH.
+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="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <requires>
+ <import plugin="org.eclipse.graphiti" version="0.8.1" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.graphiti.ui" version="0.8.1" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.gef" version="3.5.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ui" version="3.5.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.core.runtime" version="3.5.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.emf.transaction" version="1.3.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ui.ide" version="3.5.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ui.views.properties.tabbed" version="3.5.0" match="greaterOrEqual"/>
+ <import plugin="com.google.guava" version="8.0.0" match="greaterOrEqual"/>
+ <import plugin="de.cau.cs.kieler.kiml.graphiti" version="0.2.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.etrice.ui.behavior" version="0.2.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.etrice.ui.structure" version="0.2.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.etrice.ui.common" version="0.2.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.etrice.core.room" version="0.2.0" match="greaterOrEqual"/>
+ <import plugin="de.cau.cs.kieler.core" version="0.8.0" match="greaterOrEqual"/>
+ <import plugin="de.cau.cs.kieler.core.kgraph" version="0.4.1" match="greaterOrEqual"/>
+ <import plugin="de.cau.cs.kieler.kiml.ui" version="0.7.1" match="greaterOrEqual"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.etrice.ui.layout"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
diff --git a/features/org.eclipse.etrice.layout.feature/modeling32.png b/features/org.eclipse.etrice.layout.feature/modeling32.png
new file mode 100644
index 000000000..6b08de2ad
--- /dev/null
+++ b/features/org.eclipse.etrice.layout.feature/modeling32.png
Binary files differ
diff --git a/features/org.eclipse.etrice.tests.feature/feature.xml b/features/org.eclipse.etrice.tests.feature/feature.xml
index d1b87313f..4d2e21a2e 100644
--- a/features/org.eclipse.etrice.tests.feature/feature.xml
+++ b/features/org.eclipse.etrice.tests.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.etrice.tests.feature"
label="%featureName"
- version="0.2.0.qualifier"
+ version="0.3.0.qualifier"
provider-name="%providerName">
<description>
diff --git a/plugins/org.eclipse.etrice.ui.layout/.gitignore b/plugins/org.eclipse.etrice.ui.layout/.gitignore
new file mode 100644
index 000000000..092357e47
--- /dev/null
+++ b/plugins/org.eclipse.etrice.ui.layout/.gitignore
@@ -0,0 +1 @@
+bin
diff --git a/plugins/org.eclipse.etrice.ui.layout/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.ui.layout/META-INF/MANIFEST.MF
index a9921f03a..63cd8e41f 100644
--- a/plugins/org.eclipse.etrice.ui.layout/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.ui.layout/META-INF/MANIFEST.MF
@@ -12,9 +12,9 @@ Require-Bundle: org.eclipse.graphiti;bundle-version="0.8.1",
org.eclipse.ui.ide;bundle-version="3.5.0",
org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.0",
com.google.guava;bundle-version="8.0.0",
- de.cau.cs.kieler.core,
- de.cau.cs.kieler.core.kgraph,
- de.cau.cs.kieler.kiml.ui,
+ de.cau.cs.kieler.core;bundle-version="0.8.0",
+ de.cau.cs.kieler.core.kgraph;bundle-version="0.4.1",
+ de.cau.cs.kieler.kiml.ui;bundle-version="0.7.1",
de.cau.cs.kieler.kiml.graphiti;bundle-version="0.2.0",
org.eclipse.etrice.ui.behavior;bundle-version="0.2.0",
org.eclipse.etrice.ui.structure;bundle-version="0.2.0",
diff --git a/releng/org.eclipse.etrice.releng/buckminster.cspec b/releng/org.eclipse.etrice.releng/buckminster.cspec
index 99c4aa091..9b0ae0368 100644
--- a/releng/org.eclipse.etrice.releng/buckminster.cspec
+++ b/releng/org.eclipse.etrice.releng/buckminster.cspec
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<cs:cspec xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0" name="org.eclipse.etrice.releng" componentType="buckminster" version="0.3.0.qualifier">
+<?xml version="1.0" encoding="UTF-8"?><cs:cspec xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0" name="org.eclipse.etrice.releng" componentType="buckminster" version="0.3.0.qualifier">
<cs:dependencies>
<cs:dependency name="org.eclipse.etrice.feature" componentType="eclipse.feature"/>
<cs:dependency name="org.eclipse.etrice.generator.c.tests" componentType="buckminster"/>
@@ -13,6 +12,7 @@
<cs:dependency name="org.eclipse.etrice.site" componentType="eclipse.feature"/>
<cs:dependency name="org.eclipse.etrice.tests.feature" componentType="eclipse.feature"/>
<cs:dependency name="org.eclipse.etrice.tutorials.java" componentType="buckminster"/>
+ <cs:dependency name="org.eclipse.etrice.layout.feature" componentType="eclipse.feature"/>
</cs:dependencies>
<cs:actions>
<cs:public name="copy.sites" actor="ant">
diff --git a/releng/org.eclipse.etrice.site/feature.xml b/releng/org.eclipse.etrice.site/feature.xml
index 532614cce..56aaefcfb 100644
--- a/releng/org.eclipse.etrice.site/feature.xml
+++ b/releng/org.eclipse.etrice.site/feature.xml
@@ -37,4 +37,8 @@ http://www.eclipse.org/legal/epl-v10.html
id="org.eclipse.etrice.feature"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.etrice.layout.feature"
+ version="0.0.0"/>
+
</feature>

Back to the top