You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2005/09/14 13:42:48 UTC

svn commit: r280827 - in /jakarta/commons/proper/validator/trunk: maven.xml xdocs/changes.xml

Author: niallp
Date: Wed Sep 14 04:42:37 2005
New Revision: 280827

URL: http://svn.apache.org/viewcvs?rev=280827&view=rev
Log:
Bug #31094 Modify maven build to include the DTD's and xdocs - reported by Fernando Nasser 

Modified:
    jakarta/commons/proper/validator/trunk/maven.xml
    jakarta/commons/proper/validator/trunk/xdocs/changes.xml

Modified: jakarta/commons/proper/validator/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/maven.xml?rev=280827&r1=280826&r2=280827&view=diff
==============================================================================
--- jakarta/commons/proper/validator/trunk/maven.xml (original)
+++ jakarta/commons/proper/validator/trunk/maven.xml Wed Sep 14 04:42:37 2005
@@ -56,5 +56,25 @@
 
   </postGoal>
 
+  <!-- ================================================================== -->
+  <!-- Copy into the source distribution                                  -->
+  <!-- ================================================================== -->
+  <postGoal name="dist:prepare-src-filesystem">
+
+    <!-- Copy xdoc files -->
+    <copy todir="${maven.dist.src.assembly.dir}/xdocs">
+      <fileset dir="./xdocs"/>
+    </copy>
+
+    <!-- Copy configuration files -->
+    <copy todir="${maven.dist.src.assembly.dir}/conf/share">
+      <fileset dir="./conf/share">
+        <include name="*.xml"/>
+        <include name="*.dtd"/>
+      </fileset>
+    </copy>
+
+  </postGoal>
+
 </project>
 

Modified: jakarta/commons/proper/validator/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/xdocs/changes.xml?rev=280827&r1=280826&r2=280827&view=diff
==============================================================================
--- jakarta/commons/proper/validator/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/validator/trunk/xdocs/changes.xml Wed Sep 14 04:42:37 2005
@@ -126,6 +126,10 @@
         XML file included into validation.xml via entity reference not found.
         PR# 27258
       </action>
+      <action dev="niallp" type="update">
+        Update maven build to Include DTDs and xdocs in the source distribution.
+        PR# 31094
+      </action>
     </release>
   
     <release version="1.1.4" date="2004-11-12">



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org