On 8/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> 
> Author: wsmoak
> Date: Tue Aug 30 22:25:14 2005
> New Revision: 264944
> 
> URL: http://svn.apache.org/viewcvs?rev=264944&view=rev
> Log:
> Changed dependency to Standalone Tiles SNAPSHOT on 
> cvs.apache.org<http://cvs.apache.org>


Wendy,

This change means that we could modify the <get> command in the Ant 
build.xml file too, so that Tiles isn't a special case, right? It would just 
be processed by "download-dependencies" like everything else.

Craig



Modified:
> struts/shale/trunk/core-library/project.properties
> struts/shale/trunk/core-library/project.xml
> 
> Modified: struts/shale/trunk/core-library/project.properties
> URL: 
> http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/project.properties?rev=264944&r1=264943&r2=264944&view=diff
> 
> ==============================================================================
> --- struts/shale/trunk/core-library/project.properties (original)
> +++ struts/shale/trunk/core-library/project.properties Tue Aug 30 22:25:14 
> 2005
> @@ -1,3 +1,6 @@
> 
> #Circular dependency exists between test-framework and the tests in 
> core-library
> maven.test.skip=true
> +
> +# Standalone Tiles SNAPSHOTs are on cvs.apache.org<http://cvs.apache.org>
> +maven.repo.remote=
> http://www.ibiblio.org/maven/,http://cvs.apache.org/repository
> 
> Modified: struts/shale/trunk/core-library/project.xml
> URL: 
> http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/project.xml?rev=264944&r1=264943&r2=264944&view=diff
> 
> ==============================================================================
> --- struts/shale/trunk/core-library/project.xml (original)
> +++ struts/shale/trunk/core-library/project.xml Tue Aug 30 22:25:14 2005
> @@ -117,7 +117,7 @@
> <dependency>
> <groupId>tiles</groupId>
> <artifactId>tiles-core</artifactId>
> - <version>0.2-dev</version>
> + <version>SNAPSHOT</version>
> <url>http://cvs.apache.org/builds/struts/nightly/sandbox/tiles-core/</url>
> </dependency>
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to