From a02ec72d083fa7bbebdf131474278be029744671 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Fri, 25 Feb 2011 09:01:00 +0000 Subject: [PATCH] filter out the part of the site we want to include in the binary build (mainly apidocs and userguide) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1074445 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- src/main/assembly/bin.xml | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index b8762ecc1..571a079bf 100644 --- a/pom.xml +++ b/pom.xml @@ -242,7 +242,7 @@ math 2.2 - RC4 + RC5 MATH 12310485 diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml index 53c56338c..653b41b69 100644 --- a/src/main/assembly/bin.xml +++ b/src/main/assembly/bin.xml @@ -41,11 +41,12 @@ target/site docs - - **/customsorttypes.js - **/sortabletable.js - **/stringbuilder.js - + + apidocs/** + css/** + images/** + userguide/** +