You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2005/04/21 11:17:58 UTC

cvs commit: incubator-myfaces forrest.properties forrest-targets.ent

manolito    2005/04/21 02:17:58

  Modified:    .        forrest.properties
  Added:       build    build-site.xml
  Removed:     .        forrest-targets.ent
  Log:
  added ant file for site build via forrest
  
  Revision  Changes    Path
  1.1                  incubator-myfaces/build/build-site.xml
  
  Index: build-site.xml
  ===================================================================
  <project name="myfaces-site" basedir=".." default="all">
  
       <!--
       Preconditions for use of this script are:
        * Forrest 0.6 must be installed
        * Make sure that you have forrest/lib/core/xml-commons-resolver-1.1.jar in your CLASSPATH
        * FORREST_HOME must be set as an environment variable
       -->
  
       <property environment="env"/>
       <property name="forrest.home" value="${env.FORREST_HOME}"/>
  
       <import file="${env.FORREST_HOME}/forrest.build.xml"/>
  
       <!-- 'site' is a target imported from forrest.build.xml -->
       <target name="all" depends="site">
       </target>
  
  </project>
  
  
  1.5       +3 -0      incubator-myfaces/forrest.properties
  
  Index: forrest.properties
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/forrest.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- forrest.properties	21 Apr 2005 08:03:56 -0000	1.4
  +++ forrest.properties	21 Apr 2005 09:17:58 -0000	1.5
  @@ -12,3 +12,6 @@
   project.skin=forrest-site
   #project.skin=forrest-css
   #project.skin=avalon-tigris
  +
  +# Already prepared for future SVN repository structure
  +project.site-dir=${basedir}/../site