forked from pool/java-cup
Accepting request 961695 from Java:packages
very minor fixes OBS-URL: https://build.opensuse.org/request/show/961695 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-cup?expand=0&rev=21
This commit is contained in:
commit
1d672a5098
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 13:15:42 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Modified patch:
|
||||
* java-cup-classpath.patch
|
||||
+ use the java-cup name instead of the java_cup one
|
||||
- Regenerate the generated files with newer flex
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 06:59:22 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
- <taskdef name="cup" classname="java_cup.anttask.CUPTask" classpath="${bin}/java-cup-11.jar" />
|
||||
- <taskdef name="jflex" classname="JFlex.anttask.JFlexTask" classpath="${bin}/JFlex.jar" />
|
||||
+ <taskdef name="cup" classname="java_cup.anttask.CUPTask" classpath="/usr/share/java/java_cup.jar" />
|
||||
+ <taskdef name="cup" classname="java_cup.anttask.CUPTask" classpath="/usr/share/java/java-cup.jar" />
|
||||
+ <taskdef name="jflex" classname="jflex.anttask.JFlexTask" classpath="/usr/share/java/jflex.jar" />
|
||||
|
||||
<target name="cup" depends="init">
|
||||
|
BIN
java-cup-generated-files.tar.xz
(Stored with Git LFS)
BIN
java-cup-generated-files.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 13:15:42 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Modified patch:
|
||||
* java-cup-classpath.patch
|
||||
+ use the java-cup name instead of the java_cup one
|
||||
- Regenerate the generated files with newer flex
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 14 06:59:22 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user