From: <sta...@us...> - 2007-02-16 06:08:20
|
Revision: 1498 http://archive-access.svn.sourceforge.net/archive-access/?rev=1498&view=rev Author: stack-sf Date: 2007-02-15 22:08:15 -0800 (Thu, 15 Feb 2007) Log Message: ----------- * .classpath * project.properties * project.xml * lib/libidn-0.5.9.jar Add in the libidn jar. Needed by wayback cdx'ing. Modified Paths: -------------- trunk/archive-access/projects/nutchwax/.classpath trunk/archive-access/projects/nutchwax/project.properties trunk/archive-access/projects/nutchwax/project.xml Added Paths: ----------- trunk/archive-access/projects/nutchwax/lib/libidn-0.5.9.jar Modified: trunk/archive-access/projects/nutchwax/.classpath =================================================================== --- trunk/archive-access/projects/nutchwax/.classpath 2007-02-16 06:04:32 UTC (rev 1497) +++ trunk/archive-access/projects/nutchwax/.classpath 2007-02-16 06:08:15 UTC (rev 1498) @@ -6,15 +6,16 @@ <classpathentry kind="lib" path="lib/commons-httpclient-3.0-rc3.jar"/> <classpathentry kind="lib" path="lib/dsi.unimi.it-1.2.0.jar"/> <classpathentry kind="lib" path="lib/jets3t-0.5.0.jar"/> + <classpathentry kind="lib" path="lib/libidn-0.5.9.jar"/> <classpathentry kind="lib" path="conf"/> - <classpathentry kind="lib" path="build"/> <classpathentry combineaccessrules="false" kind="src" path="/heritrix"/> <classpathentry combineaccessrules="false" kind="src" path="/nutch"/> - <classpathentry combineaccessrules="false" kind="src" path="/Hadoop"/> <classpathentry kind="lib" path="/nutch/lib/servlet-api.jar"/> <classpathentry kind="lib" path="/nutch/lib/commons-logging-1.0.4.jar"/> <classpathentry kind="lib" path="/nutch/lib/junit-3.8.1.jar"/> <classpathentry kind="lib" path="/nutch/conf"/> - <classpathentry kind="lib" path="nutch/build"/> + <classpathentry kind="lib" path="lib/wayback-0.9.0-200702150450.jar" /> + <classpathentry kind="lib" path="/nutch/build"/> + <classpathentry kind="lib" path="build"/> <classpathentry kind="output" path="target"/> </classpath> Added: trunk/archive-access/projects/nutchwax/lib/libidn-0.5.9.jar =================================================================== (Binary files differ) Property changes on: trunk/archive-access/projects/nutchwax/lib/libidn-0.5.9.jar ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/archive-access/projects/nutchwax/project.properties =================================================================== --- trunk/archive-access/projects/nutchwax/project.properties 2007-02-16 06:04:32 UTC (rev 1497) +++ trunk/archive-access/projects/nutchwax/project.properties 2007-02-16 06:08:15 UTC (rev 1498) @@ -23,6 +23,7 @@ maven.jar.wayback = ${basedir}/lib/wayback-0.9.0-200702150450.jar maven.jar.servlet-api = ${basedir}/nutch/lib/servlet-api.jar maven.jar.commons-codec = ${basedir}/lib/commons-codec-1.3.jar +maven.jar.commons-codec = ${basedir}/lib/libidn-0.5.9.jar maven.jar.commons-httpclient-local = ${basedir}/lib/commons-httpclient-3.0-rc3.jar maven.jar.jets3t = ${basedir}/lib/jets3t-0.5.0.jar maven.jar.local-commons-logging = ${basedir}/nutch/lib/commons-logging-1.0.4.jar Modified: trunk/archive-access/projects/nutchwax/project.xml =================================================================== --- trunk/archive-access/projects/nutchwax/project.xml 2007-02-16 06:04:32 UTC (rev 1497) +++ trunk/archive-access/projects/nutchwax/project.xml 2007-02-16 06:08:15 UTC (rev 1498) @@ -297,6 +297,23 @@ http://www.apache.org/licenses/LICENSE-2.0</license> </properties> </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> </dependencies> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |