Author: jacopoc Date: Sun Oct 8 00:23:40 2006 New Revision: 454095 URL: http://svn.apache.org/viewvc?view=rev&rev=454095 Log: Removed author information from all the files of the "ecommerce" 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/applications/ecommerce/src/org/ofbiz/ecommerce/misc/ThirdPartyEvents.java incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/forum/pubinit.bsh incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/forum/responseprep.bsh Modified: incubator/ofbiz/trunk/applications/ecommerce/src/org/ofbiz/ecommerce/misc/ThirdPartyEvents.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/src/org/ofbiz/ecommerce/misc/ThirdPartyEvents.java?view=diff&rev=454095&r1=454094&r2=454095 ============================================================================== --- incubator/ofbiz/trunk/applications/ecommerce/src/org/ofbiz/ecommerce/misc/ThirdPartyEvents.java (original) +++ incubator/ofbiz/trunk/applications/ecommerce/src/org/ofbiz/ecommerce/misc/ThirdPartyEvents.java Sun Oct 8 00:23:40 2006 @@ -36,13 +36,6 @@ import org.ofbiz.entity.util.EntityUtil; -/** - * Third Party Events (Affiliate/Distributor) - * - * @author <a href="mailto:[EMAIL PROTECTED]">Andy Zeneski</a> - * @version $Rev$ - * @since 2.0 - */ public class ThirdPartyEvents { public static final String module = ThirdPartyEvents.class.getName(); Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/forum/pubinit.bsh URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/forum/pubinit.bsh?view=diff&rev=454095&r1=454094&r2=454095 ============================================================================== --- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/forum/pubinit.bsh (original) +++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/forum/pubinit.bsh Sun Oct 8 00:23:40 2006 @@ -43,13 +43,6 @@ import javax.servlet.*; import javax.servlet.http.*; -/** - * - * @author <a href="mailto:[EMAIL PROTECTED]">Al Byers</a> - * @version $Rev$ - * @since 3.0 - - */ delegator = request.getAttribute("delegator"); session = request.getSession(); Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/forum/responseprep.bsh URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/forum/responseprep.bsh?view=diff&rev=454095&r1=454094&r2=454095 ============================================================================== --- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/forum/responseprep.bsh (original) +++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/forum/responseprep.bsh Sun Oct 8 00:23:40 2006 @@ -38,13 +38,6 @@ import javax.servlet.*; import javax.servlet.http.*; -/** - * - * @author <a href="mailto:[EMAIL PROTECTED]">Al Byers</a> - * @version $Rev$ - * @since 3.0 - - */ delegator = (GenericDelegator) request.getAttribute("delegator");