You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/10/25 00:33:56 UTC

svn commit: r328176 - in /forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo: input.xmap locationmap.xml

Author: rgardler
Date: Mon Oct 24 15:33:44 2005
New Revision: 328176

URL: http://svn.apache.org/viewcvs?rev=328176&view=rev
Log:
remove need for workaround to stay aligned with site-dev

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap?rev=328176&r1=328175&r2=328176&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/input.xmap Mon Oct 24 15:33:44 2005
@@ -127,7 +127,7 @@
       </map:match>
       
       <!-- Create an HTML page listing all projects using the indicated language -->
-      <map:match pattern="projectDetails/*-lang.xml">
+      <map:match pattern="projectDetails/*_lang.xml">
         <map:generate type="file" src="cocoon:/projectDetails/descriptorIndex.xml" />
         <map:transform src="{lm:projectInfo.transform.descriptorIndex.indexByLanguage}">
           <map:parameter name="language" value="{1}"/>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml?rev=328176&r1=328175&r2=328176&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/locationmap.xml Mon Oct 24 15:33:44 2005
@@ -39,23 +39,6 @@
     
     <match pattern="projectInfo.transform.*.*">
       <location src="resources/stylesheets/{1}-to-{2}.xsl"/>
-    </match>
-
-    <!-- ========================================= -->
-    <!-- Site-dev integration workarounds          -->
-    <!-- Currently we are working with people in
-         site-dev community to create the 
-         stylesheets for use here. This requries
-         the following workarounds. If Forrest is
-         adopted for the site-dev initiative we can
-         modify the stylesheets directly, otherwise
-         these workarounds (or similar) will be
-         required -->        
-    <!-- ========================================= -->
-    
-    <match pattern="project.*_lang.xml">
-      <location src="cocoon://projectDetails/{1}-lang.xml"/>
-    </match>
-    
+    </match>   
   </locator>
 </locationmap>