Scarab commit: svn commit: r11348 - branches/scarab_11079_legacy_with_ant_maven1/build/build.xml
[email protected] Thu, 7 Aug 2014 02:16:19 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2014-08-07 02:16:18-0700
New Revision: 11348
Modified:
branches/scarab_11079_legacy_with_ant_maven1/build/build.xml
Log:
Added verbose keyword to ant build (but set to false by defautl)
Modified: branches/scarab_11079_legacy_with_ant_maven1/build/build.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/scarab_11079_legacy_with_ant_maven1/build/build.xml?view=diff&pathrev=11348&r1=11347&r2=11348
==============================================================================
--- branches/scarab_11079_legacy_with_ant_maven1/build/build.xml (original)
+++ branches/scarab_11079_legacy_with_ant_maven1/build/build.xml 2014-08-07 02:16:18-0700
@@ -420,7 +420,9 @@
debug="on"
deprecation="off"
includeantruntime="false"
+ verbose="false"
optimize="off">
+
<classpath refid="classpath"/>
<classpath>
<fileset dir="${build.project.webinf.lib}">
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=3086365