[gradle-jflex-plugin] 04/04: Fix class name

Markus Koschany apo at moszumanska.debian.org
Thu May 26 17:27:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository gradle-jflex-plugin.

commit 4f2af35bae54b93ee630a3390eaa7ddd17def500
Author: Markus Koschany <apo at debian.org>
Date:   Thu May 26 19:12:28 2016 +0200

    Fix class name
---
 debian/patches/gradle-2.12.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/gradle-2.12.patch b/debian/patches/gradle-2.12.patch
index 2f5bd30..1a1be98 100644
--- a/debian/patches/gradle-2.12.patch
+++ b/debian/patches/gradle-2.12.patch
@@ -82,7 +82,7 @@ index f64d2be..0cf0d32 100644
      private FileCollection jflexClasspath;
      private File outputDirectory;
  
-+     private String mainClass = "jflex.Main";
++     private String mainClass = "JFlex.Main";
 +     public void setMainClass(final String mainClass) {
 +         this.mainClass = mainClass;
 +     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-jflex-plugin.git



More information about the pkg-java-commits mailing list