You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/02/02 03:10:36 UTC

svn commit: r617741 - in /commons/proper/math/trunk: NOTICE.txt pom.xml src/assembly/bin.xml src/assembly/src.xml

Author: niallp
Date: Fri Feb  1 18:10:35 2008
New Revision: 617741

URL: http://svn.apache.org/viewvc?rev=617741&view=rev
Log:
Update m2 build:
 - add findbugs-exclude-filter.xml to source distro
 - exclude Cobertura javascript files with license issues
 - remove NOTICE/LICENSE file resources (already in commons-parent pom)
 - update copyright year in NOTICE file to 2008

Modified:
    commons/proper/math/trunk/NOTICE.txt
    commons/proper/math/trunk/pom.xml
    commons/proper/math/trunk/src/assembly/bin.xml
    commons/proper/math/trunk/src/assembly/src.xml

Modified: commons/proper/math/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/NOTICE.txt?rev=617741&r1=617740&r2=617741&view=diff
==============================================================================
--- commons/proper/math/trunk/NOTICE.txt (original)
+++ commons/proper/math/trunk/NOTICE.txt Fri Feb  1 18:10:35 2008
@@ -1,5 +1,5 @@
 Apache Commons Math
-Copyright 2001-2007 The Apache Software Foundation
+Copyright 2001-2008 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=617741&r1=617740&r2=617741&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Fri Feb  1 18:10:35 2008
@@ -186,16 +186,6 @@
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>
-    <resources>
-      <resource>
-        <directory>.</directory>
-        <targetPath>META-INF</targetPath>
-          <includes>
-            <include>NOTICE.txt</include>
-            <include>LICENSE.txt</include>
-          </includes>
-        </resource>
-      </resources>
       <testResources>
         <testResource>
           <directory>src/test</directory>

Modified: commons/proper/math/trunk/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/assembly/bin.xml?rev=617741&r1=617740&r2=617741&view=diff
==============================================================================
--- commons/proper/math/trunk/src/assembly/bin.xml (original)
+++ commons/proper/math/trunk/src/assembly/bin.xml Fri Feb  1 18:10:35 2008
@@ -22,7 +22,7 @@
     <format>tar.gz</format>
     <format>zip</format>
   </formats>
-  <includeSiteDirectory>true</includeSiteDirectory>
+  <includeSiteDirectory>false</includeSiteDirectory>
   <fileSets>
     <fileSet>
       <includes>
@@ -37,6 +37,15 @@
       <includes>
         <include>*.jar</include>
       </includes>
+    </fileSet>
+    <fileSet>
+      <directory>target/site</directory>
+      <outputDirectory>docs</outputDirectory>
+      <excludes>
+        <exclude>**/customsorttypes.js</exclude>
+        <exclude>**/sortabletable.js</exclude>
+        <exclude>**/stringbuilder.js</exclude>
+      </excludes>
     </fileSet>
   </fileSets>
 </assembly>

Modified: commons/proper/math/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/assembly/src.xml?rev=617741&r1=617740&r2=617741&view=diff
==============================================================================
--- commons/proper/math/trunk/src/assembly/src.xml (original)
+++ commons/proper/math/trunk/src/assembly/src.xml Fri Feb  1 18:10:35 2008
@@ -42,6 +42,7 @@
         <include>release-notes.jsl</include>
         <include>test-jar.xml</include>
         <include>testOnly.sh</include>
+        <include>findbugs-exclude-filter.xml</include>
       </includes>
     </fileSet>
     <fileSet>