Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetya Sabeva2012-09-03 09:02:56 +0000
committerPetya Sabeva2012-09-17 14:30:36 +0000
commit90fcfa8db95bb0646125f8c482ce627a90a8b74e (patch)
tree3f443b7a9421588b627ec9c8cd6886fb8479c564
parentba470a7d96d8d2c012bdf55f6980f10888917ebb (diff)
downloadwebtools.dali-90fcfa8db95bb0646125f8c482ce627a90a8b74e.tar.gz
webtools.dali-90fcfa8db95bb0646125f8c482ce627a90a8b74e.tar.xz
webtools.dali-90fcfa8db95bb0646125f8c482ce627a90a8b74e.zip
Move up the JPA diagram editor to Graphiti 10.
-rw-r--r--jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor.feature/feature.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor.feature/feature.xml b/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor.feature/feature.xml
index 5edab3edd4..14e1c1e775 100644
--- a/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor.feature/feature.xml
+++ b/jpa_diagram_editor/features/org.eclipse.jpt.jpadiagrameditor.feature/feature.xml
@@ -4,9 +4,7 @@
label="%featureName"
version="1.1.0.qualifier"
provider-name="%providerName"
- plugin="org.eclipse.jpt.jpadiagrameditor.branding"
- license-feature="org.eclipse.license"
- license-feature-version="1.0.0.qualifier">
+ plugin="org.eclipse.jpt.jpadiagrameditor.branding">
<description>
%description
@@ -46,4 +44,4 @@
version="0.0.0"
unpack="false"/>
-</feature>
+</feature> \ No newline at end of file

Back to the top