Posted by
jacopoc on
Jul 20, 2006; 11:24am
URL: http://ofbiz.116.s1.nabble.com/svn-commit-r423868-in-incubator-ofbiz-trunk-framework-shark-config-dtd-entitydef-example-servicedef--tp208597.html
Author: jacopoc
Date: Thu Jul 20 03:24:29 2006
New Revision: 423868
URL:
http://svn.apache.org/viewvc?rev=423868&view=revLog:
License change from MIT to ASL2.0 for the files of the shark component.
Thanks to Scott Gray for the patch (Apache OFBIZ-87).
Modified:
incubator/ofbiz/trunk/framework/shark/build.xml
incubator/ofbiz/trunk/framework/shark/config/SharkUILabels.properties
incubator/ofbiz/trunk/framework/shark/config/shark.properties
incubator/ofbiz/trunk/framework/shark/dtd/TC-1025_schema_10_xpdl.xsd
incubator/ofbiz/trunk/framework/shark/entitydef/entitygroup.xml
incubator/ofbiz/trunk/framework/shark/entitydef/entitymodel.xml
incubator/ofbiz/trunk/framework/shark/example/ofb_test.xpdl
incubator/ofbiz/trunk/framework/shark/ofbiz-component.xml
incubator/ofbiz/trunk/framework/shark/servicedef/services_test.xml
incubator/ofbiz/trunk/framework/shark/src/org/enhydra/shark/ThreadedToolAgentManager.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/AssignmentEventAudit.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/AuditEntityObject.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/CreateProcessEventAudit.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/DataEventAudit.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/EntityAuditMgr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/EventAudit.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/StateEventAudit.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/auth/GenericAuthenticationMgr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/auth/NoAuthenticationMgr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/auth/OfbizAuthenticationMgr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/client/SharkClientServices.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/compare/FlexibleAssignmentComparator.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/container/SharkContainer.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ActivityIteratorCondExprBldr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/AssignmentIteratorCondExprBldr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/BaseEntityCondExprBldr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ExpressionBuilderMgr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ProcessIteratorCondExprBldr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ProcessMgrIteratorCondExprBldr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ResourceIteratorCondExprBldr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Activity.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/ActivityVariable.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/AndJoinEntry.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Assignment.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Deadline.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/EntityPersistentMgr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/InstanceEntityObject.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Process.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/ProcessMgr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/ProcessVariable.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Resource.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/logging/DebugLoggingManager.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityApplicationMap.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityApplicationMappingMgr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityParticipantMap.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityParticipantMappingMgr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityScriptMappingMgr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/repository/EntityRepositoryMgr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/AbstractRequester.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/LoggingRequester.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/MailRequester.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/ServiceRequester.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/SimpleRequester.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/service/SharkServiceEngine.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/tool/ServiceEngineAgent.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/transaction/JtaSharkTransactionFactory.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/transaction/JtaTransaction.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/transaction/JtaUserTransactionFactory.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/user/GenericUserGroupMgr.java
incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/user/PartyUserGroupMgr.java
Modified: incubator/ofbiz/trunk/framework/shark/build.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/build.xml?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/build.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/build.xml Thu Jul 20 03:24:29 2006
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-$Id: build.xml 7900 2006-06-29 05:03:20Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/config/SharkUILabels.properties
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/config/SharkUILabels.properties?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/config/SharkUILabels.properties (original)
+++ incubator/ofbiz/trunk/framework/shark/config/SharkUILabels.properties Thu Jul 20 03:24:29 2006
@@ -1,6 +1,4 @@
#####################################################################
-# $Id: SharkUILabels.properties 7773 2006-06-12 08:41:23Z jonesde $
-#
# Copyright 2001-2006 The Apache Software Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
Modified: incubator/ofbiz/trunk/framework/shark/config/shark.properties
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/config/shark.properties?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/config/shark.properties (original)
+++ incubator/ofbiz/trunk/framework/shark/config/shark.properties Thu Jul 20 03:24:29 2006
@@ -1,6 +1,4 @@
#####################################################################
-# $Id: shark.properties 7426 2006-04-26 23:35:58Z jonesde $
-#
# Copyright 2004-2006 The Apache Software Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
Modified: incubator/ofbiz/trunk/framework/shark/dtd/TC-1025_schema_10_xpdl.xsd
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/dtd/TC-1025_schema_10_xpdl.xsd?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/dtd/TC-1025_schema_10_xpdl.xsd (original)
+++ incubator/ofbiz/trunk/framework/shark/dtd/TC-1025_schema_10_xpdl.xsd Thu Jul 20 03:24:29 2006
@@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2001-2006 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.
+-->
<xsd:schema targetNamespace="
http://www.wfmc.org/2002/XPDL1.0" xmlns:xpdl="
http://www.wfmc.org/2002/XPDL1.0" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xsd:element name="Activities">
<xsd:complexType>
Modified: incubator/ofbiz/trunk/framework/shark/entitydef/entitygroup.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/entitydef/entitygroup.xml?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/entitydef/entitygroup.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/entitydef/entitygroup.xml Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-$Id: entitygroup.xml 7426 2006-04-26 23:35:58Z jonesde $
-
Copyright 2001-2006 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License"); you may not
Modified: incubator/ofbiz/trunk/framework/shark/entitydef/entitymodel.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/entitydef/entitymodel.xml?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/entitydef/entitymodel.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/entitydef/entitymodel.xml Thu Jul 20 03:24:29 2006
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-$Id: entitymodel.xml 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -16,10 +14,6 @@
License for the specific language governing permissions and limitations
under the License.
-->
-<!--
- * @author David E. Jones (
[hidden email])
- * @author Andy Zeneski (
[hidden email])
--->
<entitymodel xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="
http://www.ofbiz.org/dtds/entitymodel.xsd">
@@ -344,4 +338,4 @@
<prim-key field="processId"/>
<prim-key field="fromDate"/>
</entity>
-</entitymodel>
\ No newline at end of file
+</entitymodel>
Modified: incubator/ofbiz/trunk/framework/shark/example/ofb_test.xpdl
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/example/ofb_test.xpdl?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/example/ofb_test.xpdl (original)
+++ incubator/ofbiz/trunk/framework/shark/example/ofb_test.xpdl Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-$Id: ofb_test.xpdl 7426 2006-04-26 23:35:58Z jonesde $
-
Copyright 2001-2006 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License"); you may not
Modified: incubator/ofbiz/trunk/framework/shark/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/ofbiz-component.xml?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/ofbiz-component.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/ofbiz-component.xml Thu Jul 20 03:24:29 2006
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-$Id: ofbiz-component.xml 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -34,4 +32,3 @@
base-permission="OFBTOOLS,WORKEFFORTMGR"
mount-point="/shark"/>
</ofbiz-component>
-
Modified: incubator/ofbiz/trunk/framework/shark/servicedef/services_test.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/servicedef/services_test.xml?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/servicedef/services_test.xml (original)
+++ incubator/ofbiz/trunk/framework/shark/servicedef/services_test.xml Thu Jul 20 03:24:29 2006
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-$Id: services_test.xml 7426 2006-04-26 23:35:58Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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
@@ -27,4 +25,4 @@
location="ofb_test" invoke="Test1">
<description>Shark Workflow Test Service</description>
</service>
-</services>
\ No newline at end of file
+</services>
Modified: incubator/ofbiz/trunk/framework/shark/src/org/enhydra/shark/ThreadedToolAgentManager.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/enhydra/shark/ThreadedToolAgentManager.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/enhydra/shark/ThreadedToolAgentManager.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/enhydra/shark/ThreadedToolAgentManager.java Thu Jul 20 03:24:29 2006
@@ -1,6 +1,4 @@
/*
- * $Id: ThreadedToolAgentManager.java 7426 2006-04-26 23:35:58Z jonesde $
- *
* Copyright 2001-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/AssignmentEventAudit.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/AssignmentEventAudit.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/AssignmentEventAudit.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/AssignmentEventAudit.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: AssignmentEventAudit.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/AuditEntityObject.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/AuditEntityObject.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/AuditEntityObject.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/AuditEntityObject.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: AuditEntityObject.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/CreateProcessEventAudit.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/CreateProcessEventAudit.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/CreateProcessEventAudit.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/CreateProcessEventAudit.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: CreateProcessEventAudit.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/DataEventAudit.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/DataEventAudit.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/DataEventAudit.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/DataEventAudit.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: DataEventAudit.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/EntityAuditMgr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/EntityAuditMgr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/EntityAuditMgr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/EntityAuditMgr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: EntityAuditMgr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/EventAudit.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/EventAudit.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/EventAudit.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/EventAudit.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: EventAudit.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/StateEventAudit.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/StateEventAudit.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/StateEventAudit.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/audit/StateEventAudit.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: StateEventAudit.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/auth/GenericAuthenticationMgr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/auth/GenericAuthenticationMgr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/auth/GenericAuthenticationMgr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/auth/GenericAuthenticationMgr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: GenericAuthenticationMgr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/auth/NoAuthenticationMgr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/auth/NoAuthenticationMgr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/auth/NoAuthenticationMgr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/auth/NoAuthenticationMgr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: NoAuthenticationMgr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/auth/OfbizAuthenticationMgr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/auth/OfbizAuthenticationMgr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/auth/OfbizAuthenticationMgr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/auth/OfbizAuthenticationMgr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: OfbizAuthenticationMgr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/client/SharkClientServices.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/client/SharkClientServices.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/client/SharkClientServices.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/client/SharkClientServices.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: SharkClientServices.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/compare/FlexibleAssignmentComparator.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/compare/FlexibleAssignmentComparator.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/compare/FlexibleAssignmentComparator.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/compare/FlexibleAssignmentComparator.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: FlexibleAssignmentComparator.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/container/SharkContainer.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/container/SharkContainer.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/container/SharkContainer.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/container/SharkContainer.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: SharkContainer.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
@@ -221,4 +219,4 @@
public static SharkTransaction getTransaction() throws TransactionException {
return shark.createTransaction();
}
-}
\ No newline at end of file
+}
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ActivityIteratorCondExprBldr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ActivityIteratorCondExprBldr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ActivityIteratorCondExprBldr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ActivityIteratorCondExprBldr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: ActivityIteratorCondExprBldr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/AssignmentIteratorCondExprBldr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/AssignmentIteratorCondExprBldr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/AssignmentIteratorCondExprBldr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/AssignmentIteratorCondExprBldr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: AssignmentIteratorCondExprBldr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/BaseEntityCondExprBldr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/BaseEntityCondExprBldr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/BaseEntityCondExprBldr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/BaseEntityCondExprBldr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: BaseEntityCondExprBldr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ExpressionBuilderMgr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ExpressionBuilderMgr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ExpressionBuilderMgr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ExpressionBuilderMgr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: ExpressionBuilderMgr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ProcessIteratorCondExprBldr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ProcessIteratorCondExprBldr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ProcessIteratorCondExprBldr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ProcessIteratorCondExprBldr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: ProcessIteratorCondExprBldr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ProcessMgrIteratorCondExprBldr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ProcessMgrIteratorCondExprBldr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ProcessMgrIteratorCondExprBldr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ProcessMgrIteratorCondExprBldr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: ProcessMgrIteratorCondExprBldr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ResourceIteratorCondExprBldr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ResourceIteratorCondExprBldr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ResourceIteratorCondExprBldr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/expression/ResourceIteratorCondExprBldr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: ResourceIteratorCondExprBldr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Activity.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Activity.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Activity.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Activity.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: Activity.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
@@ -230,4 +228,4 @@
Debug.log("**** REMOVED : " + this, module);
}
}
-}
\ No newline at end of file
+}
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/ActivityVariable.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/ActivityVariable.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/ActivityVariable.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/ActivityVariable.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: ActivityVariable.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/AndJoinEntry.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/AndJoinEntry.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/AndJoinEntry.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/AndJoinEntry.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: AndJoinEntry.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Assignment.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Assignment.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Assignment.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Assignment.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: Assignment.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Deadline.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Deadline.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Deadline.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Deadline.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: Deadline.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/EntityPersistentMgr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/EntityPersistentMgr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/EntityPersistentMgr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/EntityPersistentMgr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: EntityPersistentMgr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/InstanceEntityObject.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/InstanceEntityObject.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/InstanceEntityObject.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/InstanceEntityObject.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: InstanceEntityObject.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Process.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Process.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Process.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Process.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: Process.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/ProcessMgr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/ProcessMgr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/ProcessMgr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/ProcessMgr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: ProcessMgr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/ProcessVariable.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/ProcessVariable.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/ProcessVariable.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/ProcessVariable.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: ProcessVariable.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Resource.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Resource.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Resource.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/instance/Resource.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: Resource.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/logging/DebugLoggingManager.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/logging/DebugLoggingManager.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/logging/DebugLoggingManager.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/logging/DebugLoggingManager.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: DebugLoggingManager.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityApplicationMap.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityApplicationMap.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityApplicationMap.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityApplicationMap.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: EntityApplicationMap.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityApplicationMappingMgr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityApplicationMappingMgr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityApplicationMappingMgr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityApplicationMappingMgr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: EntityApplicationMappingMgr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityParticipantMap.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityParticipantMap.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityParticipantMap.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityParticipantMap.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: EntityParticipantMap.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityParticipantMappingMgr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityParticipantMappingMgr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityParticipantMappingMgr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityParticipantMappingMgr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: EntityParticipantMappingMgr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityScriptMappingMgr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityScriptMappingMgr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityScriptMappingMgr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/mapping/EntityScriptMappingMgr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: EntityScriptMappingMgr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/repository/EntityRepositoryMgr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/repository/EntityRepositoryMgr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/repository/EntityRepositoryMgr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/repository/EntityRepositoryMgr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: EntityRepositoryMgr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/AbstractRequester.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/AbstractRequester.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/AbstractRequester.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/AbstractRequester.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: AbstractRequester.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/LoggingRequester.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/LoggingRequester.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/LoggingRequester.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/LoggingRequester.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: LoggingRequester.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/MailRequester.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/MailRequester.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/MailRequester.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/MailRequester.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: MailRequester.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/ServiceRequester.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/ServiceRequester.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/ServiceRequester.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/ServiceRequester.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: ServiceRequester.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/SimpleRequester.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/SimpleRequester.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/SimpleRequester.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/requester/SimpleRequester.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: SimpleRequester.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/service/SharkServiceEngine.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/service/SharkServiceEngine.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/service/SharkServiceEngine.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/service/SharkServiceEngine.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: SharkServiceEngine.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/tool/ServiceEngineAgent.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/tool/ServiceEngineAgent.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/tool/ServiceEngineAgent.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/tool/ServiceEngineAgent.java Thu Jul 20 03:24:29 2006
@@ -1,6 +1,4 @@
/*
- * $Id: ServiceEngineAgent.java 7426 2006-04-26 23:35:58Z jonesde $
- *
* Copyright 2001-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/transaction/JtaSharkTransactionFactory.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/transaction/JtaSharkTransactionFactory.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/transaction/JtaSharkTransactionFactory.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/transaction/JtaSharkTransactionFactory.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: JtaSharkTransactionFactory.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/transaction/JtaTransaction.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/transaction/JtaTransaction.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/transaction/JtaTransaction.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/transaction/JtaTransaction.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: JtaTransaction.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/transaction/JtaUserTransactionFactory.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/transaction/JtaUserTransactionFactory.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/transaction/JtaUserTransactionFactory.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/transaction/JtaUserTransactionFactory.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: JtaUserTransactionFactory.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/user/GenericUserGroupMgr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/user/GenericUserGroupMgr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/user/GenericUserGroupMgr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/user/GenericUserGroupMgr.java Thu Jul 20 03:24:29 2006
@@ -1,7 +1,5 @@
/*
- * $Id: GenericUserGroupMgr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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
Modified: incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/user/PartyUserGroupMgr.java
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/user/PartyUserGroupMgr.java?rev=423868&r1=423867&r2=423868&view=diff==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/user/PartyUserGroupMgr.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/ofbiz/shark/user/PartyUserGroupMgr.java Thu Jul 20 03:24:29 2006
@@ -1,6 +1,4 @@
/*
- * $Id: PartyUserGroupMgr.java 7426 2006-04-26 23:35:58Z jonesde $
- *
* Copyright 2001-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not