You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/09/09 14:21:58 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads TimeoutException.java InterruptTag.java MutexTag.java JellyThread.java RequirementException.java UseThreadTag.java ThreadsTagLibrary.java UseMutexTag.java RunnableStatus.java SleepTag.java SynchronizeTag.java NotifyTag.java WaitForTag.java JoinTag.java WaitTag.java GroupTag.java

dion        2004/09/09 05:21:58

  Modified:    jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads
                        TimeoutException.java InterruptTag.java
                        MutexTag.java JellyThread.java
                        RequirementException.java UseThreadTag.java
                        ThreadsTagLibrary.java UseMutexTag.java
                        RunnableStatus.java SleepTag.java
                        SynchronizeTag.java NotifyTag.java WaitForTag.java
                        JoinTag.java WaitTag.java GroupTag.java
  Log:
  Fix license file whitespace
  
  Revision  Changes    Path
  1.4       +3 -3      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/TimeoutException.java
  
  Index: TimeoutException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/TimeoutException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TimeoutException.java	25 Feb 2004 01:31:54 -0000	1.3
  +++ TimeoutException.java	9 Sep 2004 12:21:57 -0000	1.4
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  
  
  
  1.5       +4 -4      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/InterruptTag.java
  
  Index: InterruptTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/InterruptTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- InterruptTag.java	25 Feb 2004 01:31:54 -0000	1.4
  +++ InterruptTag.java	9 Sep 2004 12:21:57 -0000	1.5
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  @@ -22,7 +22,7 @@
   
   /**
    * Interrupts a thread or thread group.
  - * 
  + *
    * @author <a href="mailto:jason@jhorman.org">Jason Horman</a>
    */
   
  
  
  
  1.5       +4 -4      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/MutexTag.java
  
  Index: MutexTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/MutexTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MutexTag.java	25 Feb 2004 01:31:54 -0000	1.4
  +++ MutexTag.java	9 Sep 2004 12:21:57 -0000	1.5
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  @@ -22,7 +22,7 @@
   
   /**
    * Creates a mutex object and stores it in a variable
  - * 
  + *
    * @author <a href="mailto:jason@jhorman.org">Jason Horman</a>
    */
   
  
  
  
  1.4       +3 -3      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/JellyThread.java
  
  Index: JellyThread.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/JellyThread.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JellyThread.java	25 Feb 2004 01:31:54 -0000	1.3
  +++ JellyThread.java	9 Sep 2004 12:21:57 -0000	1.4
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  
  
  
  1.4       +3 -3      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/RequirementException.java
  
  Index: RequirementException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/RequirementException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RequirementException.java	25 Feb 2004 01:31:54 -0000	1.3
  +++ RequirementException.java	9 Sep 2004 12:21:57 -0000	1.4
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  
  
  
  1.5       +4 -4      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/UseThreadTag.java
  
  Index: UseThreadTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/UseThreadTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- UseThreadTag.java	25 Feb 2004 01:31:54 -0000	1.4
  +++ UseThreadTag.java	9 Sep 2004 12:21:57 -0000	1.5
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  @@ -52,7 +52,7 @@
                   // use the parent thread.
                   if (searchForParent) {
                       // first look for parent threads
  -                    ThreadTag tt = (ThreadTag) findAncestorWithClass(ThreadTag.class);        
  +                    ThreadTag tt = (ThreadTag) findAncestorWithClass(ThreadTag.class);
   
                       if (tt != null) {
                           useThread(tt.getThread(), output);
  
  
  
  1.4       +3 -3      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/ThreadsTagLibrary.java
  
  Index: ThreadsTagLibrary.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/ThreadsTagLibrary.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ThreadsTagLibrary.java	25 Feb 2004 01:31:54 -0000	1.3
  +++ ThreadsTagLibrary.java	9 Sep 2004 12:21:57 -0000	1.4
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  
  
  
  1.5       +3 -3      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/UseMutexTag.java
  
  Index: UseMutexTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/UseMutexTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- UseMutexTag.java	25 Feb 2004 01:31:54 -0000	1.4
  +++ UseMutexTag.java	9 Sep 2004 12:21:57 -0000	1.5
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  
  
  
  1.4       +3 -3      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/RunnableStatus.java
  
  Index: RunnableStatus.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/RunnableStatus.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RunnableStatus.java	25 Feb 2004 01:31:54 -0000	1.3
  +++ RunnableStatus.java	9 Sep 2004 12:21:57 -0000	1.4
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  
  
  
  1.5       +4 -4      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/SleepTag.java
  
  Index: SleepTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/SleepTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SleepTag.java	25 Feb 2004 01:31:54 -0000	1.4
  +++ SleepTag.java	9 Sep 2004 12:21:57 -0000	1.5
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  @@ -33,7 +33,7 @@
       public void doTag(XMLOutput output) throws JellyTagException {
           try {
               Thread.sleep(howLong);
  -        } 
  +        }
           catch (InterruptedException e) {
               throw new JellyTagException(e);
           }
  
  
  
  1.5       +3 -3      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/SynchronizeTag.java
  
  Index: SynchronizeTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/SynchronizeTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SynchronizeTag.java	25 Feb 2004 01:31:54 -0000	1.4
  +++ SynchronizeTag.java	9 Sep 2004 12:21:57 -0000	1.5
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  
  
  
  1.5       +3 -3      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/NotifyTag.java
  
  Index: NotifyTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/NotifyTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NotifyTag.java	25 Feb 2004 01:31:54 -0000	1.4
  +++ NotifyTag.java	9 Sep 2004 12:21:57 -0000	1.5
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  
  
  
  1.5       +3 -3      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/WaitForTag.java
  
  Index: WaitForTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/WaitForTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- WaitForTag.java	25 Feb 2004 01:31:54 -0000	1.4
  +++ WaitForTag.java	9 Sep 2004 12:21:57 -0000	1.5
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  
  
  
  1.5       +4 -4      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/JoinTag.java
  
  Index: JoinTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/JoinTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JoinTag.java	25 Feb 2004 01:31:54 -0000	1.4
  +++ JoinTag.java	9 Sep 2004 12:21:57 -0000	1.5
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  @@ -21,7 +21,7 @@
   
   /**
    * A thread join waits until a thread or threadGroup is complete.
  - * 
  + *
    * @author <a href="mailto:jason@jhorman.org">Jason Horman</a>
    */
   
  
  
  
  1.5       +4 -4      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/WaitTag.java
  
  Index: WaitTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/WaitTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- WaitTag.java	25 Feb 2004 01:31:54 -0000	1.4
  +++ WaitTag.java	9 Sep 2004 12:21:57 -0000	1.5
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  @@ -37,7 +37,7 @@
               } else {
                   mutex.wait();
               }
  -        } 
  +        }
           catch (InterruptedException e) {
               throw new JellyTagException(e);
           }
  
  
  
  1.5       +3 -3      jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/GroupTag.java
  
  Index: GroupTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/GroupTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- GroupTag.java	25 Feb 2004 01:31:54 -0000	1.4
  +++ GroupTag.java	9 Sep 2004 12:21:57 -0000	1.5
  @@ -1,12 +1,12 @@
   /*
    * Copyright 2002,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.
  
  
  

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