From: Michael S. <sta...@us...> - 2005-10-25 20:09:45
|
Update of /cvsroot/archive-access/archive-access/projects/wayback In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13537 Modified Files: .classpath project.properties project.xml Log Message: * .classpath * project.properties * project.xml * build.xml * src/webapp/WEB-INF/lib/libidn-0.5.9.jar Add libidn jar. Index: .classpath =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wayback/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 25 Oct 2005 03:23:41 -0000 1.4 --- .classpath 25 Oct 2005 20:09:31 -0000 1.5 *************** *** 16,19 **** --- 16,21 ---- path="src/webapp/WEB-INF/lib/arc-1.5.1-200510181911.jar"/> <classpathentry kind="lib" + path="src/webapp/WEB-INF/lib/libidn-0.5.9.jar"/> + <classpathentry kind="lib" path="/src/webapp/WEB-INF/lib/commons-codec-1.3.jar"/> <classpathentry kind="lib" Index: project.properties =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wayback/project.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** project.properties 25 Oct 2005 03:23:41 -0000 1.2 --- project.properties 25 Oct 2005 20:09:31 -0000 1.3 *************** *** 21,24 **** --- 21,25 ---- maven.jar.je = ${basedir}/src/webapp/WEB-INF/lib/je-2.0.83.jar maven.jar.arc = ${basedir}/src/webapp/WEB-INF/lib/arc-1.5.1-200510181911.jar + maven.jar.libidn = ${basedir}/src/webapp/WEB-INF/lib/libidn-0.5.9.jar maven.jar.commons-codec = ${basedir}/src/webapp/WEB-INF/lib/commons-codec-1.3.jar maven.jar.dsi-unimi-it = ${basedir}/src/webapp/WEB-INF/lib/dsi-unimi-it-1.0.0.kb.jar Index: project.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wayback/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** project.xml 25 Oct 2005 03:23:41 -0000 1.3 --- project.xml 25 Oct 2005 20:09:31 -0000 1.4 *************** *** 211,214 **** --- 211,231 ---- </dependency> <dependency> + <id>libidn</id> + <version>0.5.9</version> + <url>http://www.gnu.org/software/libidn/</url> + <properties> + <war.bundle>true</war.bundle> + <ear.bundle>true</ear.bundle> + <ear.bundle.dir>APP-INF/lib</ear.bundle.dir> + <description>GNU Libidn is an implementation of the Stringprep, + Punycode and IDNA specifications defined by the IETF + Internationalized Domain Names (IDN) working group, used for + internationalized domain names. + </description> + <license>GNU Lesser General Public License + http://www.gnu.org/licenses/lgpl.txt</license> + </properties> + </dependency> + <dependency> <id>commons-codec</id> <version>1.3</version> |