Author: linus Date: 2013-04-21 09:19:34-0700 New Revision: 19911 Modified: trunk/src/argouml-build/build.xml
Log: We still need log4j for some subprojects. Modified: trunk/src/argouml-build/build.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-build/build.xml?view=diff&pathrev=19911&r1=19910&r2=19911 ============================================================================== --- trunk/src/argouml-build/build.xml (original) +++ trunk/src/argouml-build/build.xml 2013-04-21 09:19:34-0700 @@ -267,6 +267,13 @@ <fileset dir="../argouml-app/build"> <include name="*"/> </fileset> + + <!-- There are still some projects that use log4j + (argouml-csharp and argouml-sql). + --> + <fileset dir="../argouml-core-infra/build"> + <include name="*"/> + </fileset> </copy> <delete failonerror="false"> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=3053868 To unsubscribe from this discussion, e-mail: [[email protected]].
