Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2012-07-13 00:22:50 +0000
committertle2012-07-13 00:22:50 +0000
commit2110afedf1e96d8c1020703338c16fe135b80214 (patch)
treeb58c900d236644ccc00f5790a92514593373a2d1 /common/plugins/org.eclipse.jpt.common.core/META-INF
parent387de26fce49153df720e9f14e3e6c38f8c41f7b (diff)
downloadwebtools.dali-2110afedf1e96d8c1020703338c16fe135b80214.tar.gz
webtools.dali-2110afedf1e96d8c1020703338c16fe135b80214.tar.xz
webtools.dali-2110afedf1e96d8c1020703338c16fe135b80214.zip
352865 - SQL script generation does not open the generated script
Diffstat (limited to 'common/plugins/org.eclipse.jpt.common.core/META-INF')
-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 2eafc6b611..a0f0e6b499 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
@@ -28,6 +28,7 @@ Require-Bundle: org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)",
org.eclipse.wst.validation;bundle-version="[1.2.0,2.0.0)"
Dali-Comment: We friend 'utility' to all non-EclipseLink, non-test bundles
Export-Package: org.eclipse.jpt.common.core,
+ org.eclipse.jpt.common.core.gen,
org.eclipse.jpt.common.core.internal;
x-friends:="org.eclipse.jpt.jpa.core,
org.eclipse.jpt.jaxb.core",

Back to the top