Skip to content

Commit

Permalink
Add STG files to compiler jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyu committed May 22, 2012
1 parent 84b1847 commit 78a1e22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -98,12 +98,14 @@
</patternset>
</fileset>
<fileset dir="conf" />
<fileset dir="src/antlr" />
<zipfileset excludes="META-INF/" src="lib/commons-logging-1.1.1.jar" />
<zipfileset excludes="META-INF/" src="lib/hadoop-common-0.21.0.jar" />
<zipfileset excludes="META-INF/" src="lib/log4j-1.2.15.jar" />
<zipfileset excludes="META-INF/" src="lib/commons-cli-1.2.jar" />
<zipfileset excludes="META-INF/" src="lib/scannotation-1.0.2.jar" />
<zipfileset excludes="META-INF/" src="lib/javassist-3.8.0.GA.jar" />
<zipfileset excludes="META-INF/" src="lib/antlr-3.2.jar" />
</jar>
</target>

Expand Down

0 comments on commit 78a1e22

Please sign in to comment.