Author: wsmoak Date: Fri Jan 6 21:17:38 2006 New Revision: 366661 URL: http://svn.apache.org/viewcvs?rev=366661&view=rev Log: Added a link to the remoting Javadoc in its new location. Added a dependency on shale-remoting to the core library tests.
Modified: struts/shale/trunk/build/core-test/project.xml struts/shale/trunk/xdocs/index.xml Modified: struts/shale/trunk/build/core-test/project.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-test/project.xml?rev=366661&r1=366660&r2=366661&view=diff ============================================================================== --- struts/shale/trunk/build/core-test/project.xml (original) +++ struts/shale/trunk/build/core-test/project.xml Fri Jan 6 21:17:38 2006 @@ -2,7 +2,7 @@ <!-- - Copyright 2004-2005 The Apache Software Foundation. + Copyright 2004-2006 The Apache Software Foundation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -60,6 +60,12 @@ <dependency> <groupId>shale</groupId> <artifactId>shale-core</artifactId> + <version>1.0.1-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>shale</groupId> + <artifactId>shale-remoting</artifactId> <version>1.0.1-SNAPSHOT</version> </dependency> Modified: struts/shale/trunk/xdocs/index.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/xdocs/index.xml?rev=366661&r1=366660&r2=366661&view=diff ============================================================================== --- struts/shale/trunk/xdocs/index.xml (original) +++ struts/shale/trunk/xdocs/index.xml Fri Jan 6 21:17:38 2006 @@ -215,6 +215,8 @@ <ul> <li><a href="shale-core/apidocs/index.html" target="_blank"> Core Library</a>.</li> + <li><a href="shale-remoting/apidocs/index.html" target="_blank"> + Remoting</a>.</li> <li><a href="shale-clay/apidocs/index.html" target="_blank"> Clay Plug-In</a>.</li> <li><a href="shale-spring/apidocs/index.html" target="_blank"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]