Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-02-21 00:08:42 +0000
committerAndrew Niefer2009-02-21 00:08:42 +0000
commitaf7bcd7260c5a687e3284c03605fafc969122e04 (patch)
tree5e217f77322e44787d5ca81771900923ff5e6fc9 /org.eclipse.pde.build.tests/META-INF
parentfc69da3424bdf6e97e0ddf03ba185ccdb769aea0 (diff)
downloadeclipse.pde.build-af7bcd7260c5a687e3284c03605fafc969122e04.tar.gz
eclipse.pde.build-af7bcd7260c5a687e3284c03605fafc969122e04.tar.xz
eclipse.pde.build-af7bcd7260c5a687e3284c03605fafc969122e04.zip
bug 190041 - signing zips with jarprocessor ant task
bug 219832 - signing with keypass bug 265564 - signing and packing artifact repos
Diffstat (limited to 'org.eclipse.pde.build.tests/META-INF')
-rw-r--r--org.eclipse.pde.build.tests/META-INF/MANIFEST.MF8
1 files changed, 5 insertions, 3 deletions
diff --git a/org.eclipse.pde.build.tests/META-INF/MANIFEST.MF b/org.eclipse.pde.build.tests/META-INF/MANIFEST.MF
index 452c0329..da3c390c 100644
--- a/org.eclipse.pde.build.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.pde.build.tests/META-INF/MANIFEST.MF
@@ -17,9 +17,11 @@ Export-Package: org.eclipse.pde.build.internal.tests;x-internal:=true,
org.eclipse.pde.build.internal.tests.ant;x-internal:=true,
org.eclipse.pde.build.internal.tests.p2;x-internal:=true,
org.eclipse.pde.build.tests
-Import-Package: org.eclipse.equinox.internal.provisional.p2.core,
- org.eclipse.equinox.internal.p2.core.helpers,
+Import-Package: org.eclipse.equinox.internal.p2.core.helpers,
+ org.eclipse.equinox.internal.provisional.p2.artifact.repository,
+ org.eclipse.equinox.internal.provisional.p2.core,
org.eclipse.equinox.internal.provisional.p2.metadata,
org.eclipse.equinox.internal.provisional.p2.metadata.query,
org.eclipse.equinox.internal.provisional.p2.metadata.repository,
- org.eclipse.equinox.internal.provisional.p2.query
+ org.eclipse.equinox.internal.provisional.p2.query,
+ org.eclipse.equinox.p2.internal.repository.tools

Back to the top