Revision: 15147
          http://gate.svn.sourceforge.net/gate/?rev=15147&view=rev
Author:   markagreenwood
Date:     2012-01-20 11:17:09 +0000 (Fri, 20 Jan 2012)
Log Message:
-----------
change the order of targets so the test outputs aren't deleted by the distro

Modified Paths:
--------------
    plugins/trunk/obsolete/Ontology_OWLIM2/build.xml
    plugins/trunk/obsolete/build.xml

Modified: plugins/trunk/obsolete/Ontology_OWLIM2/build.xml
===================================================================
--- plugins/trunk/obsolete/Ontology_OWLIM2/build.xml    2012-01-20 11:04:59 UTC 
(rev 15146)
+++ plugins/trunk/obsolete/Ontology_OWLIM2/build.xml    2012-01-20 11:17:09 UTC 
(rev 15147)
@@ -85,7 +85,7 @@
                         <!-- run headless -->
                         <sysproperty key="java.awt.headless" value="true" />
                         <sysproperty key="load.plugin.path" 
value="${creole.plugins}"/>
-                        <formatter type="plain" />
+                        <formatter type="xml" />
 
                         <test 
name="gate.creole.ontology.owlim.test.TestOntologyAPI" />
                 </junit>

Modified: plugins/trunk/obsolete/build.xml
===================================================================
--- plugins/trunk/obsolete/build.xml    2012-01-20 11:04:59 UTC (rev 15146)
+++ plugins/trunk/obsolete/build.xml    2012-01-20 11:17:09 UTC (rev 15147)
@@ -84,7 +84,7 @@
     </for>
   </target>
   
-  <target name="distro" depends="test, distro.prepare">
+  <target name="distro" depends="build, distro.prepare">
     <echo file="site.xml" message="&lt;UpdateSite&gt;" append="false" />
     <for param="plugin">
       <path>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to