Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Overbey2007-10-01 17:13:43 +0000
committerJeffrey Overbey2007-10-01 17:13:43 +0000
commitf3de4cc80072ad81bc2fb7fc2705c63c8ba3d97e (patch)
tree3ae74f8e8bc2644b5453177d68a03fa592839de6
parenta70931955ab092b4f3e39118278bee37be97adf2 (diff)
downloadorg.eclipse.photran-f3de4cc80072ad81bc2fb7fc2705c63c8ba3d97e.tar.gz
org.eclipse.photran-f3de4cc80072ad81bc2fb7fc2705c63c8ba3d97e.tar.xz
org.eclipse.photran-f3de4cc80072ad81bc2fb7fc2705c63c8ba3d97e.zip
Added exports in MANIFEST.MF
-rw-r--r--org.eclipse.photran.ui.vpg/META-INF/MANIFEST.MF4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.photran.ui.vpg/META-INF/MANIFEST.MF b/org.eclipse.photran.ui.vpg/META-INF/MANIFEST.MF
index f44cbb4b..5be165d2 100644
--- a/org.eclipse.photran.ui.vpg/META-INF/MANIFEST.MF
+++ b/org.eclipse.photran.ui.vpg/META-INF/MANIFEST.MF
@@ -18,3 +18,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ltk.ui.refactoring,
org.eclipse.photran.core
Eclipse-LazyStart: true
+Export-Package: org.eclipse.photran.internal.refactoring.ui,
+ org.eclipse.photran.internal.ui.actions,
+ org.eclipse.photran.internal.ui.properties,
+ org.eclipse.photran.ui.vpg

Back to the top