Author: jacopoc
Date: Sun Oct 8 03:44:53 2006 New Revision: 454125 URL: http://svn.apache.org/viewvc?view=rev&rev=454125 Log: Removed author information from all the files of the "entityext", "example" components: 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/entityext/entitydef/entitymodel.xml incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/EntityServiceFactory.java incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/cache/EntityCacheServices.java incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataLoadContainer.java incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataServices.java incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/DelegatorEcaHandler.java incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaAction.java incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaCondition.java incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaException.java incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaRule.java incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaUtil.java incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/permission/EntityPermissionChecker.java incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/synchronization/EntitySyncContext.java incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/synchronization/EntitySyncServices.java incubator/ofbiz/trunk/framework/example/script/org/ofbiz/example/example/ExampleServices.xml incubator/ofbiz/trunk/framework/example/script/org/ofbiz/example/feature/ExampleFeatureServices.xml incubator/ofbiz/trunk/framework/example/webapp/example/includes/appheader.ftl Modified: incubator/ofbiz/trunk/framework/entityext/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/entitydef/entitymodel.xml?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/entityext/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/framework/entityext/entitydef/entitymodel.xml Sun Oct 8 03:44:53 2006 @@ -14,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"> Modified: incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/EntityServiceFactory.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/EntityServiceFactory.java?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/EntityServiceFactory.java (original) +++ incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/EntityServiceFactory.java Sun Oct 8 03:44:53 2006 @@ -26,9 +26,6 @@ /** * EntityEcaUtil - * - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @since 2.1 */ public class EntityServiceFactory { Modified: incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/cache/EntityCacheServices.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/cache/EntityCacheServices.java?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/cache/EntityCacheServices.java (original) +++ incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/cache/EntityCacheServices.java Sun Oct 8 03:44:53 2006 @@ -36,9 +36,6 @@ /** * Entity Engine Cache Services - * - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @since 2.0 */ public class EntityCacheServices implements DistributedCacheClear { Modified: incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataLoadContainer.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataLoadContainer.java?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataLoadContainer.java (original) +++ incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataLoadContainer.java Sun Oct 8 03:44:53 2006 @@ -40,10 +40,6 @@ /** * Some utility routines for loading seed data. - * - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @since 3.1 */ public class EntityDataLoadContainer implements Container { Modified: incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataServices.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataServices.java?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataServices.java (original) +++ incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataServices.java Sun Oct 8 03:44:53 2006 @@ -41,8 +41,6 @@ /** * Entity Data Import/Export Services * - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @since 2.1 */ public class EntityDataServices { Modified: incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/DelegatorEcaHandler.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/DelegatorEcaHandler.java?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/DelegatorEcaHandler.java (original) +++ incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/DelegatorEcaHandler.java Sun Oct 8 03:44:53 2006 @@ -33,10 +33,6 @@ /** * EntityEcaUtil - * - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @since 2.1 */ public class DelegatorEcaHandler implements EntityEcaHandler { Modified: incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaAction.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaAction.java?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaAction.java (original) +++ incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaAction.java Sun Oct 8 03:44:53 2006 @@ -35,10 +35,6 @@ /** * EntityEcaAction - * - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @since 2.1 */ public class EntityEcaAction implements java.io.Serializable { public static final String module = EntityEcaAction.class.getName(); Modified: incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaCondition.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaCondition.java?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaCondition.java (original) +++ incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaCondition.java Sun Oct 8 03:44:53 2006 @@ -30,10 +30,6 @@ /** * EntityEcaCondition - * - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @since 2.1 */ public class EntityEcaCondition implements java.io.Serializable { Modified: incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaException.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaException.java?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaException.java (original) +++ incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaException.java Sun Oct 8 03:44:53 2006 @@ -21,9 +21,6 @@ /** * EntityEcaException - * - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @since 2.1 */ public class EntityEcaException extends GenericEntityException { Modified: incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaRule.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaRule.java?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaRule.java (original) +++ incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaRule.java Sun Oct 8 03:44:53 2006 @@ -31,10 +31,6 @@ /** * EntityEcaRule - * - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @since 2.1 */ public class EntityEcaRule implements java.io.Serializable { Modified: incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaUtil.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaUtil.java?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaUtil.java (original) +++ incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaUtil.java Sun Oct 8 03:44:53 2006 @@ -39,10 +39,6 @@ /** * EntityEcaUtil - * - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @since 2.1 */ public class EntityEcaUtil { Modified: incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/permission/EntityPermissionChecker.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/permission/EntityPermissionChecker.java?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/permission/EntityPermissionChecker.java (original) +++ incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/permission/EntityPermissionChecker.java Sun Oct 8 03:44:53 2006 @@ -54,9 +54,6 @@ /** * EntityPermissionChecker Class * Services for granting operation permissions on Content entities in a data-driven manner. - * - * @author <a href="mailto:[hidden email]">Al Byers</a> - * @since 3.1 */ public class EntityPermissionChecker { Modified: incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/synchronization/EntitySyncContext.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/synchronization/EntitySyncContext.java?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/synchronization/EntitySyncContext.java (original) +++ incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/synchronization/EntitySyncContext.java Sun Oct 8 03:44:53 2006 @@ -59,10 +59,6 @@ /** * Entity Engine Sync Services - * - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @since 3.0 */ public class EntitySyncContext { Modified: incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/synchronization/EntitySyncServices.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/synchronization/EntitySyncServices.java?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/synchronization/EntitySyncServices.java (original) +++ incubator/ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/synchronization/EntitySyncServices.java Sun Oct 8 03:44:53 2006 @@ -60,10 +60,6 @@ /** * Entity Engine Sync Services - * - * @author <a href="mailto:[hidden email]">David E. Jones</a> - * @author <a href="mailto:[hidden email]">Andy Zeneski</a> - * @since 3.0 */ public class EntitySyncServices { Modified: incubator/ofbiz/trunk/framework/example/script/org/ofbiz/example/example/ExampleServices.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/example/script/org/ofbiz/example/example/ExampleServices.xml?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/example/script/org/ofbiz/example/example/ExampleServices.xml (original) +++ incubator/ofbiz/trunk/framework/example/script/org/ofbiz/example/example/ExampleServices.xml Sun Oct 8 03:44:53 2006 @@ -14,9 +14,6 @@ License for the specific language governing permissions and limitations under the License. --> -<!-- - * @author David E. Jones ([hidden email]) ---> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd"> Modified: incubator/ofbiz/trunk/framework/example/script/org/ofbiz/example/feature/ExampleFeatureServices.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/example/script/org/ofbiz/example/feature/ExampleFeatureServices.xml?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/example/script/org/ofbiz/example/feature/ExampleFeatureServices.xml (original) +++ incubator/ofbiz/trunk/framework/example/script/org/ofbiz/example/feature/ExampleFeatureServices.xml Sun Oct 8 03:44:53 2006 @@ -14,9 +14,6 @@ License for the specific language governing permissions and limitations under the License. --> -<!-- - * @author David E. Jones ([hidden email]) ---> <simple-methods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/simple-methods.xsd"> Modified: incubator/ofbiz/trunk/framework/example/webapp/example/includes/appheader.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/example/webapp/example/includes/appheader.ftl?view=diff&rev=454125&r1=454124&r2=454125 ============================================================================== --- incubator/ofbiz/trunk/framework/example/webapp/example/includes/appheader.ftl (original) +++ incubator/ofbiz/trunk/framework/example/webapp/example/includes/appheader.ftl Sun Oct 8 03:44:53 2006 @@ -13,10 +13,7 @@ License for the specific language governing permissions and limitations under the License. --> -<#-- - *@author David E. Jones ([hidden email]) - *@since 3.5 ---> + <#assign unselectedLeftClassName = "headerButtonLeft"> <#assign unselectedRightClassName = "headerButtonRight"> <#assign selectedLeftClassMap = {headerItem?default("void") : "headerButtonLeftSelected"}> |
Free forum by Nabble | Edit this page |