You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by mp...@apache.org on 2002/09/27 07:31:24 UTC

cvs commit: jakarta-turbine-fulcrum/xdocs/images jakarta-logo-blue.gif

mpoeschl    2002/09/26 22:31:24

  Modified:    .        project.properties project.xml
               xdocs    index.xml
  Added:       xdocs/images jakarta-logo-blue.gif
  Log:
  o add missing logos
  o add creation date
  o make build work with torque HEAD
  
  Revision  Changes    Path
  1.5       +6 -0      jakarta-turbine-fulcrum/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties	31 May 2002 18:20:22 -0000	1.4
  +++ project.properties	27 Sep 2002 05:31:24 -0000	1.5
  @@ -1,3 +1,8 @@
  +maven.checkstyle.format = turbine
  +
  +# display the date on the site
  +maven.xdoc.date = left
  +
   # ------------------------------------------------------------------------
   # P R E P A R E  S O U R C E S
   # ------------------------------------------------------------------------
  @@ -27,6 +32,7 @@
   complexObjectModel=true
   addIntakeRetrievable=true
   basePrefix=Base
  +torque.saveException = Exception
   
   schemaDirectory=.
   
  
  
  
  1.51      +4 -1      jakarta-turbine-fulcrum/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/project.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- project.xml	15 Aug 2002 16:00:08 -0000	1.50
  +++ project.xml	27 Sep 2002 05:31:24 -0000	1.51
  @@ -8,9 +8,12 @@
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  +    <logo>/images/jakarta-logo-blue.gif</logo>
     </organization>
     <inceptionYear>2000</inceptionYear>
     <package>org.apache.fulcrum</package>
  +  <logo>/images/blue-logo.gif</logo>
  +
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <shortDescription>Services Framework</shortDescription>
     <description>Fulcrum is a services framework.</description>
  @@ -228,7 +231,7 @@
       <sourceDirectory>target/src</sourceDirectory>
       <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
       <aspectSourceDirectories/>
  -    
  +
       <unitTest>
         <includes>
           <include>**/*Test*.java</include>
  
  
  
  1.3       +4 -6      jakarta-turbine-fulcrum/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	25 Dec 2001 18:19:17 -0000	1.2
  +++ index.xml	27 Sep 2002 05:31:24 -0000	1.3
  @@ -1,7 +1,5 @@
   <?xml version="1.0"?>
  -
   <document>
  -
    <properties>
     <title>Fulcrum</title>
     <author email="jvanzyl@apache.org">Jason van Zyl</author>
  @@ -16,10 +14,10 @@
      <p>
        Fulcrum was developed as part of the Turbine Framework. It is now
        decoupled and can be used by itself. Starting with version 2.2 Turbine
  -     will use the decoupled Fulcrum.
  +     will be able to use the decoupled Fulcrum to replace some of the services
  +     that are currently coupled to Turbine.
      </p>
  -
  -</section>
  + </section>
   
    </body>
  - </document>
  +</document>
  
  
  
  1.1                  jakarta-turbine-fulcrum/xdocs/images/jakarta-logo-blue.gif
  
  	<<Binary file>>
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>