Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-04-01 15:17:47 +0000
committervladt2011-04-01 15:17:47 +0000
commit4f272abae2038764dd66bfce85cb9166035c0b12 (patch)
tree01d02c85cd84fd748e7f027fec2359ab94d0d007 /org.eclipse.m2e.maven.runtime
parent1fd2591a01063803814a2c738d2280a7c20c95db (diff)
downloadm2e-core-4f272abae2038764dd66bfce85cb9166035c0b12.tar.gz
m2e-core-4f272abae2038764dd66bfce85cb9166035c0b12.tar.xz
m2e-core-4f272abae2038764dd66bfce85cb9166035c0b12.zip
341531: The downloads that use the ahc connector cannot be canceled
Diffstat (limited to 'org.eclipse.m2e.maven.runtime')
-rw-r--r--org.eclipse.m2e.maven.runtime/build.properties4
1 files changed, 1 insertions, 3 deletions
diff --git a/org.eclipse.m2e.maven.runtime/build.properties b/org.eclipse.m2e.maven.runtime/build.properties
index aa9ca638..b8693958 100644
--- a/org.eclipse.m2e.maven.runtime/build.properties
+++ b/org.eclipse.m2e.maven.runtime/build.properties
@@ -13,8 +13,6 @@ bin.includes = META-INF/,\
jars/,\
local-patches.jar
jars.compile.order = local-patches.jar
-source.local-patches.jar = src/main/java/
+source.local-patches.jar = src/maven-3.0.3/,src/aether-1.12/
output.local-patches.jar = target/classes
-source.local-patches.jar = src/maven-3.0.3/
-source.local-patches.jar = src/aether-1.12/

Back to the top