Author: nextgens
Date: 2008-10-29 19:39:08 +0000 (Wed, 29 Oct 2008)
New Revision: 23183
Removed:
trunk/contrib/java-test/net/i2p/
trunk/contrib/java/net/i2p/
Modified:
trunk/contrib/freenet_ext/ExtVersion.java
trunk/contrib/freenet_ext/build.xml
Log:
Move NativeBigInteger back to the main jar
Modified: trunk/contrib/freenet_ext/ExtVersion.java
===================================================================
--- trunk/contrib/freenet_ext/ExtVersion.java 2008-10-29 19:38:11 UTC (rev
23182)
+++ trunk/contrib/freenet_ext/ExtVersion.java 2008-10-29 19:39:08 UTC (rev
23183)
@@ -17,7 +17,7 @@
}
/** Revision number of ExtVersion.java as read from SVN */
- public static final String cvsRevision = "@custom@"; // This is the
freenet-ext.jar revision the node was built with
+ public static final String cvsRevision = "23149"; // This is the
freenet-ext.jar revision the node was built with
public static final String cvsRevision() { // This method is here for
backwards compatability with a few node testing builds between 999 and 1000
return cvsRevision;
Modified: trunk/contrib/freenet_ext/build.xml
===================================================================
--- trunk/contrib/freenet_ext/build.xml 2008-10-29 19:38:11 UTC (rev 23182)
+++ trunk/contrib/freenet_ext/build.xml 2008-10-29 19:39:08 UTC (rev 23183)
@@ -5,7 +5,6 @@
<project name="Freenet-ext" default="jar">
<property name="build" location="build_dir"/>
<property name="jar.location" location="freenet-ext.jar"/>
- <property name="freenet.location" location="freenet.jar"/>
<property name="svn.revision" value="@custom@"/>
<property name="javac.target.version" value="1.5"/>
@@ -85,7 +84,6 @@
<classpath>
<pathelement location="${build}"/>
- <pathelement location="${freenet.location}"/>
</classpath>
<compilerarg value="-Xlint"/>
@@ -99,7 +97,6 @@
<classpath>
<pathelement location="${build}"/>
- <pathelement location="${freenet.location}"/>
</classpath>
<compilerarg value="-Xlint"/>
@@ -110,7 +107,6 @@
<classpath>
<pathelement path="${build}"/>
<pathelement path="${build}-test"/>
- <pathelement location="${freenet.location}"/>
<pathelement location="${junit.location}"/>
</classpath>