You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2007/12/12 20:25:49 UTC

svn commit: r603708 - /commons/proper/scxml/trunk/maven.xml

Author: rahul
Date: Wed Dec 12 11:25:49 2007
New Revision: 603708

URL: http://svn.apache.org/viewvc?rev=603708&view=rev
Log:
Include pom.xml in source distro. Suggested by Sebb <sebbaz AT gmail DOT com> and Niall Pemberton <niall DOT pemberton AT gmail DOT com>.

Modified:
    commons/proper/scxml/trunk/maven.xml

Modified: commons/proper/scxml/trunk/maven.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/maven.xml?rev=603708&r1=603707&r2=603708&view=diff
==============================================================================
--- commons/proper/scxml/trunk/maven.xml (original)
+++ commons/proper/scxml/trunk/maven.xml Wed Dec 12 11:25:49 2007
@@ -42,6 +42,7 @@
       <fileset file="${basedir}/build.properties.sample"/>
       <fileset file="${basedir}/scxml-checks.xml"/>
       <fileset file="${basedir}/scxml-asl-header.txt"/>
+      <fileset file="${basedir}/pom.xml"/>
     </copy>
 
     <!-- Copy xdoc files -->