From 12c4b882a72267fe9788e02fdd202a58c250342c Mon Sep 17 00:00:00 2001 From: Igor Fedorenko Date: Wed, 4 May 2011 00:38:57 -0400 Subject: saving incomplete work Signed-off-by: Igor Fedorenko --- org.eclipse.m2e.maven.plexus-utils/META-INF/MANIFEST.MF | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 org.eclipse.m2e.maven.plexus-utils/META-INF/MANIFEST.MF (limited to 'org.eclipse.m2e.maven.plexus-utils/META-INF/MANIFEST.MF') diff --git a/org.eclipse.m2e.maven.plexus-utils/META-INF/MANIFEST.MF b/org.eclipse.m2e.maven.plexus-utils/META-INF/MANIFEST.MF new file mode 100644 index 00000000..20d514f1 --- /dev/null +++ b/org.eclipse.m2e.maven.plexus-utils/META-INF/MANIFEST.MF @@ -0,0 +1,16 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Plexus-utils +Bundle-SymbolicName: org.eclipse.m2e.maven.runtime.plexus-utils +Bundle-Version: 1.0.0.qualifier +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-ClassPath: jars/plexus-utils-2.0.6.jar +Export-Package: org.codehaus.plexus.util, + org.codehaus.plexus.util.cli, + org.codehaus.plexus.util.cli.shell, + org.codehaus.plexus.util.dag, + org.codehaus.plexus.util.introspection, + org.codehaus.plexus.util.io, + org.codehaus.plexus.util.reflection, + org.codehaus.plexus.util.xml, + org.codehaus.plexus.util.xml.pull -- cgit v1.2.3