/[Apache-SVN]
ViewVC logotype

Revision 980865


Jump to revision: Previous Next
Author: toby
Date: Fri Jul 30 15:42:52 2010 UTC (13 years, 10 months ago)
Changed paths: 95
Log Message:
- Fixed: Adjusted source headers of Workflow to Apache license.

Changed paths

Path Details
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/and.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/in_array.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/is_anything.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/is_array.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/is_bool.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/is_equal.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/is_equal_or_greater_than.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/is_equal_or_less_than.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/is_false.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/is_float.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/is_greater_than.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/is_integer.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/is_less_than.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/is_not_equal.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/is_object.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/is_string.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/is_true.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/not.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/or.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/variable.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/variables.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/conditions/xor.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/definition_storage/xml.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/exceptions/definition_storage.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/exceptions/exception.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/exceptions/execution.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/exceptions/invalid_input.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/exceptions/invalid_workflow.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/execution/non_interactive.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/execution/plugin/listener.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/execution/plugin/visualizer.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/condition.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/condition_boolean_set.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/condition_comparison.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/condition_type.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/definition_storage.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/execution.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/execution_listener.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/execution_plugin.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/node.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/node_arithmetic_base.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/node_branch.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/node_conditional_branch.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/node_merge.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/service_object.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/variable_handler.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/visitable.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/interfaces/visitor.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/action.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/cancel.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/discriminator.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/exclusive_choice.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/loop.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/multi_choice.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/parallel_split.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/simple_merge.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/synchronization.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/control_flow/synchronizing_merge.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/end.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/finally.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/start.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/sub_workflow.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/variables/add.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/variables/decrement.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/variables/div.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/variables/increment.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/variables/input.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/variables/mul.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/variables/set.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/variables/sub.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/nodes/variables/unset.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/options/execution_plugin_visualizer.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/options/visitor_visualization.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/util.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/visitors/node_collector.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/visitors/reset.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/visitors/verification.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/visitors/visualization.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/workflow.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/src/workflow_autoload.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/tests/case.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/tests/condition_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/tests/definition_xml_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/tests/execution.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/tests/execution_listener_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/tests/execution_plugin_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/tests/execution_plugin_visualizer_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/tests/execution_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/tests/node_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/tests/service_object_that_does_not_finish.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/tests/service_object_with_constructor.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/tests/suite.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/tests/variable_handler.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/tests/visitor_visualization_test.php modified , text changed
Directoryincubator/zetacomponents/trunk/Workflow/tests/workflow_test.php modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26