svn commit: r19912 - trunk/src/argouml-build/build.xml
[email protected] Sun, 21 Apr 2013 11:02:42 -0700 (PDT)
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2013-04-21 11:02:42-0700
New Revision: 19912
Modified:
trunk/src/argouml-build/build.xml
Log:
We still need log4j for some subprojects, second attempt.
Modified: trunk/src/argouml-build/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-build/build.xml?view=diff&pathrev=19912&r1=19911&r2=19912
==============================================================================
--- trunk/src/argouml-build/build.xml (original)
+++ trunk/src/argouml-build/build.xml 2013-04-21 11:02:42-0700
@@ -267,10 +267,14 @@
<fileset dir="../argouml-app/build">
<include name="*"/>
</fileset>
+ </copy>
+
- <!-- There are still some projects that use log4j
- (argouml-csharp and argouml-sql).
- -->
+ <!-- There are still some projects that use log4j
+ (argouml-csharp and argouml-sql).
+ -->
+ <ant dir="../argouml-core-infra" inheritAll="false" target="jar"/>
+ <copy todir="${argo.build.dir}">
<fileset dir="../argouml-core-infra/build">
<include name="*"/>
</fileset>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=3053873
To unsubscribe from this discussion, e-mail: [[email protected]].