This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle-1.12.
commit b6afbbbd279fb53ff7dcf6516454b088b976b994 Author: Miguel Landaeta <[email protected]> Date: Tue May 24 22:20:23 2011 -0430 Complete 12_fix_missing_classpath.diff patch --- debian/patches/12_fix_missing_classpath.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/12_fix_missing_classpath.diff b/debian/patches/12_fix_missing_classpath.diff index d70b73e..21c31ef 100644 --- a/debian/patches/12_fix_missing_classpath.diff +++ b/debian/patches/12_fix_missing_classpath.diff @@ -18,7 +18,7 @@ Last-Update: 2011-05-24 + jar.manifest.mainAttributes([ + (Attributes.Name.IMPLEMENTATION_TITLE.toString()): 'Gradle', + (Attributes.Name.IMPLEMENTATION_VERSION.toString()): version, -+ //(Attributes.Name.CLASS_PATH.toString()): 'stuff', ++ (Attributes.Name.CLASS_PATH.toString()): 'logback-core.jar logback-classic.jar google-collections.jar joptsimple.jar commons-collections3.jar commons-httpclient.jar commons-io.jar commons-lang.jar jansi.jar asm3-all.jar jcl-over-slf4j.jar log4j-over-slf4j.jar slf4j-log4j12.jar jul-to-slf4j.jar maven-ant-tasks.jar maven-artifact-manager.jar maven-artifact.jar maven-model.jar maven-project.jar plexus-component-api.jar plexus-utils.jar libplexus-utils.jar', + ]) + } else { + jar.manifest.mainAttributes([ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-1.12.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

