svn commit: r17653 - trunk/src/argouml-core-umlpropertypanels
Linus Tolke <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2009-12-12 23:15:29-0800
New Revision: 17653
Modified:
trunk/src/argouml-core-umlpropertypanels/ (props changed)
trunk/src/argouml-core-umlpropertypanels/build.xml
Log:
Updated the build file to fit with the moving of the xml files from xml to meta.
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=17653&r1=17652&r2=17653
==============================================================================
--- trunk/src/argouml-core-umlpropertypanels/build.xml (original)
+++ trunk/src/argouml-core-umlpropertypanels/build.xml 2009-12-12 23:15:29-0800
@@ -110,8 +110,8 @@
<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 todir="${build.classes}/org/argouml/core/propertypanels/meta">
+ <fileset dir="src/org/argouml/core/propertypanels/meta" includes="*.xml"/>
</copy>
</target>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2430046
To unsubscribe from this discussion, e-mail: [[email protected]].