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/05/30 23:01:34 UTC

cvs commit: jakarta-commons-sandbox/convert/xdocs navigation.xml

dirkv       2004/05/30 14:01:34

  Modified:    convert  project.properties project.xml
               convert/xdocs navigation.xml
  Log:
  update to commons l&f, new navigation, license info
  
  Revision  Changes    Path
  1.6       +3 -3      jakarta-commons-sandbox/convert/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/convert/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties	20 Mar 2004 18:52:31 -0000	1.5
  +++ project.properties	30 May 2004 21:01:33 -0000	1.6
  @@ -12,10 +12,10 @@
   #   See the License for the specific language governing permissions and
   #   limitations under the License.
   
  -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
   
  -maven.checkstyle.properties=checkstyle.xml
  \ No newline at end of file
  +maven.checkstyle.properties=checkstyle.xml
  
  
  
  1.12      +2 -2      jakarta-commons-sandbox/convert/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/convert/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml	23 Mar 2004 22:55:20 -0000	1.11
  +++ project.xml	30 May 2004 21:01:33 -0000	1.12
  @@ -2,10 +2,10 @@
   
   <project>
     <extend>../sandbox-build/project.xml</extend>
  -  <name>Convert</name>
  +  <name>Commons Convert</name>
     <id>commons-convert</id>
     
  -  <logo><!--/images/logo.png--></logo>
  +  <logo>/images/convert-logo-white.png</logo>
     
     <currentVersion>0.1</currentVersion>
     <inceptionYear>2003</inceptionYear>
  
  
  
  1.6       +5 -19     jakarta-commons-sandbox/convert/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/convert/xdocs/navigation.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- navigation.xml	25 Feb 2004 00:09:46 -0000	1.5
  +++ navigation.xml	30 May 2004 21:01:33 -0000	1.6
  @@ -15,31 +15,17 @@
      limitations under the License.
     -->
   
  -<!DOCTYPE project [
  -<!ENTITY commons-nav SYSTEM "../../sandbox-build/incl_nav.xml">
  -]>
  -
  -<project name="Convert">
  -
  -  <title>Convert</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;Convert">
  +  <title>Commons&#xA0;Convert</title>
     <body>
  -    <links>
  -      <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
  -    </links>
  -
  -    <menu name="Commons Convert">
  +    <menu name="Commons&#xA0;Commons Convert">
         <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/convert/"/>
       </menu>
  -    
  -    &commons-nav;
  -
  +    &common-menus;
     </body>
   </project>
  
  
  

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