Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2009-06-12 20:28:17 +0000
committerkmoore2009-06-12 20:28:17 +0000
commit48fa5493b3d8d8190ae7fe76759c5c08a8852ef7 (patch)
treed554dcf64261671d479b5c53bcadf41708d8a357 /jpa/plugins/org.eclipse.jpt.core/plugin.xml
parentc90a4be9c8ea41c26edc6a61894b280de76da956 (diff)
downloadwebtools.dali-48fa5493b3d8d8190ae7fe76759c5c08a8852ef7.tar.gz
webtools.dali-48fa5493b3d8d8190ae7fe76759c5c08a8852ef7.tar.xz
webtools.dali-48fa5493b3d8d8190ae7fe76759c5c08a8852ef7.zip
refactored translators for eclipselink 1.0 and 1.1 resource models
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.core/plugin.xml')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/plugin.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/plugin.xml b/jpa/plugins/org.eclipse.jpt.core/plugin.xml
index c95ba81566..2b8dbcf854 100644
--- a/jpa/plugins/org.eclipse.jpt.core/plugin.xml
+++ b/jpa/plugins/org.eclipse.jpt.core/plugin.xml
@@ -445,10 +445,14 @@
publicId="http://java.sun.com/xml/ns/persistence"
uri="platform:/plugin/org.eclipse.jst.standard.schemas/dtdsAndSchemas/persistence_1_0.xsd"/>
- <!-- move this schema to org.eclipse.jst.standard.schemas -->
+ <!-- move these schemas to org.eclipse.jst.standard.schemas -->
<public
publicId="http://java.sun.com/xml/ns/persistence/orm"
uri="schema/orm_2_0.xsd"/>
+
+ <public
+ publicId="http://java.sun.com/xml/ns/persistence"
+ uri="schema/persistence_2_0.xsd"/>
</catalogContribution>

Back to the top