You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2003/09/26 16:55:09 UTC

cvs commit: jakarta-turbine-fulcrum/osworkflow/xdocs navigation.xml index.xml changes.xml

epugh       2003/09/26 07:55:09

  Modified:    osworkflow project.xml
               osworkflow/xdocs navigation.xml index.xml changes.xml
  Log:
  Updated docs
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-turbine-fulcrum/osworkflow/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/osworkflow/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	14 Sep 2003 13:15:44 -0000	1.1
  +++ project.xml	26 Sep 2003 14:55:09 -0000	1.2
  @@ -1,8 +1,8 @@
   <?xml version="1.0"?>
   <project>
     <extend>${basedir}/../project.xml</extend>
  -  <id>fulcrum-workflow</id>
  -  <name>Fulcrum Workflow Component</name>
  +  <id>fulcrum-osworkflow</id>
  +  <name>Fulcrum OSWorkflow Component</name>
     <currentVersion>1.0-alpha-1</currentVersion>
   
     <dependencies>
  
  
  
  1.2       +3 -1      jakarta-turbine-fulcrum/osworkflow/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/osworkflow/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	14 Sep 2003 13:15:44 -0000	1.1
  +++ navigation.xml	26 Sep 2003 14:55:09 -0000	1.2
  @@ -9,11 +9,13 @@
               href="http://jakarta.apache.org/turbine/"/>
         <item name="Fulcrum"
               href="http://jakarta.apache.org/turbine/fulcrum/"/>
  +      <item name="OpenSymphony Workflow"
  +            href="http://www.opensymphony.com/osworkflow/"/>
       </links>
   
       <menu name="Overview">
         <item name="Main"                 href="/index.html"/>
  -      <item name="Example Application"  href="http://jakarta.apache.org/turbine/fulcrum/multiproject/fulcrum-workflow-example/index.html"/>
  +      <item name="Example Application"  href="http://jakarta.apache.org/turbine/fulcrum/multiproject/fulcrum-osworkflow-example/index.html"/>
       </menu>
     </body>
   </project>
  
  
  
  1.3       +4 -4      jakarta-turbine-fulcrum/osworkflow/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/osworkflow/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	14 Sep 2003 15:10:37 -0000	1.2
  +++ index.xml	26 Sep 2003 14:55:09 -0000	1.3
  @@ -3,7 +3,7 @@
   <document>
   
     <properties>
  -    <title>Workflow Component</title>
  +    <title>OSWorkflow Component</title>
       <author email="epugh@upstate.com">Eric Pugh</author>
     </properties>
   
  @@ -11,7 +11,7 @@
   
     <section name="Overview">
       <p>
  -      The Workflow component allows access to a workflow process based on the OpenSymphony
  +      The OSWorkflow component allows access to a workflow process based on the OpenSymphony
         OSWorkflow libary.
       </p>
     
  @@ -29,9 +29,9 @@
   <source>
   <![CDATA[
     <role
  -    name="org.apache.fulcrum.workflow.WorkflowService"
  +    name="org.apache.fulcrum.osworkflow.WorkflowService"
       shorthand="workflow"
  -    default-class="org.apache.fulcrum.workflow.DefaultWorkflowService"/>
  +    default-class="org.apache.fulcrum.osworkflow.DefaultWorkflowService"/>
   ]]>
   </source>
   
  
  
  
  1.2       +6 -1      jakarta-turbine-fulcrum/osworkflow/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/osworkflow/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml	14 Sep 2003 13:15:44 -0000	1.1
  +++ changes.xml	26 Sep 2003 14:55:09 -0000	1.2
  @@ -1,12 +1,17 @@
   <?xml version="1.0"?>
   <document>
     <properties>
  -    <title>Fulcrum Workflow</title>
  +    <title>Fulcrum OSWorkflow</title>
       <author email="epugh@upstate.com">Eric Pugh</author>
     </properties>
   
     <body>
       <release version="Not applicable" date="">
  +      <action dev="epugh" type="update">
  +		Changed name of project from workflow to osworkflow to clarify this isn't the
  +		end all and be all workflow tool, but rather just an implementation of the 
  +		OpenSymphony version.
  +      </action>
         <action dev="epugh" type="add">
           Initial work on the workflow component.
         </action>
  
  
  

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