Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-06-10 07:01:49 +0000
committerHenrik Rentz-Reichert2013-06-10 07:01:49 +0000
commit00de7620fb521ea6e8a3271945c0e880283a773a (patch)
treeb869e6e202d5f38907e4374052c97ce4b3c16feb
parentc38edd4c8ff5825a72415b0c7a9f433d2915ce86 (diff)
downloadorg.eclipse.etrice-00de7620fb521ea6e8a3271945c0e880283a773a.tar.gz
org.eclipse.etrice-00de7620fb521ea6e8a3271945c0e880283a773a.tar.xz
org.eclipse.etrice-00de7620fb521ea6e8a3271945c0e880283a773a.zip
[*.feature] description changes
-rw-r--r--features/org.eclipse.etrice.feature/feature.properties2
-rw-r--r--features/org.eclipse.etrice.feature/feature.xml40
-rw-r--r--features/org.eclipse.etrice.layout.feature/feature.properties2
3 files changed, 22 insertions, 22 deletions
diff --git a/features/org.eclipse.etrice.feature/feature.properties b/features/org.eclipse.etrice.feature/feature.properties
index 7e748753c..6b6583b9a 100644
--- a/features/org.eclipse.etrice.feature/feature.properties
+++ b/features/org.eclipse.etrice.feature/feature.properties
@@ -1,4 +1,4 @@
featureName=eTrice
# "providerName" property - name of the company that provides the feature
providerName=Eclipse eTrice (Incubation)
-description= eTrice ROOM Editors and Java Generator
+description= eTrice ROOM editors and code generators
diff --git a/features/org.eclipse.etrice.feature/feature.xml b/features/org.eclipse.etrice.feature/feature.xml
index 59f603a4c..8ee8d337f 100644
--- a/features/org.eclipse.etrice.feature/feature.xml
+++ b/features/org.eclipse.etrice.feature/feature.xml
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
- <copyright>
-
- Copyright (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
-
- Contributors:
- Henrik Rentz-Reichert
-
- </copyright>
-
+<!--
+ <copyright>
+
+ Copyright (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
+
+ Contributors:
+ Henrik Rentz-Reichert
+
+ </copyright>
+
-->
<feature
id="org.eclipse.etrice.feature"
@@ -23,16 +23,16 @@
license-feature="org.eclipse.license"
license-feature-version="1.0.0.qualifier">
- <description>
+ <description url="http://www.eclipse.org/etrice">
%description
</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
+ (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>
diff --git a/features/org.eclipse.etrice.layout.feature/feature.properties b/features/org.eclipse.etrice.layout.feature/feature.properties
index d5f25962a..9a977ef3b 100644
--- a/features/org.eclipse.etrice.layout.feature/feature.properties
+++ b/features/org.eclipse.etrice.layout.feature/feature.properties
@@ -1,4 +1,4 @@
featureName=eTrice Layout Feature
# "providerName" property - name of the company that provides the feature
providerName=Eclipse eTrice (Incubation)
-description= eTrice layouter for structure and behavior diagrams
+description= automatic layout for eTrice structure and behavior diagrams

Back to the top