You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2004/10/01 02:37:00 UTC

cvs commit: jakarta-jmeter/src/examples/org/apache/jmeter/examples/testbeans/example1 Example1.java

sebb        2004/09/30 17:37:00

  Modified:    src/examples/org/apache/jmeter/examples/testbeans/example2
                        Tag: rel-2_0 Example2BeanInfo.java Example2.java
               src/core/org/apache/jmeter/engine Tag: rel-2_0
                        TurnElementsOn.java
               src/examples/org/apache/jmeter/examples/testbeans/example1
                        Tag: rel-2_0 Example1.java
  Log:
  Add ASL V2
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.1   +16 -10    jakarta-jmeter/src/examples/org/apache/jmeter/examples/testbeans/example2/Example2BeanInfo.java
  
  Index: Example2BeanInfo.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/examples/org/apache/jmeter/examples/testbeans/example2/Example2BeanInfo.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- Example2BeanInfo.java	25 Feb 2004 22:34:20 -0000	1.1
  +++ Example2BeanInfo.java	1 Oct 2004 00:37:00 -0000	1.1.2.1
  @@ -1,19 +1,25 @@
  +//$Header$
   /*
  - * Created on 25/02/2004
  + * Copyright 2001-2004 The Apache Software Foundation.
    *
  - * To change the template for this generated file go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  - */
  + * 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.jmeter.examples.testbeans.example2;
   
   import org.apache.jmeter.testbeans.BeanInfoSupport;
   
  -/**
  - * @author jordi
  - *
  - * To change the template for this generated type comment go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  - */
   public class Example2BeanInfo extends BeanInfoSupport {
   	public Example2BeanInfo()
   	{
  
  
  
  1.1.2.1   +16 -4     jakarta-jmeter/src/examples/org/apache/jmeter/examples/testbeans/example2/Example2.java
  
  Index: Example2.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/examples/org/apache/jmeter/examples/testbeans/example2/Example2.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- Example2.java	25 Feb 2004 22:34:20 -0000	1.1
  +++ Example2.java	1 Oct 2004 00:37:00 -0000	1.1.2.1
  @@ -1,9 +1,21 @@
  +//$Header$
   /*
  - * Created on 24/02/2004
  + * Copyright 2001-2004 The Apache Software Foundation.
    *
  - * To change the template for this generated file go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  - */
  + * 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.jmeter.examples.testbeans.example2;
   
   import org.apache.jmeter.samplers.Entry;
  
  
  
  No                   revision
  No                   revision
  1.1.2.2   +16 -10    jakarta-jmeter/src/core/org/apache/jmeter/engine/TurnElementsOn.java
  
  Index: TurnElementsOn.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/engine/TurnElementsOn.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- TurnElementsOn.java	20 May 2004 15:23:11 -0000	1.1.2.1
  +++ TurnElementsOn.java	1 Oct 2004 00:37:00 -0000	1.1.2.2
  @@ -1,9 +1,21 @@
  +//$Header$
   /*
  - * Created on May 20, 2004
  + * Copyright 2001-2004 The Apache Software Foundation.
    *
  - * To change the template for this generated file go to
  - * Window - Preferences - Java - Code Generation - Code and Comments
  - */
  + * 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.jmeter.engine;
   
   import org.apache.jmeter.testelement.TestElement;
  @@ -11,12 +23,6 @@
   import org.apache.jorphan.collections.HashTree;
   import org.apache.jorphan.collections.HashTreeTraverser;
   
  -/**
  - * @author mstover
  - *
  - * To change the template for this generated type comment go to
  - * Window - Preferences - Java - Code Generation - Code and Comments
  - */
   public class TurnElementsOn implements HashTreeTraverser
   {
   
  
  
  
  No                   revision
  No                   revision
  1.1.2.1   +16 -4     jakarta-jmeter/src/examples/org/apache/jmeter/examples/testbeans/example1/Example1.java
  
  Index: Example1.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/examples/org/apache/jmeter/examples/testbeans/example1/Example1.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- Example1.java	25 Feb 2004 22:34:20 -0000	1.1
  +++ Example1.java	1 Oct 2004 00:37:00 -0000	1.1.2.1
  @@ -1,9 +1,21 @@
  +//$Header$
   /*
  - * Created on 24/02/2004
  + * Copyright 2001-2004 The Apache Software Foundation.
    *
  - * To change the template for this generated file go to
  - * Window>Preferences>Java>Code Generation>Code and Comments
  - */
  + * 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.jmeter.examples.testbeans.example1;
   
   import org.apache.jmeter.samplers.Entry;
  
  
  

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