svn commit: r17606 - trunk/src/argouml-core-umlpropertypanels/build.xml

Andreas Rueckert <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: andreas
Date: 2009-12-04 05:24:22-0800
New Revision: 17606

Modified:
   trunk/src/argouml-core-umlpropertypanels/build.xml

Log:
Fixed missing xml files in module.


Modified: trunk/src/argouml-core-umlpropertypanels/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/build.xml?view=diff&pathrev=17606&r1=17605&r2=17606
==============================================================================
--- trunk/src/argouml-core-umlpropertypanels/build.xml	(original)
+++ trunk/src/argouml-core-umlpropertypanels/build.xml	2009-12-04 05:24:22-0800
@@ -110,6 +110,9 @@
   <target name="prepare" depends="init">
     <mkdir dir="${build.dir}"/>
     <mkdir dir="${build.classes}"/>
+    <copy todir="${build.classes}/org/argouml/core/propertypanels/xml">
+      <fileset dir="src/org/argouml/core/propertypanels/xml" includes="**/*.xml"/>
+    </copy>
   </target>
 
   <!-- =================================================================== -->
@@ -144,7 +147,7 @@
   <target name="jar" depends="compile"
           description="Build the main jar file.">
     <jar basedir="${build.classes}"
-         excludes="*.txt,*.bat,*.xml,*.sh" 
+         excludes="*.txt,*.bat,*.sh" 
          includes="org/argouml/**"
          manifest="src/META-INF/MANIFEST.MF"
 	 jarfile="${build.dir}/argouml-umlpropertypanels.jar" />

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2427019

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.