This is an automated email from the git hooks/post-receive script. jamespage pushed a commit to branch patch-queue/master in repository jenkins.
commit 34386342c9868b21d98f7f5461a8258b802bf790 Author: Debian Java Maintainers <[email protected]> Date: Sun Aug 11 10:41:39 2013 +0100 filter-native-integrations Gbp-Pq-Topic: native-integration --- core/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index 69241b5..5b48543 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -702,6 +702,17 @@ THE SOFTWARE. <configuration> <fork>${staplerFork}</fork><!-- the source code is big enough now that otherwise it fails with OutOfMemoryError --> <maxmem>128m</maxmem> + <excludes> + <exclude>**/os/solaris/*</exclude> + <exclude>**/os/windows/*</exclude> + <exclude>**/DCOMSandbox.java</exclude> + <exclude>**/DotNet.java</exclude> + <exclude>**/WindowsSlaveInstaller.java</exclude> + <exclude>**/WindowsInstallerLink.java</exclude> + </excludes> + <testExcludes> + <exclude>**/DCOMSandbox.java</exclude> + </testExcludes> </configuration> </plugin> <plugin> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

