You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/09/07 17:07:58 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/betwixt/xdocs navigation.xml changes.xml index.xml

dion        2004/09/07 08:07:57

  Added:       jelly/jelly-tags/betwixt/xdocs navigation.xml changes.xml
                        index.xml
  Log:
  Add basic docs and Nav
  
  Revision  Changes    Path
  1.1                  jakarta-commons/jelly/jelly-tags/betwixt/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!--
    Copyright 2002-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
        http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  <project name="Betwixt Tag Library">
  
    <title>Betwixt Tag Library</title>
    
    <body>
      <menu name="Betwixt Tag Library">
        <item name="Overview"                href="/index.html"/>
        <item name="Tags"                    href="/tags.html"/>
      </menu>
    </body>
  </project>
  
  
  
  1.1                  jakarta-commons/jelly/jelly-tags/betwixt/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!-- 
  /*
   * Copyright 2001-2004 The Apache Software Foundation.
   * 
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   * 
   *      http://www.apache.org/licenses/LICENSE-2.0
   * 
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an "AS IS" BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   */
   -->
  
  <document>
    <properties>
      <title>Changes</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
    <body>
      <release version="1.0-SNAPSHOT" date="in CVS">
      </release>
    </body>
  </document>
  
  
  
  1.1                  jakarta-commons/jelly/jelly-tags/betwixt/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2002-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
        http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <document>
    <properties>
      <title>Betwixt Tag Library</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
  
    <body>
      <p>
        A tag library for turning XML into beans or beans into XML using the
        <a href="http://jakarta.apache.org/commons/jelly/libs/betwixt/tags.html">Betwixt</a> library.
        See the <a href="tags.html">tags</a> for more information.
      </p>
    </body>
  </document>
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org