Skip to content

Commit 4f002e3

Browse files
committed
Update classpath & README for new version of jflex
Update jflex module in ant
1 parent 88d41fc commit 4f002e3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<classpathentry exported="true" kind="lib" path="lib/junit-4.13.1.jar" sourcepath="libsrc/junit-4.13.1-sources.jar"/>
1616
<classpathentry exported="true" kind="lib" path="lib/javax.servlet.jar" sourcepath="libsrc/tomcat/apache-tomcat-7.0.12-src.zip"/>
1717
<classpathentry exported="true" kind="lib" path="lib/AppleJavaExtensions.jar"/>
18-
<classpathentry exported="true" kind="lib" path="lib/jflex-1.6.1.jar" sourcepath="libsrc/jflex-1.6.1-src.zip"/>
18+
<classpathentry exported="true" kind="lib" path="lib/jflex-1.8.2.jar" sourcepath="libsrc/jflex-1.8.2-src.zip"/>
1919
<classpathentry exported="true" kind="lib" path="lib/xom-1.3.2.jar" sourcepath="libsrc/xom-1.3.2-sources.jar"/>
2020
<classpathentry exported="true" kind="lib" path="lib/joda-time.jar" sourcepath="libsrc/joda-time-2.10.5-sources.jar"/>
2121
<classpathentry exported="true" kind="lib" path="lib/jollyday-0.4.9.jar" sourcepath="libsrc/jollyday-0.4.9-sources.jar"/>

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
<taskdef classname="jflex.anttask.JFlexTask" name="jflex">
7979
<classpath>
80-
<pathelement location="${project.core}/lib/jflex-1.6.1.jar"/>
80+
<pathelement location="${project.core}/lib/jflex-full-1.8.2.jar"/>
8181
</classpath>
8282
</taskdef>
8383

lib/README

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -218,15 +218,15 @@ LAST UPDATE: 2013-11-12
218218
LAST UPDATE BY: John Bauer
219219

220220
-----------------------------------------------------------------------
221-
jflex-1.6.1.jar
221+
jflex-full-1.8.2.jar
222222

223-
ORIGINAL JAR NAME: jflex-1.6.1.jar
223+
ORIGINAL JAR NAME: jflex-full-1.8.2.jar
224224

225-
VERSION: 1.6.1
225+
VERSION: 1.8.2
226226

227-
RELEASE DATE: 2015-03-16
227+
RELEASE DATE: 2020-05-03
228228

229-
SOURCE AVAILABLE: yes, jflex-1.6.1-src.zip
229+
SOURCE AVAILABLE: yes, jflex-1.8.2-src.zip
230230

231231
DESCRIPTION: compiles .flex files into .java
232232

@@ -235,9 +235,9 @@ URL: http://jflex.de/
235235
USED BY: Compiling PTBTokenizer, etc.
236236
Not needed by CoreNLP distributions
237237

238-
LAST UPDATE: 2017-05-06
238+
LAST UPDATE: 2020-11-04
239239

240-
LAST UPDATE BY: Chris Manning
240+
LAST UPDATE BY: John Bauer
241241

242242
-----------------------------------------------------------------------
243243
log4j-1.2.16.jar

0 commit comments

Comments
 (0)