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 2005/02/06 17:02:46 UTC

svn commit: r151601 - in jakarta/commons/sandbox: vfs/trunk/xdocs/download.xml workflow/trunk/PROPOSAL.html workflow/trunk/STATUS.html workflow/trunk/src/java/org/apache/commons/workflow/demo/Main.java workflow/trunk/xdocs/downloads.xml workflow/trunk/xdocs/navigation.xml xmlio/trunk/xdocs/downloads.xml

Author: dirkv
Date: Sun Feb  6 08:02:45 2005
New Revision: 151601

URL: http://svn.apache.org/viewcvs?view=rev&rev=151601
Log:
CVS => SVN conversion

Modified:
    jakarta/commons/sandbox/vfs/trunk/xdocs/download.xml
    jakarta/commons/sandbox/workflow/trunk/PROPOSAL.html
    jakarta/commons/sandbox/workflow/trunk/STATUS.html
    jakarta/commons/sandbox/workflow/trunk/src/java/org/apache/commons/workflow/demo/Main.java
    jakarta/commons/sandbox/workflow/trunk/xdocs/downloads.xml
    jakarta/commons/sandbox/workflow/trunk/xdocs/navigation.xml
    jakarta/commons/sandbox/xmlio/trunk/xdocs/downloads.xml

Modified: jakarta/commons/sandbox/vfs/trunk/xdocs/download.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/xdocs/download.xml?view=diff&r1=151600&r2=151601
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/xdocs/download.xml (original)
+++ jakarta/commons/sandbox/vfs/trunk/xdocs/download.xml Sun Feb  6 08:02:45 2005
@@ -82,7 +82,7 @@
             </p>
             <ul>
                 <li>
-                    Check the source out of CVS, as described on the
+                    Check the source out of SVN, as described on the
                     <a href="cvs-usage.html">Source Repository</a> page.
                 </li>
                 <li>

Modified: jakarta/commons/sandbox/workflow/trunk/PROPOSAL.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/workflow/trunk/PROPOSAL.html?view=diff&r1=151600&r2=151601
==============================================================================
--- jakarta/commons/sandbox/workflow/trunk/PROPOSAL.html (original)
+++ jakarta/commons/sandbox/workflow/trunk/PROPOSAL.html Sun Feb  6 08:02:45 2005
@@ -80,8 +80,8 @@
 
 <ul>
 
-<li>CVS Repository - New directory <code>workflow</code> in the 
-<code>jakarta-commons</code> CVS repository.</li>
+<li>SVN repository - New directory <code>workflow</code> in the 
+<code>jakarta-commons</code> SVN repository.</li>
 
 <li>Mailing List - Discussions will take place on the general
 <em>jakarta-commons@jakarta.apache.org</em> mailing list. To help list

Modified: jakarta/commons/sandbox/workflow/trunk/STATUS.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/workflow/trunk/STATUS.html?view=diff&r1=151600&r2=151601
==============================================================================
--- jakarta/commons/sandbox/workflow/trunk/STATUS.html (original)
+++ jakarta/commons/sandbox/workflow/trunk/STATUS.html Sun Feb  6 08:02:45 2005
@@ -7,7 +7,7 @@
 
 <div align="center">
 <h1>The Jakarta Commons <em>Workflow</em> Component</h1>
-$Id: STATUS.html,v 1.1 2001/08/13 21:12:13 craigmcc Exp $<br>
+$Id$<br>
 <a href="#Introduction">[Introduction]</a>
 <a href="#Dependencies">[Dependencies]</a>
 <a href="#Release Info">[Release Info]</a>
@@ -43,7 +43,7 @@
 <a name="Release Info"></a>
 <h3>3.  RELEASE INFO</h3>
 
-<p>Current Release:  <strong>Unreleased, CVS Repository Only</strong></p>
+<p>Current Release:  <strong>Unreleased, SVN repository Only</strong></p>
 <p>Planned Next Release: N/A</p>
 
 

Modified: jakarta/commons/sandbox/workflow/trunk/src/java/org/apache/commons/workflow/demo/Main.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/workflow/trunk/src/java/org/apache/commons/workflow/demo/Main.java?view=diff&r1=151600&r2=151601
==============================================================================
--- jakarta/commons/sandbox/workflow/trunk/src/java/org/apache/commons/workflow/demo/Main.java (original)
+++ jakarta/commons/sandbox/workflow/trunk/src/java/org/apache/commons/workflow/demo/Main.java Sun Feb  6 08:02:45 2005
@@ -1,18 +1,18 @@
 /*
  * Copyright 1999-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.
- */ 
+ */
 
 package org.apache.commons.workflow.demo;
 
@@ -44,7 +44,7 @@
  * as outlined in the original proposal.</p>
  *
  * <p><strong>WARNING</strong> - This code depends on the version of Digester
- * currently in CVS - the 1.0 released version will not work correctly with
+ * currently in SVN - the 1.0 released version will not work correctly with
  * namespace prefixes.</p>
  *
  * <p><strong>WARNING</strong> - The namespace URLs in the example XML document
@@ -53,7 +53,7 @@
  * formal release of this technology, because that is key to the extensibility
  * of Step implementations.</p>
  *
- * @version $Revision: 1.5 $ $Date: 2004/02/28 03:35:55 $
+ * @version $Revision: 1.5 $ $Date$
  * @author Craig R. McClanahan
  */
 

Modified: jakarta/commons/sandbox/workflow/trunk/xdocs/downloads.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/workflow/trunk/xdocs/downloads.xml?view=diff&r1=151600&r2=151601
==============================================================================
--- jakarta/commons/sandbox/workflow/trunk/xdocs/downloads.xml (original)
+++ jakarta/commons/sandbox/workflow/trunk/xdocs/downloads.xml Sun Feb  6 08:02:45 2005
@@ -3,7 +3,7 @@
    <properties>
       <title>Downloads</title>
       <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
-      <revision>$Id: downloads.xml,v 1.1 2003/11/22 17:31:58 dirkv Exp $</revision>
+      <revision>$Id$</revision>
    </properties>
 
    <body>
@@ -38,7 +38,7 @@
          </p>
          <p>
             Access to the source tree to see the latest and greatest code is possible
-            through <a href="cvs-usage.html">anonymous CVS access</a>.
+            through <a href="cvs-usage.html">anonymous SVN access</a>.
          </p>
       </section>
 

Modified: jakarta/commons/sandbox/workflow/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/workflow/trunk/xdocs/navigation.xml?view=diff&r1=151600&r2=151601
==============================================================================
--- jakarta/commons/sandbox/workflow/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/sandbox/workflow/trunk/xdocs/navigation.xml Sun Feb  6 08:02:45 2005
@@ -20,15 +20,7 @@
     <body>
         <menu name="Commons&#xA0;Workflow">
             <item name="Overview"                      href="/index.html" />
-<!--            <item name="Configuration"                 href="/configuration.html" /> -->
             <item name="API&#xA0;Documentation"        href="/apidocs/index.html"/>
-<!--
-            <item name="Developers&#xA0;Guide"         href="/guide/index.html" collapse="true">
-                <item name="Class&#xA0;Diagrams"       href="/guide/classdiagrams.html"/>
-                <item name="Sequence&#xA0;Diagrams"    href="/guide/sequencediagrams.html"/>
-            </item>
-            <item name="Examples"                      href="http://cvs.apache.org/viewcvs/jakarta-commons/cache/doc/"/>
--->
             <item name="Downloads"                     href="/downloads.html"/>
         </menu>
         &common-menus;

Modified: jakarta/commons/sandbox/xmlio/trunk/xdocs/downloads.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/xmlio/trunk/xdocs/downloads.xml?view=diff&r1=151600&r2=151601
==============================================================================
--- jakarta/commons/sandbox/xmlio/trunk/xdocs/downloads.xml (original)
+++ jakarta/commons/sandbox/xmlio/trunk/xdocs/downloads.xml Sun Feb  6 08:02:45 2005
@@ -3,7 +3,7 @@
    <properties>
       <title>Downloads</title>
       <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
-      <revision>$Id: downloads.xml,v 1.1 2004/10/17 14:13:39 dirkv Exp $</revision>
+      <revision>$Id$</revision>
    </properties>
 
    <body>
@@ -38,7 +38,7 @@
 -->
          <p>
             Access to the source tree to see the latest and greatest code is possible
-            through <a href="cvs-usage.html">anonymous CVS access</a>.
+            through <a href="cvs-usage.html">anonymous SVN access</a>.
          </p>
       </section>
 



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