This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libnb-platform-java.
commit c1736653dbabdb242855437ab481644387d1dbba Author: Markus Koschany <[email protected]> Date: Tue Dec 15 18:31:08 2015 +0100 Update to use junit4 4.12 --- debian/linked-jars | 2 +- .../patches/netbeans-platform-o.n.html.ko4j.patch | 36 ++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/debian/linked-jars b/debian/linked-jars index b71c049..d35884b 100644 --- a/debian/linked-jars +++ b/debian/linked-jars @@ -14,7 +14,7 @@ $JAVADIR/jsearch.jar apisupport.harness/external harness/antlib jsearch-2.0_05.j $JAVADIR/bindex.jar apisupport.harness/external harness/antlib bindex-2.2.jar $JAVADIR/jnlp-servlet.jar apisupport.harness/external harness/jnlp jnlp-servlet.jar -$JAVADIR/junit4.jar libs.junit4/external platform/modules/ext junit-4.10.jar +$JAVADIR/junit4.jar libs.junit4/external platform/modules/ext junit-4.12.jar $JAVADIR/hamcrest-core.jar libs.junit4/external platform/modules/ext hamcrest-core-1.3.jar $JAVADIR/asm4-all.jar libs.asm/external platform/modules/ext asm-all-5.0.1.jar diff --git a/debian/patches/netbeans-platform-o.n.html.ko4j.patch b/debian/patches/netbeans-platform-o.n.html.ko4j.patch new file mode 100644 index 0000000..918be92 --- /dev/null +++ b/debian/patches/netbeans-platform-o.n.html.ko4j.patch @@ -0,0 +1,36 @@ +From: Markus Koschany <[email protected]> +Date: Tue, 15 Dec 2015 19:21:45 +0100 +Subject: netbeans platform o.n.html.ko4j + +--- + nbbuild/cluster.properties | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties +index 776c7d4..c145a5f 100644 +--- a/nbbuild/cluster.properties ++++ b/nbbuild/cluster.properties +@@ -251,7 +251,6 @@ nb.cluster.platform=\ + netbinox,\ + o.jdesktop.layout,\ + o.n.core,\ +- o.n.html.ko4j,\ + o.n.swing.outline,\ + o.n.swing.plaf,\ + o.n.swing.tabcontrol,\ +@@ -282,7 +281,6 @@ nb.cluster.platform=\ + spi.actions,\ + spi.quicksearch,\ + templates,\ +- templatesui,\ + uihandler + validation.nb.cluster.platform=\ + o.n.core,\ +@@ -715,7 +713,6 @@ nb.cluster.apisupport=\ + apisupport.kit,\ + apisupport.osgidemo,\ + apisupport.paintapp,\ +- apisupport.project,\ + apisupport.refactoring,\ + apisupport.wizards,\ + maven.apisupport diff --git a/debian/patches/series b/debian/patches/series index 91011f4..6a9af63 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -7,3 +7,4 @@ netbeans-platform-empty-binaries-list.patch netbeans-platform-windowslauncher.patch netbeans-platform-disable-net.java-modules.patch netbeans-platform-junitlib.patch +netbeans-platform-o.n.html.ko4j.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnb-platform-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

