You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/09/06 16:57:31 UTC

svn commit: r279017 - in /forrest/trunk/main: fresh-site/forrest.properties targets/seed.xml template-sites/basic/forrest.properties

Author: thorsten
Date: Tue Sep  6 07:57:24 2005
New Revision: 279017

URL: http://svn.apache.org/viewcvs?rev=279017&view=rev
Log:
seed related changes that where needed for view based projects. Reverted the depreciation of the 'seed' target

Modified:
    forrest/trunk/main/fresh-site/forrest.properties
    forrest/trunk/main/targets/seed.xml
    forrest/trunk/main/template-sites/basic/forrest.properties

Modified: forrest/trunk/main/fresh-site/forrest.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/forrest.properties?rev=279017&r1=279016&r2=279017&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/forrest.properties (original)
+++ forrest/trunk/main/fresh-site/forrest.properties Tue Sep  6 07:57:24 2005
@@ -27,8 +27,15 @@
 # Specifies name of Forrest skin to use
 # See list at http://forrest.apache.org/docs/skins.html
 #project.skin=pelt
+
+# codename: views
 # uncomment the following skin if you are using views
 #project.skin=leather-dev
+# views is using a fallback mechanism for theming.
+# You can configure the theme name and its extension here
+#project.theme-extension=.fv
+#project.theme=pelt
+
 
 # Descriptors for plugins and skins
 # comma separated list, file:// is supported
@@ -126,6 +133,8 @@
 # version.
 # Run "forrest available-plugins" for a list of plug-ins currently available
 project.required.plugins=org.apache.forrest.plugin.output.pdf
+
+# codename: views
 # Add the following plugins to project.required.plugins when using views:
 #org.apache.forrest.plugin.input.viewHelper.xhtml.ls,org.apache.forrest.plugin.output.viewHelper.xhtml,org.apache.forrest.plugin.internal.view
 

Modified: forrest/trunk/main/targets/seed.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/targets/seed.xml?rev=279017&r1=279016&r2=279017&view=diff
==============================================================================
--- forrest/trunk/main/targets/seed.xml (original)
+++ forrest/trunk/main/targets/seed.xml Tue Sep  6 07:57:24 2005
@@ -34,7 +34,7 @@
         Copies a template structure over to your project dir.
        =============================================================== -->
   <target name="seed" depends="ensure-nocontent"
-    description="deprecated - use 'seed-sample' instead * Seeds a directory with a template project doc structure">
+    description="Seeds a directory with a template project doc structure">
      <copy todir="${project.home}" overwrite="false">
         <fileset dir="${forrest.core}/fresh-site"/>
      </copy>

Modified: forrest/trunk/main/template-sites/basic/forrest.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/template-sites/basic/forrest.properties?rev=279017&r1=279016&r2=279017&view=diff
==============================================================================
--- forrest/trunk/main/template-sites/basic/forrest.properties (original)
+++ forrest/trunk/main/template-sites/basic/forrest.properties Tue Sep  6 07:57:24 2005
@@ -27,8 +27,14 @@
 # Specifies name of Forrest skin to use
 # See list at http://forrest.apache.org/docs/skins.html
 #project.skin=pelt
+
+# codename: views
 # uncomment the following skin if you are using views
 #project.skin=leather-dev
+# views is using a fallback mechanism for theming.
+# You can configure the theme name and its extension here
+#project.theme-extension=.fv
+#project.theme=pelt
 
 # Descriptors for plugins and skins
 # comma separated list, file:// is supported
@@ -126,6 +132,8 @@
 # version.
 # Run "forrest available-plugins" for a list of plug-ins currently available
 project.required.plugins=org.apache.forrest.plugin.output.pdf
+
+# codename: views
 # Add the following plugins to project.required.plugins when using views:
 #org.apache.forrest.plugin.input.viewHelper.xhtml.ls,org.apache.forrest.plugin.output.viewHelper.xhtml,org.apache.forrest.plugin.internal.view