[plexus-compiler] 02/05: Refreshed the patches
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Wed Nov 6 21:54:34 UTC 2013
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository plexus-compiler.
commit 595df08ffe817bc08bc1d247ae09865fbe4b6715
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Nov 6 19:20:03 2013 +0100
Refreshed the patches
---
debian/patches/eclipse-compatibility.patch | 2 +-
debian/patches/fix_test_classpath.patch | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/eclipse-compatibility.patch b/debian/patches/eclipse-compatibility.patch
index 3888d88..9692a57 100644
--- a/debian/patches/eclipse-compatibility.patch
+++ b/debian/patches/eclipse-compatibility.patch
@@ -5,7 +5,7 @@ Author: Emmanuel Bourg <ebourg at apache.org>
Forwarded: not-needed
--- a/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java
+++ b/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java
-@@ -403,6 +403,11 @@
+@@ -404,6 +404,11 @@
return result;
}
diff --git a/debian/patches/fix_test_classpath.patch b/debian/patches/fix_test_classpath.patch
index c7074fd..e9f810d 100644
--- a/debian/patches/fix_test_classpath.patch
+++ b/debian/patches/fix_test_classpath.patch
@@ -2,7 +2,7 @@
+++ b/plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTest.java
@@ -68,7 +68,7 @@
{
- List cp = new ArrayList();
+ List<String> cp = new ArrayList<String>();
- File file = getLocalArtifactPath( "commons-lang", "commons-lang", "2.0", "jar" );
+ File file = getLocalArtifactPath( "commons-lang", "commons-lang", "debian", "jar" );
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-compiler.git
More information about the pkg-java-commits
mailing list