File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 33# fail on error
44set -e
55
6- # a hack for enabling ant builds outside the repo until we figure out something better
7- CUP_URL=" https://raw.githubusercontent.com/jflex-de/jflex/05632859c94c348dee7d243e4a36bd656c132e96/cup/cup/java-cup-11b.jar"
8-
96VERSION=" 1.7.1-SNAPSHOT"
107JFLEX_JAR=" jflex-full-$VERSION .jar"
118
@@ -44,9 +41,6 @@ echo "------[ Packaging jflex ]"
4441cp ../../pom.xml parent.xml
4542perl -pi -e " s|<relativePath>../pom.xml</relativePath>|<relativePath>parent.xml</relativePath>|" pom.xml
4643
47- # hack for ant build outside repo
48- perl -pi -e " s|<copy file=\" ../cup/cup/java-cup-.*>|<get src=\" ${CUP_URL} \" dest=\" lib/\$ {cup.jar}\" skipexisting=\" true\" />|" build.xml
49-
5044# build things
5145" $MVN " package
5246
You can’t perform that action at this time.
0 commit comments