Skip to content
/ jflex Public
forked from jflex-de/jflex

Commit 5d7ae8c

Browse files
committed
Remove hack to fetch cup.jar in the ant build.
1 parent 5d63d4e commit 5d7ae8c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/mk-release.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# fail on error
44
set -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-
96
VERSION="1.7.1-SNAPSHOT"
107
JFLEX_JAR="jflex-full-$VERSION.jar"
118

@@ -44,9 +41,6 @@ echo "------[ Packaging jflex ]"
4441
cp ../../pom.xml parent.xml
4542
perl -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

0 commit comments

Comments
 (0)