diff --git a/apps/BOB/nbproject/build-impl.xml b/apps/BOB/nbproject/build-impl.xml index 8cf3c176d..d8ed4de11 100644 --- a/apps/BOB/nbproject/build-impl.xml +++ b/apps/BOB/nbproject/build-impl.xml @@ -20,13 +20,6 @@ is divided into following sections: --> - - - - - - - @@ -190,23 +152,14 @@ is divided into following sections: - - + - - - - - - - - + - - + @@ -245,7 +198,7 @@ is divided into following sections: - + @@ -260,7 +213,6 @@ is divided into following sections: - @@ -317,11 +269,8 @@ is divided into following sections: - - - @@ -338,16 +287,12 @@ is divided into following sections: - - - - - + @@ -371,22 +316,7 @@ is divided into following sections: COMPILATION SECTION =================== --> - - - - - - - - - - - - - - - - + @@ -402,15 +332,10 @@ is divided into following sections: - - - - - - + - + @@ -427,7 +352,7 @@ is divided into following sections: Must select some files in the IDE or set javac.includes - + @@ -447,10 +372,10 @@ is divided into following sections: - + - + @@ -493,53 +418,11 @@ is divided into following sections: java -jar "${dist.jar.resolved}" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - + - + - - - - - - - - - - - - - - - - diff --git a/apps/BOB/nbproject/genfiles.properties b/apps/BOB/nbproject/genfiles.properties index 20b18c60e..ca344b0d3 100644 --- a/apps/BOB/nbproject/genfiles.properties +++ b/apps/BOB/nbproject/genfiles.properties @@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=958a1d3e # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. nbproject/build-impl.xml.data.CRC32=209349b6 -nbproject/build-impl.xml.script.CRC32=49fa9a49 -nbproject/build-impl.xml.stylesheet.CRC32=576378a2@1.32.1.45 +nbproject/build-impl.xml.script.CRC32=c51e188e +nbproject/build-impl.xml.stylesheet.CRC32=65b8de21 diff --git a/apps/BOB/nbproject/private/private.properties b/apps/BOB/nbproject/private/private.properties index 0aded0a23..9010904cd 100644 --- a/apps/BOB/nbproject/private/private.properties +++ b/apps/BOB/nbproject/private/private.properties @@ -4,4 +4,5 @@ do.jar=true javac.debug=true javadoc.preview=true jaxbwiz.endorsed.dirs=/usr/local/netbeans-6.8/ide12/modules/ext/jaxb/api -user.properties.file=/root/.netbeans/6.8/build.properties +jaxws.endorsed.dir=/usr/local/netbeans-6.5/java2/modules/ext/jaxws21/api:/usr/local/netbeans-6.5/ide10/modules/ext/jaxb/api +user.properties.file=/root/.netbeans/6.5/build.properties diff --git a/apps/BOB/nbproject/project.properties b/apps/BOB/nbproject/project.properties index 85cafee08..44a617388 100644 --- a/apps/BOB/nbproject/project.properties +++ b/apps/BOB/nbproject/project.properties @@ -68,7 +68,7 @@ javadoc.version=false javadoc.windowtitle= jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api" jnlp.codebase.type=local -jnlp.codebase.url=file:/root/NetBeansProjects/i2p.i2p/apps/BOB/dist/ +jnlp.codebase.url=file:/usblv/NetBeansProjects/i2p.i2p/apps/BOB/dist jnlp.descriptor=application jnlp.enabled=false jnlp.offline-allowed=false diff --git a/history.txt b/history.txt index 8f0808d4e..1c36b24cf 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,7 @@ +2010-01-02 sponge + * Fix NB 6.8 goofyness... 'till ant 1.7.1 or > is needed, stay with NB + 6.5, as the newer ones place a check for 1.7.1. We require 1.7.0 + 2010-01-02 sponge * Fix build.xml target for justBOB * Fix Main build.xml so that it actually deletes backup files and add a diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 8c1e82035..6d9b6bc65 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -18,7 +18,7 @@ public class RouterVersion { /** deprecated */ public final static String ID = "Monotone"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 14; + public final static long BUILD = 15; /** for example "-test" */ public final static String EXTRA = ""; public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;