Skip to content

Commit

Permalink
update antlr library bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 17, 2023
1 parent 0bb2d77 commit 75db42c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.number
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Fri Jun 16 19:18:07 CEST 2023
build.number=27
#Sat Jun 17 08:58:45 CEST 2023
build.number=28
3 changes: 2 additions & 1 deletion source/java/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
</classpathentry>
<classpathentry kind="lib" path="libs/javax.servlet.jar"/>
<classpathentry kind="lib" path="libs/org-apache-felix-main-4-2-1.jar"/>
<classpathentry kind="lib" path="libs/antlr-2.7.6.jar"/>
<classpathentry kind="lib" path="libs/javassist-3.9.0.GA.jar"/>
<classpathentry kind="lib" path="libs/jta-1.1.0.jar"/>
<classpathentry kind="lib" path="libs/xml-apis-1.4.1.jar"/>
Expand All @@ -29,5 +28,7 @@
<classpathentry kind="lib" path="libs/org.lucee.hibernate-ehcache-5.4.33.Final.jar"/>
<classpathentry kind="lib" path="libs/org.lucee.hibernate-annotations-5.1.2.Final.jar"/>
<classpathentry kind="lib" path="libs/org.apache.commons.commons-collections4-4.4.0.jar"/>
<classpathentry kind="lib" path="libs/org.lucee.antlr-2.7.7.jar"/>
<classpathentry kind="lib" path="libs/org.lucee.dom4j-2.1.4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file not shown.
2 changes: 1 addition & 1 deletion source/java/src/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Export-Package: org.lucee.extension.orm.hibernate,org.lucee.extension.orm.hibernate.jdbc
Import-Package: net.sf.ehcache.hibernate
Require-Bundle: org.lucee.hibernate;bundle-version="[5.4.33.Final,6)",
org.lucee.antlr;bundle-version=2.7.6,
org.lucee.antlr;bundle-version="[2.7.7,3)",
org.lucee.dom4j;bundle-version=2.1.4,
org.lucee.javassist;bundle-version=3.9.0.GA,
org.lucee.jta;bundle-version=1.1.0,
Expand Down

0 comments on commit 75db42c

Please sign in to comment.