I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d510aad2 authored by zzz's avatar zzz
Browse files

fix class

parent 8688f26f
No related branches found
No related tags found
No related merge requests found
......@@ -1060,7 +1060,7 @@
<target name="prepRouterInfos" depends="buildrouter" unless="no.bundle.routerInfos">
<mkdir dir="pkg-temp/netDb" />
<java classname="net.i2p.router.networkdb.kademlia.PersistentDataStore" fork="true" failonerror="true">
<java classname="net.i2p.router.networkdb.kademlia.BundleRouterInfos" fork="true" failonerror="true">
<classpath>
<pathelement location="build/i2p.jar" />
<pathelement location="build/router.jar" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment