You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/09/22 20:51:30 UTC

svn commit: r817766 - /incubator/uima/sandbox/trunk/SimpleServer/build_documentation.xml

Author: schor
Date: Tue Sep 22 18:51:29 2009
New Revision: 817766

URL: http://svn.apache.org/viewvc?rev=817766&view=rev
Log:
UIMA-1583 add new property needed for doc build

Modified:
    incubator/uima/sandbox/trunk/SimpleServer/build_documentation.xml

Modified: incubator/uima/sandbox/trunk/SimpleServer/build_documentation.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/SimpleServer/build_documentation.xml?rev=817766&r1=817765&r2=817766&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/SimpleServer/build_documentation.xml (original)
+++ incubator/uima/sandbox/trunk/SimpleServer/build_documentation.xml Tue Sep 22 18:51:29 2009
@@ -24,6 +24,7 @@
 <project name="SimpleServer User Guide" default="all" basedir=".">
   
   <property name="book_name" value="simpleServerUserGuide"/>
+  <property name="artifactId" value="SimpleServer"/>
 	
   <import file="${basedir}/../SandboxDocs/sandbox_build.xml"/>