dirkv       2004/05/30 14:02:21

  Modified:    chain    project.properties project.xml
               chain/xdocs index.xml navigation.xml
  Log:
  update to commons l&f, new navigation, license info
  
  Revision  Changes    Path
  1.3       +4 -3      jakarta-commons-sandbox/chain/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/chain/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties        25 Feb 2004 00:01:07 -0000      1.2
  +++ project.properties        30 May 2004 21:02:21 -0000      1.3
  @@ -42,11 +42,12 @@
   ######################################################################
   # commons site L&F
   ######################################################################
  -maven.xdoc.jsl=../sandbox-build/commons-site.jsl
  -maven.xdoc.date=left
  +maven.xdoc.jsl=../../jakarta-commons/commons-build/commons-site.jsl
  +maven.xdoc.date=bottom
   maven.xdoc.poweredby.image=maven-feather.png
   maven.xdoc.version=${pom.currentVersion}
   maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  +
   
   # once we create a theme url it should go here.
   #maven.xdoc.theme.url=????
  
  
  
  1.5       +4 -4      jakarta-commons-sandbox/chain/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/chain/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       25 Feb 2004 00:01:07 -0000      1.4
  +++ project.xml       30 May 2004 21:02:21 -0000      1.5
  @@ -16,10 +16,10 @@
   -->
   <project>
     <extend>../sandbox-build/project.xml</extend>
  -  <name>Chain</name>
  +  <name>Commons Chain</name>
     <id>commons-chain</id>
     
  -  <logo><!--/images/logo.png--></logo>
  +  <logo>/images/chain-logo-white.png</logo>
     
     <currentVersion>0.2-dev</currentVersion>
     <inceptionYear>2003</inceptionYear>
  @@ -62,13 +62,13 @@
       <dependency>
         <groupId>jsf</groupId>
         <artifactId>jsf-api</artifactId>
  -      <version>1.0-beta</version>
  +      <version>1.0</version>
         <url>http://java.sun.com/j2ee/javaserverfaces/download.html</url>
       </dependency>
       <dependency>
         <groupId>jsf</groupId>
         <artifactId>jsf-impl</artifactId>
  -      <version>1.0-beta</version>
  +      <version>1.0</version>
         <url>http://java.sun.com/j2ee/javaserverfaces/download.html</url>
       </dependency>
       <dependency>
  
  
  
  1.4       +1 -1      jakarta-commons-sandbox/chain/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/chain/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml 28 Feb 2004 17:21:11 -0000      1.3
  +++ index.xml 30 May 2004 21:02:21 -0000      1.4
  @@ -18,7 +18,7 @@
   <document>
   
    <properties>
  -  <title>Commons Chain</title>
  +  <title>Overview</title>
     <author email="[EMAIL PROTECTED]">Commons Documentation Team</author>
     <author email="[EMAIL PROTECTED]">Martin Cooper</author>
     <author email="[EMAIL PROTECTED]">Craig McClanahan</author>
  
  
  
  1.3       +9 -24     jakarta-commons-sandbox/chain/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/chain/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml    25 Feb 2004 00:01:07 -0000      1.2
  +++ navigation.xml    30 May 2004 21:02:21 -0000      1.3
  @@ -14,32 +14,17 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  -
  -<!DOCTYPE project [
  -<!ENTITY commons-nav SYSTEM "../../sandbox-build/incl_nav.xml">
  -]>
  -
  -<project name="Chain">
  -
  -  <title>Chain</title>
  -  <organizationLogo href="/images/jakarta-logo-blue.gif">
  -   Jakarta
  -  </organizationLogo>
  -
  +<!DOCTYPE org.apache.commons.menus SYSTEM 
'../../../jakarta-commons/commons-build/menus/menus.dtd'>
  +<project name="Commons&#xA0;Chain">
  +  <title>Commons&#xA0;Chain</title>
     <body>
  -    <links>
  -      <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
  -    </links>
  -
  -    <menu name="Commons Chain">
  -      <item name="Overview" href="/index.html"/>
  -      <item name="Javadoc" href="apidocs/index.html"/>
  +    <menu name="Commons&#xA0;Chain">
  +      <item name="Overview"      href="/index.html"/>
  +      <item name="Javadoc"       href="/apidocs/index.html"/>
         <item name="Mailing lists" href="/mail-lists.html"/>
  -      <item name="Team" href="/team-list.html"/>
  -      <item name="CVS" 
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/chain/"/>
  +      <item name="Team"          href="/team-list.html"/>
  +      <item name="CVS"           
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/chain/"/>
       </menu>
  -    
  -    &commons-nav;
  -
  +    &common-menus;
     </body>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to