Skip to content
Snippets Groups Projects
Commit 88232841 authored by felmer's avatar felmer
Browse files

SP-70, BIS-35: Add reflections.jar and related JARs to WAR file and...

SP-70, BIS-35: Add reflections.jar and related JARs to WAR file and prepare-gwt task. Hopefully this times correctly.

SVN: 25413
parent a2adda18
No related branches found
No related tags found
No related merge requests found
......@@ -419,6 +419,12 @@
<fileset dir="${lib}/fastutil">
<include name="fastutil.jar" />
</fileset>
<fileset dir="${lib}/reflections">
<include name="reflections.jar" />
</fileset>
<fileset dir="${lib}/reflections/lib">
<include name="*.jar" />
</fileset>
<fileset dir="${lib}/postgresql">
<include name="postgresql.jar" />
</fileset>
......@@ -431,9 +437,6 @@
<fileset dir="${lib}/eodsql">
<include name="eodsql.jar" />
</fileset>
<fileset dir="${lib}/reflections">
<include name="**/*.jar" />
</fileset>
<!-- Hibernate -->
<fileset dir="${lib}/antlr">
<include name="antlr.jar" />
......@@ -705,6 +708,12 @@
<lib dir="${lib}/fastutil">
<include name="fastutil.jar" />
</lib>
<fileset dir="${lib}/reflections">
<include name="reflections.jar" />
</fileset>
<fileset dir="${lib}/reflections/lib">
<include name="*.jar" />
</fileset>
<!-- Excel -->
<lib dir="${lib}/poi">
<include name="poi-3.7-20101029.jar" />
......@@ -728,9 +737,6 @@
<lib dir="${lib}/eodsql">
<include name="eodsql.jar" />
</lib>
<fileset dir="${lib}/reflections">
<include name="**/*.jar" />
</fileset>
<!-- Hibernate -->
<lib dir="${lib}/antlr">
<include name="antlr.jar" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment