You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ga...@apache.org on 2012/10/21 10:12:47 UTC

svn commit: r1400591 - in /xmlgraphics/commons/branches/Temp_MergeFrom15: ./ build.xml

Author: gadams
Date: Sun Oct 21 08:12:47 2012
New Revision: 1400591

URL: http://svn.apache.org/viewvc?rev=1400591&view=rev
Log:
Merge from ^/branches/commons_1-5:1398804.

Modified:
    xmlgraphics/commons/branches/Temp_MergeFrom15/   (props changed)
    xmlgraphics/commons/branches/Temp_MergeFrom15/build.xml

Propchange: xmlgraphics/commons/branches/Temp_MergeFrom15/
------------------------------------------------------------------------------
  Merged /xmlgraphics/commons/branches/commons-1_5:r1398804

Modified: xmlgraphics/commons/branches/Temp_MergeFrom15/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/branches/Temp_MergeFrom15/build.xml?rev=1400591&r1=1400590&r2=1400591&view=diff
==============================================================================
--- xmlgraphics/commons/branches/Temp_MergeFrom15/build.xml (original)
+++ xmlgraphics/commons/branches/Temp_MergeFrom15/build.xml Sun Oct 21 08:12:47 2012
@@ -101,10 +101,18 @@
     </patternset>
   </fileset>
 
+  <fileset dir="${basedir}" id="dist.src.lib.build">
+    <patternset id="dist.lib.build">
+      <include name="lib/build/hamcrest.core*"/>
+      <include name="lib/build/mockito-core*"/>
+      <include name="lib/build/objenesis*"/>
+    </patternset>
+  </fileset>
+
   <fileset dir="${basedir}" id="dist.src">
     <include name="src/**"/>
     <patternset refid="dist.lib"/>
-    <include name="lib/build/**"/>
+    <patternset refid="dist.lib.build"/>
     <include name="test/**"/>
     <include name="examples/**"/>
     <include name="LICENSE"/>
@@ -115,6 +123,8 @@
     <include name="*.pom"/>
     <include name="build.*"/>
     <include name="forrest.*"/>
+    <include name="checkstyle*"/>
+    <exclude name="checkstyle-noframes.xsl"/>
   </fileset>
 
   <!-- =================================================================== -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org