You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/07/22 20:39:45 UTC

svn commit: r424618 - /incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml

Author: aadamchik
Date: Sat Jul 22 11:39:44 2006
New Revision: 424618

URL: http://svn.apache.org/viewvc?rev=424618&view=rev
Log:
support for dynamic confluence URL (note that "confluence" web app path is still hardcoded in the link parser)

Modified:
    incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml

Modified: incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml?rev=424618&r1=424617&r2=424618&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml (original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml Sat Jul 22 11:39:44 2006
@@ -47,7 +47,8 @@
 		</delete>
 		
 		<!-- Build HTML documentation from Confluence -->
-		<docgen spaceKey="CAYDOC" docBase="${cayenne.other}/wiki-docs" startPage="Documentation" 
+		<docgen spaceKey="CAYDOC" docBase="${cayenne.other}/wiki-docs" baseUrl="http://cwiki.apache.org/confluence/" 
+			startPage="Documentation" 
 			username="${cayenne.confluence.user}" password="${cayenne.confluence.password}" />
 	</target>