You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ug...@apache.org on 2008/01/16 17:59:36 UTC

svn commit: r612515 - /poi/branches/ooxml/build.xml

Author: ugo
Date: Wed Jan 16 08:59:35 2008
New Revision: 612515

URL: http://svn.apache.org/viewvc?rev=612515&view=rev
Log:
Changed location of OOXML sources and testcases.

Modified:
    poi/branches/ooxml/build.xml

Modified: poi/branches/ooxml/build.xml
URL: http://svn.apache.org/viewvc/poi/branches/ooxml/build.xml?rev=612515&r1=612514&r2=612515&view=diff
==============================================================================
--- poi/branches/ooxml/build.xml (original)
+++ poi/branches/ooxml/build.xml Wed Jan 16 08:59:35 2008
@@ -121,8 +121,8 @@
   <property name="examples.testokfile" location="build/examples-testokfile.txt"/>
 
   <!-- Experimental OOXML support: -->
-  <property name="ooxml.src" location="src/scratchpad/ooxml-src"/>
-  <property name="ooxml.src.test" location="src/scratchpad/ooxml-testcases"/>
+  <property name="ooxml.src" location="src/ooxml/java"/>
+  <property name="ooxml.src.test" location="src/ooxml/testcases"/>
   <property name="ooxml.reports.test" location="build/ooxml-test-results"/>
   <property name="ooxml.output.dir" location="build/ooxml-classes"/>
   <property name="ooxml.output.test.dir" location="build/ooxml-test-classes"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org