You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Tim Williams <wi...@gmail.com> on 2005/10/19 01:14:11 UTC

Re: svn commit: r326267 - in /forrest/trunk/main/webapp: locationmap-skins.xml locationmap-transforms.xml locationmap.xml sitemap.xmap

> --- forrest/trunk/main/webapp/locationmap.xml (original)
> +++ forrest/trunk/main/webapp/locationmap.xml Tue Oct 18 15:02:43 2005
> @@ -41,17 +41,41 @@
>      </select>
>
>      <!-- ================================== -->
> -    <!-- Mount plugin specific locationmap -->
> +    <!-- project files                      -->
>      <!-- ================================== -->
> -    <select>
> -      <mount src="{project:temp-dir}/locationmap.xml"/>
> -    </select>

Am I missing something here?  Please explain.
--tim

Re: svn commit: r326267 - in /forrest/trunk/main/webapp: locationmap-skins.xml locationmap-transforms.xml locationmap.xml sitemap.xmap

Posted by Ross Gardler <rg...@apache.org>.
Tim Williams wrote:
>>--- forrest/trunk/main/webapp/locationmap.xml (original)
>>+++ forrest/trunk/main/webapp/locationmap.xml Tue Oct 18 15:02:43 2005
>>@@ -41,17 +41,41 @@
>>     </select>
>>
>>     <!-- ================================== -->
>>-    <!-- Mount plugin specific locationmap -->
>>+    <!-- project files                      -->
>>     <!-- ================================== -->
>>-    <select>
>>-      <mount src="{project:temp-dir}/locationmap.xml"/>
>>-    </select>
> 
> 
> Am I missing something here?  Please explain.

No you are not missing anything. I had some conflicts and made a mistake 
on merging.

Good catch, I'm fixing now.

Ross