scolebourne    2004/01/29 14:23:28

  Modified:    convert  project.xml
  Added:       convert/xdocs index.xml navigation.xml class-diagram.png
               convert  build.properties .classpath .project
                        project.properties
               convert/xdocs/style project.css
  Removed:     convert/xdocs convert.png
  Log:
  Update to publish first website
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/convert/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title>Commons Convert</title>
    <author email="[EMAIL PROTECTED]">Commons Documentation Team</author>
   </properties>
  
   <body>
  
  <section name="Commons Convert">
  
  <p>
  Commons-Convert aims to provide a single library dedicated to the task of converting
  an object of one type to another. The first stage will focus on Object to String and
  String to Object conversions. All help is gratefully received.
  </p>
  <p>
  <ul>
  <li>This code is in the commons <i>sandbox</i></li>
  <li>The code is unreleased</li>
  <li>Methods and classes can and will appear and disappear without warning</li>
  <li>If you like the code and want to push it towards a release, join the mailing 
list!</li>
  </ul>
  </p>
  </section>
  
  
  <section name="Documentation">
  <p>
  The JavaDoc API documents are available online:
  </p>
  <ul>
  <li>The <a href="apidocs/index.html">latest CVS</a></li>
  </ul>
  <p>
  The <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/convert/";>CVS 
repository</a> can be browsed.
  </p>
  </section>
  
  
  <section name="Releases">
  <p>
  None. This is a <i>sandbox</i> component.
  </p>
  </section>
  
  </body>
  </document>
  
  
  
  
  1.1                  jakarta-commons-sandbox/convert/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <!DOCTYPE project [
  <!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
  ]>
  
  <project name="Convert">
  
    <title>Convert</title>
    <organizationLogo href="/images/jakarta-logo-blue.gif">
     Jakarta
    </organizationLogo>
  
    <body>
      <links>
        <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
      </links>
  
      <menu name="Commons Collections">
        <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;
  
    </body>
  </project>
  
  
  
  1.1                  jakarta-commons-sandbox/convert/xdocs/class-diagram.png
  
        <<Binary file>>
  
  
  1.2       +31 -2     jakarta-commons-sandbox/convert/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/convert/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       8 Oct 2003 03:01:06 -0000       1.1
  +++ project.xml       29 Jan 2004 22:23:27 -0000      1.2
  @@ -4,17 +4,29 @@
     <extend>../project.xml</extend>
     <name>Convert</name>
     <id>commons-convert</id>
  -  <logo></logo>
  +  
  +  <organization>
  +    <name>Apache Software Foundation</name>
  +    <url>http://www.apache.org</url>
  +    <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
  +  </organization>
  +  <logo><!--/images/logo.png--></logo>
  +  
     <currentVersion>0.1</currentVersion>
     <inceptionYear>2003</inceptionYear>
     <shortDescription>Commons Convert</shortDescription>
     <description>Java Conversion Utilities</description>
     <url>http://jakarta.apache.org/commons/convert/</url>
  +  
     <developers>
       <developer>
  +      <name>Stephen Colebourne</name>
  +      <id>scolebourne</id>
  +      <organization>Apache Software Foundation</organization>
  +    </developer>
  +    <developer>
         <name>Henri Yandell</name>
         <id>bayard</id>
  -      <email>[EMAIL PROTECTED]</email>
         <organization>Apache Software Foundation</organization>
       </developer>
     </developers>
  @@ -30,4 +42,21 @@
       </unitTest>
     </build>
   
  +  <reports>
  +     <report>maven-changelog-plugin</report>
  +     <report>maven-changes-plugin</report>
  +     <!--report>maven-checkstyle-plugin</report-->
  +     <!--report>maven-clover-plugin</report-->
  +     <report>maven-developer-activity-plugin</report>
  +     <report>maven-file-activity-plugin</report>
  +     <report>maven-javadoc-plugin</report>
  +     <!--report>maven-jellydoc-plugin</report-->
  +     <report>maven-junit-report-plugin</report>
  +     <report>maven-jxr-plugin</report>
  +     <report>maven-license-plugin</report>
  +     <!--report>maven-linkcheck-plugin</report-->
  +     <!--report>maven-statcvs-plugin</report-->
  +     <!--report>maven-tasklist-plugin</report-->
  +  </reports>
  +  
   </project>
  
  
  
  1.1                  jakarta-commons-sandbox/convert/build.properties
  
  Index: build.properties
  ===================================================================
  maven.username = scolebourne
  maven.scp.executable = D:/programs/putty/pscp
  maven.ssh.executable = D:/programs/putty/plink
  
  
  
  1.1                  jakarta-commons-sandbox/convert/.classpath
  
  Index: .classpath
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <classpath>
      <classpathentry kind="src" path="src/java"/>
      <classpathentry kind="src" path="src/test"/>
      <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
      <classpathentry kind="lib" path="D:/Dev/lib/junit.jar"/>
      <classpathentry kind="output" path="bin"/>
  </classpath>
  
  
  
  1.1                  jakarta-commons-sandbox/convert/.project
  
  Index: .project
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <projectDescription>
        <name>Convert</name>
        <comment></comment>
        <projects>
        </projects>
        <buildSpec>
                <buildCommand>
                        <name>org.eclipse.jdt.core.javabuilder</name>
                        <arguments>
                        </arguments>
                </buildCommand>
        </buildSpec>
        <natures>
                <nature>org.eclipse.jdt.core.javanature</nature>
        </natures>
  </projectDescription>
  
  
  
  1.1                  jakarta-commons-sandbox/convert/project.properties
  
  Index: project.properties
  ===================================================================
  maven.xdoc.date=left
  maven.xdoc.version=${pom.currentVersion}
  maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  maven.xdoc.poweredby.image=maven-feather.png
  
  maven.javadoc.links=http://java.sun.com/j2se/1.3/docs/api/
  
  
  
  1.1                  jakarta-commons-sandbox/convert/xdocs/style/project.css
  
  Index: project.css
  ===================================================================
  #banner, #banner td { 
   background: #fff;
   color: #000;
  }
  
  #banner td { 
   height: 100%;
   vertical-align: middle;
  }
  
  
  
  

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

Reply via email to