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:10:04 UTC

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

dion        2004/09/07 08:10:03

  Added:       jelly/jelly-tags/bsf/xdocs changes.xml navigation.xml
                        index.xml
  Log:
  Add basic docs and Nav
  
  Revision  Changes    Path
  1.1                  jakarta-commons/jelly/jelly-tags/bsf/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/bsf/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="BSF Tag Library">
  
    <title>BSF Tag Library</title>
    
    <body>
      <menu name="BSF Tag Library">
        <item name="Overview"                href="/index.html"/>
        <item name="Tags"                    href="/tags.html"/>
      </menu>
    </body>
  </project>
  
  
  
  1.1                  jakarta-commons/jelly/jelly-tags/bsf/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>BSF Tag Library</title>
      <author email="dion@apache.org">dIon Gillard</author>
    </properties>
  
    <body>
      <p>
        A collection of tag libraries for working with BSF based scripting languages like 
        JavaScript, Jython and PNuts.
        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