Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShenxue Zhou2013-04-09 22:09:20 +0000
committerNeil Hauge2013-04-09 22:23:34 +0000
commitd692b2952c6cb5d339aac871455311934789dfc8 (patch)
tree0d7c6d6ca51c75f455cad7d4862dbc9110aee972 /common/plugins/org.eclipse.jpt.common.core
parenta95a5d592ad325352554f43ed43ebfd1f32ae31b (diff)
downloadwebtools.dali-d692b2952c6cb5d339aac871455311934789dfc8.tar.gz
webtools.dali-d692b2952c6cb5d339aac871455311934789dfc8.tar.xz
webtools.dali-d692b2952c6cb5d339aac871455311934789dfc8.zip
399558 - Improve "Make Persistent" wizard to do attribute level
annotations. Contribution from Shenxue.
Diffstat (limited to 'common/plugins/org.eclipse.jpt.common.core')
-rw-r--r--common/plugins/org.eclipse.jpt.common.core/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.core/META-INF/MANIFEST.MF b/common/plugins/org.eclipse.jpt.common.core/META-INF/MANIFEST.MF
index b05f21fd03..68d8d4b67c 100644
--- a/common/plugins/org.eclipse.jpt.common.core/META-INF/MANIFEST.MF
+++ b/common/plugins/org.eclipse.jpt.common.core/META-INF/MANIFEST.MF
@@ -55,6 +55,7 @@ Export-Package: org.eclipse.jpt.common.core,
org.eclipse.jpt.jpa.db,
org.eclipse.jpt.jpa.db.ui,
org.eclipse.jpt.jpa.gen,
+ org.eclipse.jpt.jpa.annotate,
org.eclipse.jpt.jpa.ui",
org.eclipse.jpt.common.core.internal.utility.command;x-friends:="org.eclipse.jpt.jaxb.core,org.eclipse.jpt.jpa.core",
org.eclipse.jpt.common.core.internal.utility.jdt;x-friends:="org.eclipse.jpt.jaxb.core,org.eclipse.jpt.jpa.core",

Back to the top