Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2011-04-11 14:50:53 +0000
committertle2011-04-11 14:50:53 +0000
commit1afc56aeddca064057d6449dfe036725ad092233 (patch)
tree8b592aaf76dc970802d589115c12fcc64c2e12e0 /jpa_diagram_editor
parentacebf94c5f55ce20bd78840c8c0002ccd70e96c1 (diff)
downloadwebtools.dali-1afc56aeddca064057d6449dfe036725ad092233.tar.gz
webtools.dali-1afc56aeddca064057d6449dfe036725ad092233.tar.xz
webtools.dali-1afc56aeddca064057d6449dfe036725ad092233.zip
Removed Optional in Features Name
Diffstat (limited to 'jpa_diagram_editor')
-rw-r--r--jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor.feature/feature.properties2
-rw-r--r--jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor.feature/sourceTemplateFeature/feature.properties2
-rw-r--r--jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor_sdk.feature/feature.properties4
3 files changed, 4 insertions, 4 deletions
diff --git a/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor.feature/feature.properties b/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor.feature/feature.properties
index 957b646803..00f089939e 100644
--- a/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor.feature/feature.properties
+++ b/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor.feature/feature.properties
@@ -10,7 +10,7 @@
###############################################################################
# "featureName" property - name of the feature
-featureName=Dali Java Persistence Tools - JPA Diagram Editor (Optional)
+featureName=Dali Java Persistence Tools - JPA Diagram Editor
# "providerName" property - name of the company that provides the feature
providerName=Eclipse Web Tools Platform
diff --git a/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor.feature/sourceTemplateFeature/feature.properties b/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor.feature/sourceTemplateFeature/feature.properties
index 21afa1b4fe..123c8ff10d 100644
--- a/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor.feature/sourceTemplateFeature/feature.properties
+++ b/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor.feature/sourceTemplateFeature/feature.properties
@@ -5,7 +5,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=Dali Java Persistence Tools - JPA Diagram Editor (Optional)
+featureName=Dali Java Persistence Tools - JPA Diagram Editor
# "providerName" property - name of the company that provides the feature
providerName=Eclipse Web Tools Platform
diff --git a/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor_sdk.feature/feature.properties b/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor_sdk.feature/feature.properties
index 0461550c10..c4cc127e9a 100644
--- a/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor_sdk.feature/feature.properties
+++ b/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor_sdk.feature/feature.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2010 SAP AG.
+# Copyright (c) 2005, 2011 SAP AG.
# 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
@@ -10,7 +10,7 @@
###############################################################################
# "featureName" property - name of the feature
-featureName=Dali Java Persistence Tools - JPA Diagram Editor (Optional)
+featureName=Dali Java Persistence Tools - JPA Diagram Editor
# "providerName" property - name of the company that provides the feature
providerName=Eclipse Web Tools Platform

Back to the top