summaryrefslogtreecommitdiff
path: root/rules/maven/fix-classpath.patch
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-06 21:17:47 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-06 21:17:47 -0400
commiteb754e501c91cdcb29e01e50f065f73f308d3574 (patch)
tree07f484e121bf4fb3ea3dbd5b5a316ad052794092 /rules/maven/fix-classpath.patch
parent294d543163dd785092f4383a4ac359d1815eba6c (diff)
Get maven closer to compiling
The blocker on on compile-boot is org.eclipse.aether, which is missing.
Diffstat (limited to 'rules/maven/fix-classpath.patch')
-rw-r--r--rules/maven/fix-classpath.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/rules/maven/fix-classpath.patch b/rules/maven/fix-classpath.patch
deleted file mode 100644
index b40a4d1..0000000
--- a/rules/maven/fix-classpath.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ruN maven.orig/build.xml maven/build.xml
---- maven.orig/build.xml 2014-06-03 16:09:48.457817856 -0400
-+++ maven/build.xml 2014-06-03 16:41:03.871179314 -0400
-@@ -165,7 +165,6 @@
- <attribute name="version" />
- <sequential>
- <java fork="true" classname="org.codehaus.modello.ModelloCli" failonerror="true">
-- <classpath refid="modello.pathid" />
- <arg file="@{file}" />
- <!-- model file -->
- <arg value="@{mode}" />