Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jpa
diff options
context:
space:
mode:
authorkmoore2008-05-16 14:22:51 +0000
committerkmoore2008-05-16 14:22:51 +0000
commit93bfe4a622b0d186aa7532b27f7ff361b371f814 (patch)
tree8ac7a40e0e284cb4a80f8400d6846abc9489ff48 /jpa
parenta1e4fbf6e12e1fa36c8e8e0829c1c6d749a112bc (diff)
downloadwebtools.dali-93bfe4a622b0d186aa7532b27f7ff361b371f814.tar.gz
webtools.dali-93bfe4a622b0d186aa7532b27f7ff361b371f814.tar.xz
webtools.dali-93bfe4a622b0d186aa7532b27f7ff361b371f814.zip
cleaned up a few references to JPA Vendor, changed them to JPA Platform
Diffstat (limited to 'jpa')
-rw-r--r--jpa/plugins/org.eclipse.jpt.ui/schema/jpaPlatform.exsd5
-rw-r--r--jpa/plugins/org.eclipse.jpt.ui/src/org/eclipse/jpt/ui/internal/platform/JpaPlatformUiRegistry.java2
2 files changed, 3 insertions, 4 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.ui/schema/jpaPlatform.exsd b/jpa/plugins/org.eclipse.jpt.ui/schema/jpaPlatform.exsd
index e290fd4745..29b6e406f3 100644
--- a/jpa/plugins/org.eclipse.jpt.ui/schema/jpaPlatform.exsd
+++ b/jpa/plugins/org.eclipse.jpt.ui/schema/jpaPlatform.exsd
@@ -3,7 +3,7 @@
<schema targetNamespace="org.eclipse.jpt.ui" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
- <meta.schema plugin="org.eclipse.jpt.ui" id="jpaVendor" name="JPA UI Vendor"/>
+ <meta.schema plugin="org.eclipse.jpt.ui" id="jpaPlatform" name="JPA Platform UI"/>
</appinfo>
<documentation>
[Enter description of this extension point.]
@@ -61,7 +61,7 @@
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
-
+ The class that implements &lt;samp&gt;org.eclipse.jpt.ui.JpaPlatformUi&lt;/samp&gt;.
</documentation>
<appinfo>
<meta.attribute kind="java" basedOn=":org.eclipse.jpt.ui.JpaPlatformUi"/>
@@ -98,7 +98,6 @@
</documentation>
</annotation>
-
<annotation>
<appinfo>
<meta.section type="implementation"/>
diff --git a/jpa/plugins/org.eclipse.jpt.ui/src/org/eclipse/jpt/ui/internal/platform/JpaPlatformUiRegistry.java b/jpa/plugins/org.eclipse.jpt.ui/src/org/eclipse/jpt/ui/internal/platform/JpaPlatformUiRegistry.java
index cac6e92a71..269437354a 100644
--- a/jpa/plugins/org.eclipse.jpt.ui/src/org/eclipse/jpt/ui/internal/platform/JpaPlatformUiRegistry.java
+++ b/jpa/plugins/org.eclipse.jpt.ui/src/org/eclipse/jpt/ui/internal/platform/JpaPlatformUiRegistry.java
@@ -147,7 +147,7 @@ public class JpaPlatformUiRegistry
+ "\" and \""
+ otherConfigElement.getContributor().getName()
+ "\" have registered a duplicate attribute \"id\" "
- + "for the extension element \"jpaVendor\".";
+ + "for the extension element \"jpaPlatform\".";
JptUiPlugin.log(message);
}

Back to the top