Show lib.xml syntax highlighted
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE libs SYSTEM "lib.dtd">
<!--
This file is used by CheckoutLibTask, EarAutoLib and WarAutoLib. The first task checks out the
libs in this file specified in lib tags. Lib specified in localLib tags are not checked out.
The last 2 tasks include the libs into the war and ear file.
-->
<libs>
<!--
The libs within the "noInclude" tag are not included into war or ear. They are only used in the build process.
For example the xDoclet libs are used to generate interfaces for ejb's. This only happens when the project is
build, so the libs do not have to be available at runtime. localLibs have to be specified here also, otherwise
they will be deleted.
-->
<noInclude>
<lib url="http://jag.sourceforge.net/download/j2ee.jar" />
<lib url="http://www.ibiblio.org/maven/antlr/jars/antlr-2.7.6.jar"/>
<lib url="http://jag.sourceforge.net/download/jag/jars/sequencegenerator-ejb-1.0.jar"/>
<lib url="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.4.jar"/>
<lib url="http://jag.sourceforge.net/download/jag/jars/finalist-ant-1.3.jar"/>
<lib url="http://www.ibiblio.org/maven/emma/jars/emma-2.0.5312.jar"/>
<lib url="http://www.ibiblio.org/maven/emma/jars/emma_ant-2.0.5312.jar"/>
<lib url="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar"/>
<lib url="http://jag.sourceforge.net/download/jars/ant-jmeter-2.0.3.jar"/>
<lib url="http://jag.sourceforge.net/download/jars/checkstyle-all-4.0-beta4.jar"/>
<lib url="http://jag.sourceforge.net/download/jars/jakarta-regexp-1.3.jar"/>
<lib url="http://jag.sourceforge.net/download/checkstyle-noframes.xsl"/>
<lib url="http://jag.sourceforge.net/download/checkstyle-frames.xsl"/>
<lib url="http://jag.sourceforge.net/download/finalist_checks.xml"/>
<lib url="http://www.ibiblio.org/maven/ant/jars/ant-optional-1.5.3-1.jar"/>
<lib url="http://www.ibiblio.org/maven/xdoclet/jars/xdoclet-1.2.jar"/>
<lib url="http://www.ibiblio.org/maven/xdoclet/jars/xdoclet-xdoclet-module-1.2.jar"/>
<lib url="http://www.ibiblio.org/maven/xdoclet/jars/xjavadoc-1.0.2.jar"/>
<!-- Appserver dependent Xdoclet tags -->
<lib url="http://jag.sourceforge.net/download/jag/jars/xdoclet-bea-module-1.2-patch.jar"/>
<lib url="http://jag.sourceforge.net/download/jag/jars/xdoclet-sun-module-1.2-cmr-patch.jar"/>
<lib url="http://www.ibiblio.org/maven/xdoclet/jars/xdoclet-oracle-module-1.2.jar"/>
<lib url="http://www.ibiblio.org/maven/xdoclet/jars/xdoclet-jboss-module-1.2.jar"/>
<lib url="http://www.ibiblio.org/maven/xdoclet/jars/xdoclet-ejb-module-1.2.jar"/>
<lib url="http://www.ibiblio.org/maven/xdoclet/jars/xdoclet-jmx-module-1.2.jar"/>
<lib url="http://www.ibiblio.org/maven/xdoclet/jars/xdoclet-web-module-1.2.jar"/>
<lib url="http://www.ibiblio.org/maven/xdoclet/jars/xdoclet-apache-module-1.2.2.jar"/>
<lib url="http://www.ibiblio.org/maven/xdoclet/jars/xdoclet-hibernate-module-1.2.jar"/>
<!-- Database drivers -->
<lib url="http://www.ibiblio.org/maven/postgresql/jars/postgresql-8.0-312.jdbc3.jar"/>
<lib url="http://www.ibiblio.org/maven/hsqldb/jars/hsqldb-1.7.3.3.jar"/>
<lib url="http://jag.sourceforge.net/download/jag/jars/mysql-connector-java-3.1.12-bin.jar"/>
<lib url="http://www.ibiblio.org/maven/log4j/jars/log4j-1.2.8.jar"/>
</noInclude>
<!--
The libs within the "war" tag are included into the war file.
They are in the build process and they are used at runtime in the web-layer.
For example the struts lib.
-->
<war>
<lib url="http://www.ibiblio.org/maven/struts/jars/struts-1.2.4.jar"/>
<lib url="http://jag.sourceforge.net/download/jag/jars/displaytag-1.1.jar"/>
<lib url="http://jag.sourceforge.net/download/jag/jars/displaytag-export-poi-1.1.jar"/>
<lib url="http://www.ibiblio.org/maven/poi/jars/poi-2.5.1.jar"/>
<lib url="http://www.ibiblio.org/maven/itext/jars/itext-1.3.1.jar"/>
<lib url="http://jag.sourceforge.net/download/jag/jars/errors-taglib-1.1.jar"/>
<lib url="http://jag.sourceforge.net/download/jag/jars/generic-exceptions-struts-1.2.jar"/>
<lib url="http://jag.sourceforge.net/download/jag/jars/finalist-taglib-1.0.jar"/>
</war>
<!--
The libs within the "ear" tag are included into the ear file. They are in the build process and they are used
at runtime in the transaction-layer and possibly also in the web-layer. For example the lib containing the
jakarta commons classes.
-->
<ear>
<!--
The following jars will be added to the EAR file
They have to be in the Manifest of the EJB jar as well.
-->
<!-- The following jars are required for struts1.2 but can be used from the EJB layer as well. -->
<lib url="http://www.ibiblio.org/maven/commons-beanutils/jars/commons-beanutils-1.7.0.jar"/>
<lib url="http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-3.1.jar"/>
<lib url="http://www.ibiblio.org/maven/commons-digester/jars/commons-digester-1.7.jar"/>
<lib url="http://www.ibiblio.org/maven/commons-lang/jars/commons-lang-2.1.jar"/>
<lib url="http://www.ibiblio.org/maven/commons-validator/jars/commons-validator-1.1.3.jar"/>
<lib url="http://jag.sourceforge.net/download/jag/jars/statementexecutor-1.1.jar"/>
<lib url="http://jag.sourceforge.net/download/jag/jars/generic-exceptions-1.0.jar"/>
</ear>
</libs>
See more files for this project here