You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by jf...@apache.org on 2004/06/19 21:27:54 UTC

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/descriptor PortletRule.java PortletApplicationRule.java PortletApplicationRuleSet.java PortletPreferenceRule.java PortletPreferenceRuleSet.java

jford       2004/06/19 12:27:54

  Modified:    portal/src/java/org/apache/jetspeed/util/descriptor
                        PortletRule.java PortletApplicationRule.java
                        PortletApplicationRuleSet.java
                        PortletPreferenceRule.java
                        PortletPreferenceRuleSet.java
  Log:
  Added Apache License 2.0
  
  Revision  Changes    Path
  1.2       +14 -8     jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/descriptor/PortletRule.java
  
  Index: PortletRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/descriptor/PortletRule.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PortletRule.java	18 Jun 2004 20:48:23 -0000	1.1
  +++ PortletRule.java	19 Jun 2004 19:27:54 -0000	1.2
  @@ -1,8 +1,17 @@
   /*
  - * Created on Jun 18, 2004
  - *
  - * TODO To change the template for this generated file go to
  - * Window - Preferences - Java - Code Generation - Code and Comments
  + * Copyright 2004 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.
    */
   package org.apache.jetspeed.util.descriptor;
   
  @@ -12,10 +21,7 @@
   import org.xml.sax.Attributes;
   
   /**
  - * @author scott
  - *
  - * TODO To change the template for this generated type comment go to
  - * Window - Preferences - Java - Code Generation - Code and Comments
  + * @author <a href="mailto:weaver@apache.org">Scott T. Weaver</a>
    */
   public class PortletRule extends Rule
   {
  
  
  
  1.2       +14 -8     jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/descriptor/PortletApplicationRule.java
  
  Index: PortletApplicationRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/descriptor/PortletApplicationRule.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PortletApplicationRule.java	18 Jun 2004 20:48:23 -0000	1.1
  +++ PortletApplicationRule.java	19 Jun 2004 19:27:54 -0000	1.2
  @@ -1,8 +1,17 @@
   /*
  - * Created on Jun 17, 2004
  - *
  - * TODO To change the template for this generated file go to
  - * Window - Preferences - Java - Code Generation - Code and Comments
  + * Copyright 2004 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.
    */
   package org.apache.jetspeed.util.descriptor;
   
  @@ -11,10 +20,7 @@
   import org.xml.sax.Attributes;
   
   /**
  - * @author scott
  - *
  - * TODO To change the template for this generated type comment go to
  - * Window - Preferences - Java - Code Generation - Code and Comments
  + * @author <a href="mailto:weaver@apache.org">Scott T. Weaver</a>
    */
   public class PortletApplicationRule extends Rule
   {
  
  
  
  1.2       +14 -8     jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/descriptor/PortletApplicationRuleSet.java
  
  Index: PortletApplicationRuleSet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/descriptor/PortletApplicationRuleSet.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PortletApplicationRuleSet.java	18 Jun 2004 20:48:23 -0000	1.1
  +++ PortletApplicationRuleSet.java	19 Jun 2004 19:27:54 -0000	1.2
  @@ -1,8 +1,17 @@
   /*
  - * Created on Jun 18, 2004
  - *
  - * TODO To change the template for this generated file go to
  - * Window - Preferences - Java - Code Generation - Code and Comments
  + * Copyright 2004 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.
    */
   package org.apache.jetspeed.util.descriptor;
   
  @@ -10,10 +19,7 @@
   import org.apache.commons.digester.RuleSetBase;
   
   /**
  - * @author scott
  - *
  - * TODO To change the template for this generated type comment go to
  - * Window - Preferences - Java - Code Generation - Code and Comments
  + * @author <a href="mailto:weaver@apache.org">Scott T. Weaver</a>
    */
   public class PortletApplicationRuleSet extends RuleSetBase
   {
  
  
  
  1.2       +14 -8     jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/descriptor/PortletPreferenceRule.java
  
  Index: PortletPreferenceRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/descriptor/PortletPreferenceRule.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PortletPreferenceRule.java	18 Jun 2004 20:48:23 -0000	1.1
  +++ PortletPreferenceRule.java	19 Jun 2004 19:27:54 -0000	1.2
  @@ -1,8 +1,17 @@
   /*
  - * Created on Jun 17, 2004
  - *
  - * TODO To change the template for this generated file go to
  - * Window - Preferences - Java - Code Generation - Code and Comments
  + * Copyright 2004 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.
    */
   package org.apache.jetspeed.util.descriptor;
   
  @@ -16,10 +25,7 @@
   import org.xml.sax.Attributes;
   
   /**
  - * @author scott
  - *
  - * TODO To change the template for this generated type comment go to
  - * Window - Preferences - Java - Code Generation - Code and Comments
  + * @author <a href="mailto:weaver@apache.org">Scott T. Weaver</a>
    */
   public class PortletPreferenceRule extends Rule
   {
  
  
  
  1.2       +14 -8     jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/descriptor/PortletPreferenceRuleSet.java
  
  Index: PortletPreferenceRuleSet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/descriptor/PortletPreferenceRuleSet.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PortletPreferenceRuleSet.java	18 Jun 2004 20:48:23 -0000	1.1
  +++ PortletPreferenceRuleSet.java	19 Jun 2004 19:27:54 -0000	1.2
  @@ -1,8 +1,17 @@
   /*
  - * Created on Jun 17, 2004
  - *
  - * TODO To change the template for this generated file go to
  - * Window - Preferences - Java - Code Generation - Code and Comments
  + * Copyright 2004 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.
    */
   package org.apache.jetspeed.util.descriptor;
   
  @@ -10,10 +19,7 @@
   import org.apache.commons.digester.RuleSetBase;
   
   /**
  - * @author scott
  - *
  - * TODO To change the template for this generated type comment go to
  - * Window - Preferences - Java - Code Generation - Code and Comments
  + * @author <a href="mailto:weaver@apache.org">Scott T. Weaver</a>
    */
   public class PortletPreferenceRuleSet extends RuleSetBase
   {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org