svn commit: r454116 - in /incubator/ofbiz/trunk/framework/shark: src/org/enhydra/shark/ src/org/ofbiz/shark/audit/ src/org/ofbiz/shark/auth/ src/org/ofbiz/shark/client/ src/org/ofbiz/shark/compare/ src/org/ofbiz/shark/container/ src/org/ofbiz/shark/exp...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r454116 - in /incubator/ofbiz/trunk/framework/shark: src/org/enhydra/shark/ src/org/ofbiz/shark/audit/ src/org/ofbiz/shark/auth/ src/org/ofbiz/shark/client/ src/org/ofbiz/shark/compare/ src/org/ofbiz/shark/container/ src/org/ofbiz/shark/exp...

jacopoc
Author: jacopoc
Date: Sun Oct  8 03:03:33 2006
New Revision: 454116

URL: http://svn.apache.org/viewvc?view=rev&rev=454116
Log:
Removed author information from all the files of the "shark" component: keeping this information in source files is discouraged by the ASF (clearer information about the contributors of a file can be derived from the commit logs).

Modified:
    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
    incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/includes/envsetup.bsh
    incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/appbar.ftl

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/src/org/enhydra/shark/ThreadedToolAgentManager.java (original)
+++ incubator/ofbiz/trunk/framework/shark/src/org/enhydra/shark/ThreadedToolAgentManager.java Sun Oct  8 03:03:33 2006
@@ -52,10 +52,6 @@
 import org.enhydra.shark.xpdl.XMLComplexChoice;
 import org.enhydra.shark.xpdl.XMLComplexElement;
 
-/**
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.2
- */
 public class ThreadedToolAgentManager implements ToolAgentManager {
 
     private final static String TOOL_AGENT_PREFIX = "ToolAgent.";

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -25,9 +25,6 @@
 
 /**
  * Persistance Object
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class AssignmentEventAudit extends EventAudit implements AssignmentEventAuditPersistenceInterface {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -18,11 +18,6 @@
 import org.ofbiz.entity.GenericDelegator;
 import org.ofbiz.entity.GenericEntityException;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.3
- */
 
 public abstract class AuditEntityObject {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -25,9 +25,6 @@
 
 /**
  * Persistance Object
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class CreateProcessEventAudit extends EventAudit implements CreateProcessEventAuditPersistenceInterface {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -32,9 +32,6 @@
 
 /**
  * Persistance Object
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class DataEventAudit extends EventAudit implements DataEventAuditPersistenceInterface {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -36,11 +36,6 @@
 import org.enhydra.shark.api.internal.eventaudit.StateEventAuditPersistenceInterface;
 import org.enhydra.shark.api.internal.working.CallbackUtilities;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
- */
 public class EntityAuditMgr implements EventAuditManagerInterface {
 
     public static final String module = EntityAuditMgr.class.getName();

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -25,9 +25,6 @@
 
 /**
  * Persistance Object
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class EventAudit extends AuditEntityObject implements EventAuditPersistenceInterface {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -25,9 +25,6 @@
 
 /**
  * Persistance Object
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class StateEventAudit extends EventAudit implements StateEventAuditPersistenceInterface {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -28,9 +28,6 @@
 
 /**
  * Shark Generic Authentication Manager - Uses the Generic Entities
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class GenericAuthenticationMgr implements AuthenticationManager {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -23,9 +23,6 @@
 /**
  * Shark No Authentication Manager
  * Used for testing, always returns true
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class NoAuthenticationMgr implements AuthenticationManager {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -32,9 +32,6 @@
 
 /**
  * Shark OFBiz Authentication Manager - Uses the OFBiz Entities
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class OfbizAuthenticationMgr implements AuthenticationManager {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -17,9 +17,6 @@
 
 /**
  * Shark Workflow Engine Client Services
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class SharkClientServices {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -23,9 +23,6 @@
 
 /**
  * Flexible WfAssignment Comparator - Sorting assignments by common fields
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class FlexibleAssignmentComparator implements Comparator, Serializable {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -45,9 +45,6 @@
 
 /**
  * Shark Workflow Engine Container
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class SharkContainer implements Container, Runnable {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -23,11 +23,6 @@
 import org.ofbiz.entity.condition.EntityOperator;
 import org.ofbiz.entity.model.ModelKeyMap;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.3
- */
 public class ActivityIteratorCondExprBldr extends BaseEntityCondExprBldr implements ActivityIteratorExpressionBuilder {
 
     protected boolean addedProcess = false;

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -17,11 +17,6 @@
 
 import org.enhydra.shark.api.common.AssignmentIteratorExpressionBuilder;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.3
- */
 public class AssignmentIteratorCondExprBldr extends BaseEntityCondExprBldr implements AssignmentIteratorExpressionBuilder {
 
     public AssignmentIteratorCondExprBldr() {

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -36,11 +36,6 @@
 import org.ofbiz.entity.model.DynamicViewEntity;
 import org.ofbiz.shark.container.SharkContainer;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      Apr 17, 2005
- */
 public abstract class BaseEntityCondExprBldr implements ExpressionBuilder, Serializable {
 
     public static final String module = BaseEntityCondExprBldr.class.getName();

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -25,9 +25,6 @@
 
 /**
  * Expression Builder Manager Object
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.3
  */
 public class ExpressionBuilderMgr implements ExpressionBuilderManager {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -18,11 +18,6 @@
 import org.enhydra.shark.api.common.ProcessIteratorExpressionBuilder;
 import org.enhydra.shark.api.RootException;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      Apr 24, 2005
- */
 public class ProcessIteratorCondExprBldr extends BaseEntityCondExprBldr implements ProcessIteratorExpressionBuilder {
     
     public ProcessIteratorExpressionBuilder and() {

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -19,11 +19,6 @@
 import org.ofbiz.entity.condition.EntityExpr;
 import org.ofbiz.entity.condition.EntityOperator;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.3
- */
 public class ProcessMgrIteratorCondExprBldr extends BaseEntityCondExprBldr implements ProcessMgrIteratorExpressionBuilder {
 
     public ProcessMgrIteratorCondExprBldr() {

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -17,11 +17,6 @@
 
 import org.enhydra.shark.api.common.ResourceIteratorExpressionBuilder;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.3
- */
 public class ResourceIteratorCondExprBldr extends BaseEntityCondExprBldr implements ResourceIteratorExpressionBuilder {
 
     public ResourceIteratorExpressionBuilder and() {

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -27,9 +27,6 @@
 
 /**
  * Persistance Object
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class Activity extends InstanceEntityObject implements ActivityPersistenceInterface {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -28,9 +28,6 @@
 
 /**
  * Persistance Object
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class ActivityVariable extends InstanceEntityObject implements ActivityVariablePersistenceInterface {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -26,9 +26,6 @@
 
 /**
  * Persistance Object
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class AndJoinEntry extends InstanceEntityObject implements AndJoinEntryInterface {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -26,9 +26,6 @@
 
 /**
  * Persistance Object
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class Assignment extends InstanceEntityObject implements AssignmentPersistenceInterface {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -25,11 +25,6 @@
 import org.enhydra.shark.api.internal.instancepersistence.DeadlinePersistenceInterface;
 import org.enhydra.shark.api.internal.instancepersistence.PersistenceException;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.3
- */
 public class Deadline extends InstanceEntityObject implements DeadlinePersistenceInterface {
 
     public static final String module = Deadline.class.getName();

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -46,9 +46,6 @@
 
 /**
  * Shark Persistance Manager Implementation
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class EntityPersistentMgr implements PersistentManagerInterface {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -18,11 +18,6 @@
 import org.ofbiz.entity.GenericEntityException;
 import org.ofbiz.entity.GenericDelegator;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.3
- */
 public abstract class InstanceEntityObject {
 
     protected transient GenericDelegator delegator = null;

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -28,9 +28,6 @@
 
 /**
  * Persistance Object
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class Process extends InstanceEntityObject implements ProcessPersistenceInterface {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -26,9 +26,6 @@
 
 /**
  * Persistance Object
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class ProcessMgr extends InstanceEntityObject implements ProcessMgrPersistenceInterface {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -27,9 +27,6 @@
 
 /**
  * Persistance Object
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class ProcessVariable extends InstanceEntityObject implements ProcessVariablePersistenceInterface {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -26,9 +26,6 @@
 
 /**
  * Persistance Object
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class Resource extends InstanceEntityObject implements ResourcePersistenceInterface {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -21,11 +21,6 @@
 import org.enhydra.shark.api.internal.working.CallbackUtilities;
 import org.enhydra.shark.api.RootException;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
- */
 public class DebugLoggingManager implements LoggingManager {
 
     public static final String module = DebugLoggingManager.class.getName();

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -26,9 +26,6 @@
 
 /**
  * Shark Application Map Implementation
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class EntityApplicationMap implements ApplicationMap {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -34,9 +34,6 @@
 
 /**
  * Shark Application Mappings Implementation
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class EntityApplicationMappingMgr implements ApplicationMappingManager {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -27,9 +27,6 @@
 
 /**
  * Shark Participant Map Implementation
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class EntityParticipantMap implements ParticipantMap {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -35,9 +35,6 @@
 
 /**
  * Shark Participant Mappings Implementation
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class EntityParticipantMappingMgr implements ParticipantMappingManager {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -23,9 +23,6 @@
 
 /**
  * Shark Script Mappings Implementation
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class EntityScriptMappingMgr implements ScriptMappingManager {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -42,11 +42,6 @@
 import org.enhydra.shark.api.RepositoryTransaction;
 import org.enhydra.shark.api.TransactionException;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
- */
 public class EntityRepositoryMgr implements RepositoryPersistenceManager {
 
     public static final String module = EntityRepositoryMgr.class.getName();

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -45,9 +45,6 @@
 
 /**
  * Shark Workflow Abstract Requester
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public abstract class AbstractRequester implements WfRequester, Serializable {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -25,9 +25,6 @@
 
 /**
  * OFBiz -> Shark Logging Requester
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class LoggingRequester extends AbstractRequester {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -15,11 +15,6 @@
  */
 package org.ofbiz.shark.requester;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.3
- */
 public class MailRequester {
 
     public static final String module = MailRequester.class.getName();

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -32,11 +32,6 @@
 import org.enhydra.shark.api.client.wfmodel.SourceNotAvailable;
 import org.enhydra.shark.api.client.wfmodel.WfEventAudit;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
- */
 public class ServiceRequester extends AbstractRequester {
 
     public static final String module = ServiceRequester.class.getName();

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -26,11 +26,6 @@
 import org.enhydra.shark.api.client.wfmodel.InvalidPerformer;
 import org.enhydra.shark.api.client.wfmodel.WfEventAudit;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.3
- */
 public class SimpleRequester extends AbstractRequester {
 
     public static final String module = SimpleRequester.class.getName();

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -45,9 +45,6 @@
 
 /**
  * Shark Service Engine
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class SharkServiceEngine extends AbstractEngine {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -35,9 +35,6 @@
 
 /**
  * Shark Service Engine Agent Tool API
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class ServiceEngineAgent extends AbstractToolAgent {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -23,9 +23,6 @@
 
 /**
  * Shark JTA Transaction Factory Implementation
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class JtaSharkTransactionFactory implements TransactionFactory {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -34,9 +34,6 @@
 
 /**
  * Shark JTA Transaction Implementation
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class JtaTransaction implements SharkInternalTransaction, UserTransaction,
         ApplicationMappingTransaction, ParticipantMappingTransaction, RepositoryTransaction {

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -23,9 +23,6 @@
 
 /**
  * Shark JTA User Transaction Factory Implementation
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class JtaUserTransactionFactory implements UserTransactionFactory {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -34,9 +34,6 @@
 
 /**
  * Shark User/Group Manager
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.1
  */
 public class GenericUserGroupMgr implements UserGroupManager {
 

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?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- 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 Sun Oct  8 03:03:33 2006
@@ -30,11 +30,6 @@
 import org.enhydra.shark.api.RootException;
 import org.enhydra.shark.api.UserTransaction;
 
-/**
- *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @since      3.3
- */
 public class PartyUserGroupMgr implements UserGroupManager {
 
     public static final String module = PartyUserGroupMgr.class.getName();

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/includes/envsetup.bsh
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/includes/envsetup.bsh?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/includes/envsetup.bsh (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/WEB-INF/actions/includes/envsetup.bsh Sun Oct  8 03:03:33 2006
@@ -13,11 +13,6 @@
  * License for the specific language governing permissions and limitations
  * under the License.
  */
-/*
- *@author     Andy Zeneski ([hidden email])
- *@author     David E. Jones ([hidden email])
- *@since      3.1
- */
 
 import java.util.*;
 import org.ofbiz.entity.*;

Modified: incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/appbar.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/appbar.ftl?view=diff&rev=454116&r1=454115&r2=454116
==============================================================================
--- incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/appbar.ftl (original)
+++ incubator/ofbiz/trunk/framework/shark/webapp/shark/includes/appbar.ftl Sun Oct  8 03:03:33 2006
@@ -13,10 +13,6 @@
 License for the specific language governing permissions and limitations
 under the License.
 -->
-<#--
- *@author     Andy Zeneski ([hidden email])
- *@since      3.1
--->
 
 <#assign security = requestAttributes.security>
 <#assign externalKeyParam = "?externalLoginKey=" + requestAttributes.externalLoginKey?if_exists>