Author: linus Date: 2012-03-13 14:43:35-0700 New Revision: 19875 Modified: trunk/build.xml
Log: Added also the ext directory to the run path. Modified: trunk/build.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/build.xml?view=diff&pathrev=19875&r1=19874&r2=19875 ============================================================================== --- trunk/build.xml (original) +++ trunk/build.xml 2012-03-13 14:43:35-0700 @@ -13,6 +13,7 @@ <path id="run.classpath"> <fileset dir="${build.dir}" includes="*.jar"/> + <fileset dir="${build.dir}/ext" includes="*.jar"/> </path> </target> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2935072 To unsubscribe from this discussion, e-mail: [[email protected]].
