Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-02-10 20:11:48 +0000
committerIgor Fedorenko2011-02-10 20:49:14 +0000
commit8bac477d3aff06d5aaa668983f13e3f375267f63 (patch)
tree2ca9091b4bc66114720c76e85a3febc9f509e631 /org.eclipse.m2e.maven.runtime/META-INF
parente63dc1b163926cfb6468d8c691cf6e2f0b5f6404 (diff)
downloadm2e-core-8bac477d3aff06d5aaa668983f13e3f375267f63.tar.gz
m2e-core-8bac477d3aff06d5aaa668983f13e3f375267f63.tar.xz
m2e-core-8bac477d3aff06d5aaa668983f13e3f375267f63.zip
reworked local maven patches
only include minimal required set of changed files. added short README to list changes introduced per-maven release directory structure so we know when to remove local patches Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.maven.runtime/META-INF')
-rw-r--r--org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF b/org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF
index eebadbef..b78fe8dd 100644
--- a/org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF
@@ -129,7 +129,7 @@ Bundle-ClassPath: local-patches.jar,
jars/guice-plexus-binders-2.0.0.jar,
jars/guice-plexus-scanners-2.0.0.jar,
jars/plexus-classworlds-2.4.jar,
- jars/plexus-utils-2.0.6-SNAPSHOT.jar,
+ jars/plexus-utils-2.0.6.jar,
jars/sisu-guice-2.9.4-no_aop.jar,
jars/plexus-build-api-0.0.7-SNAPSHOT.jar,
jars/aether-connector-wagon-1.10.jar,
@@ -145,4 +145,5 @@ Bundle-Name: Embedded Maven Runtime Bundle
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.m2e.maven.runtime;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5, JavaSE-1.6
+Require-Bundle: com.ning.async-http-client;bundle-version="1.4.1"

Back to the top