You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/03/07 04:24:06 UTC

svn commit: r156382 - in lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring: concepts/ doctypes/ doctypes/simple-document/ doctypes/xhtml-document/ features/ index/ links/ tutorial/ tutorial/new_doctype/

Author: gregor
Date: Sun Mar  6 19:24:03 2005
New Revision: 156382

URL: http://svn.apache.org/viewcvs?view=rev&rev=156382
Log:
Changed workflow history files of samples to comply with date formatting expected by the workflow API.

Modified:
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/concepts/index_de.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/concepts/index_en.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/index_de.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/index_en.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/simple-document/index_de.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/simple-document/index_en.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/xhtml-document/index_de.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/xhtml-document/index_en.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/features/index_de.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/features/index_en.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/index/index_de.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/index/index_en.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/links/index_en.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/index_de.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/index_en.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/new_doctype/index_de.xml
    lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/new_doctype/index_en.xml

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/concepts/index_de.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/concepts/index_de.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/concepts/index_de.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/concepts/index_de.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_de.xml,v 1.3 2004/03/13 12:42:14 gregor Exp $ -->
+<!-- $Id$ -->
     
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:03:10" state="authoring">
+<wf:version date="2003-10-23 15:03:10" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/concepts/index_en.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/concepts/index_en.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/concepts/index_en.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/concepts/index_en.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_en.xml,v 1.3 2004/03/13 12:42:14 gregor Exp $ -->
+<!-- $Id$ -->
    
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:04:49" state="authoring">
+<wf:version date="2003-10-23 15:04:49" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/index_de.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/index_de.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/index_de.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/index_de.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_de.xml,v 1.3 2004/03/13 12:42:21 gregor Exp $ -->
+<!-- $Id$ -->
     
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:03:10" state="authoring">
+<wf:version date="2003-10-23 15:03:10" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/index_en.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/index_en.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/index_en.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/index_en.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_en.xml,v 1.3 2004/03/13 12:42:21 gregor Exp $ -->
+<!-- $Id$ -->
     
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:05:21" state="authoring">
+<wf:version date="2003-10-23 15:05:21" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/simple-document/index_de.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/simple-document/index_de.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/simple-document/index_de.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/simple-document/index_de.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_de.xml,v 1.3 2004/03/13 12:42:17 gregor Exp $ -->
+<!-- $Id$ -->
     
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:03:10" state="authoring">
+<wf:version date="2003-10-23 15:03:10" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/simple-document/index_en.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/simple-document/index_en.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/simple-document/index_en.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/simple-document/index_en.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_en.xml,v 1.3 2004/03/13 12:42:17 gregor Exp $ -->
+<!-- $Id$ -->
     
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:05:31" state="authoring">
+<wf:version date="2003-10-23 15:05:31" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/xhtml-document/index_de.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/xhtml-document/index_de.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/xhtml-document/index_de.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/xhtml-document/index_de.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_de.xml,v 1.3 2004/03/13 12:42:11 gregor Exp $ -->
+<!-- $Id$ -->
     
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:03:10" state="authoring">
+<wf:version date="2003-10-23 15:03:10" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/xhtml-document/index_en.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/xhtml-document/index_en.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/xhtml-document/index_en.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/doctypes/xhtml-document/index_en.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_en.xml,v 1.3 2004/03/13 12:42:11 gregor Exp $ -->
+<!-- $Id$ -->
     
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:05:48" state="authoring">
+<wf:version date="2003-10-23 15:05:48" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/features/index_de.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/features/index_de.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/features/index_de.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/features/index_de.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_de.xml,v 1.3 2004/03/13 12:42:19 gregor Exp $ -->
+<!-- $Id$ -->
    
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:03:10" state="authoring">
+<wf:version date="2003-10-23 15:03:10" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/features/index_en.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/features/index_en.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/features/index_en.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/features/index_en.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_en.xml,v 1.3 2004/03/13 12:42:19 gregor Exp $ -->
+<!-- $Id$ -->
 
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:05:01" state="authoring">
+<wf:version date="2003-10-23 15:05:01" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/index/index_de.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/index/index_de.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/index/index_de.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/index/index_de.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_de.xml,v 1.3 2004/03/13 12:42:12 gregor Exp $ -->
+<!-- $Id$ -->
 
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:03:10" state="authoring">
+<wf:version date="2003-10-23 15:03:10" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/index/index_en.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/index/index_en.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/index/index_en.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/index/index_en.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_en.xml,v 1.3 2004/03/13 12:42:12 gregor Exp $ -->
+<!-- $Id$ -->
 
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:03:10" state="authoring">
+<wf:version date="2003-10-23 15:03:10" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/links/index_en.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/links/index_en.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/links/index_en.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/links/index_en.xml Sun Mar  6 19:24:03 2005
@@ -18,7 +18,7 @@
 <!-- $Id: index_en.xml 42703 2004-03-13 12:57:53Z gregor $ -->
 
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:03:10" state="authoring">
+<wf:version date="2003-10-23 15:03:10" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/index_de.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/index_de.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/index_de.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/index_de.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_de.xml,v 1.3 2004/03/13 12:42:19 gregor Exp $ -->
+<!-- $Id$ -->
 
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:03:10" state="authoring">
+<wf:version date="2003-10-23 15:03:10" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/index_en.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/index_en.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/index_en.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/index_en.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_en.xml,v 1.3 2004/03/13 12:42:19 gregor Exp $ -->
+<!-- $Id$ -->
 
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:04:33" state="authoring">
+<wf:version date="2003-10-23 15:04:33" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/new_doctype/index_de.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/new_doctype/index_de.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/new_doctype/index_de.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/new_doctype/index_de.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_de.xml,v 1.1 2004/05/25 10:28:03 roku Exp $ -->
+<!-- $Id$ -->
     
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:03:10" state="authoring">
+<wf:version date="2003-10-23 15:03:10" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/new_doctype/index_en.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/new_doctype/index_en.xml?view=diff&r1=156381&r2=156382
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/new_doctype/index_en.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/content/workflow/history/authoring/tutorial/new_doctype/index_en.xml Sun Mar  6 19:24:03 2005
@@ -15,10 +15,10 @@
   limitations under the License.
 -->
 
-<!-- $Id: index_en.xml,v 1.1 2004/05/25 10:28:03 roku Exp $ -->
+<!-- $Id$ -->
     
 <wf:history xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0" workflow="workflow.xml">
-<wf:version date="23.10.2003 15:05:31" state="authoring">
+<wf:version date="2003-10-23 15:05:31" state="authoring">
 <wf:identity>
 <wf:user id="lenya"/>
 <wf:machine ip-address="127.0.0.1"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org