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:10:23 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme ExecutionTestCase.java

dion        2004/09/09 05:10:23

  Modified:    jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty
                        PutRequestTag.java ResponseCodeTag.java
                        AbstractMethodHandlerTag.java
                        JellyResourceHandlerTag.java
                        NotFoundHandlerTag.java ResourceHandlerTag.java
                        HttpContextTag.java RealmTag.java
                        SecurityHandlerTag.java DeleteRequestTag.java
                        SocketListenerTag.java ResponseHeaderTag.java
                        JettyHttpServerTag.java JettyTagLibrary.java
                        GetRequestTag.java JellyResourceHttpHandler.java
                        PostRequestTag.java ResponseBodyTag.java
               jelly/jelly-tags/interaction/src/java/org/apache/commons/jelly/tags/interaction
                        InteractionTagLibrary.java AskTag.java
               jelly/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme
                        ExecutionTestCase.java
  Log:
  Fix license file whitespace
  
  Revision  Changes    Path
  1.5       +3 -3      jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/PutRequestTag.java
  
  Index: PutRequestTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/PutRequestTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PutRequestTag.java	25 Feb 2004 01:31:50 -0000	1.4
  +++ PutRequestTag.java	9 Sep 2004 12:10:22 -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/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseCodeTag.java
  
  Index: ResponseCodeTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseCodeTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ResponseCodeTag.java	25 Feb 2004 01:31:50 -0000	1.4
  +++ ResponseCodeTag.java	9 Sep 2004 12:10:22 -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.7       +3 -3      jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/AbstractMethodHandlerTag.java
  
  Index: AbstractMethodHandlerTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/AbstractMethodHandlerTag.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AbstractMethodHandlerTag.java	25 Feb 2004 01:31:50 -0000	1.6
  +++ AbstractMethodHandlerTag.java	9 Sep 2004 12:10:22 -0000	1.7
  @@ -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.6       +3 -3      jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHandlerTag.java
  
  Index: JellyResourceHandlerTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHandlerTag.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- JellyResourceHandlerTag.java	25 Feb 2004 01:31:50 -0000	1.5
  +++ JellyResourceHandlerTag.java	9 Sep 2004 12:10:22 -0000	1.6
  @@ -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.8       +3 -3      jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/NotFoundHandlerTag.java
  
  Index: NotFoundHandlerTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/NotFoundHandlerTag.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- NotFoundHandlerTag.java	25 Feb 2004 01:31:50 -0000	1.7
  +++ NotFoundHandlerTag.java	9 Sep 2004 12:10:22 -0000	1.8
  @@ -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.6       +3 -3      jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResourceHandlerTag.java
  
  Index: ResourceHandlerTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResourceHandlerTag.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ResourceHandlerTag.java	25 Feb 2004 01:31:50 -0000	1.5
  +++ ResourceHandlerTag.java	9 Sep 2004 12:10:22 -0000	1.6
  @@ -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.6       +5 -5      jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/HttpContextTag.java
  
  Index: HttpContextTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/HttpContextTag.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- HttpContextTag.java	25 Feb 2004 01:31:50 -0000	1.5
  +++ HttpContextTag.java	9 Sep 2004 12:10:22 -0000	1.6
  @@ -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.
  @@ -81,14 +81,14 @@
           try {
               URL baseResourceURL = getContext().getResource(getResourceBase());
               _context.setBaseResource(Resource.newResource(baseResourceURL));
  -        } 
  +        }
           catch (MalformedURLException e) {
               throw new JellyTagException(e);
           }
           catch (IOException e) {
               throw new JellyTagException(e);
           }
  -        
  +
           if (null != getRealmName()) {
               _context.setRealmName(getRealmName());
           }
  
  
  
  1.6       +4 -4      jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/RealmTag.java
  
  Index: RealmTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/RealmTag.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RealmTag.java	25 Feb 2004 01:31:50 -0000	1.5
  +++ RealmTag.java	9 Sep 2004 12:10:22 -0000	1.6
  @@ -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.
  @@ -69,7 +69,7 @@
           } catch (IOException e) {
               throw new JellyTagException(e);
           }
  -        
  +
           invokeBody(xmlOutput);
       }
   
  
  
  
  1.7       +5 -5      jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/SecurityHandlerTag.java
  
  Index: SecurityHandlerTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/SecurityHandlerTag.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SecurityHandlerTag.java	25 Feb 2004 01:31:50 -0000	1.6
  +++ SecurityHandlerTag.java	9 Sep 2004 12:10:22 -0000	1.7
  @@ -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.
  @@ -116,10 +116,10 @@
           XmlParser.Node node = null;
           try {
               node = xmlParser.parse(inputSource);
  -        } 
  +        }
           catch (IOException e) {
               throw new JellyTagException(e);
  -        } 
  +        }
           catch (SAXException e) {
               throw new JellyTagException(e);
           }
  
  
  
  1.6       +3 -3      jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/DeleteRequestTag.java
  
  Index: DeleteRequestTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/DeleteRequestTag.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DeleteRequestTag.java	25 Feb 2004 01:31:50 -0000	1.5
  +++ DeleteRequestTag.java	9 Sep 2004 12:10:22 -0000	1.6
  @@ -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.6       +6 -6      jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/SocketListenerTag.java
  
  Index: SocketListenerTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/SocketListenerTag.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SocketListenerTag.java	25 Feb 2004 01:31:50 -0000	1.5
  +++ SocketListenerTag.java	9 Sep 2004 12:10:22 -0000	1.6
  @@ -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.
  @@ -56,15 +56,15 @@
           if ( httpserver == null ) {
               throw new JellyTagException( "<socketListener> tag must be enclosed inside a <server> tag" );
           }
  -        
  +
           try {
               httpserver.addListener(
                   new SocketListener(new InetAddrPort(getHost(), getPort())));
  -        } 
  +        }
           catch (IOException e) {
               throw new JellyTagException(e);
           }
  -        
  +
           invokeBody(xmlOutput);
       }
   
  
  
  
  1.6       +3 -3      jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseHeaderTag.java
  
  Index: ResponseHeaderTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseHeaderTag.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ResponseHeaderTag.java	25 Feb 2004 01:31:50 -0000	1.5
  +++ ResponseHeaderTag.java	9 Sep 2004 12:10:22 -0000	1.6
  @@ -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.8       +3 -3      jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JettyHttpServerTag.java
  
  Index: JettyHttpServerTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JettyHttpServerTag.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- JettyHttpServerTag.java	25 Feb 2004 01:31:50 -0000	1.7
  +++ JettyHttpServerTag.java	9 Sep 2004 12:10:22 -0000	1.8
  @@ -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.6       +3 -3      jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JettyTagLibrary.java
  
  Index: JettyTagLibrary.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JettyTagLibrary.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- JettyTagLibrary.java	25 Feb 2004 01:31:50 -0000	1.5
  +++ JettyTagLibrary.java	9 Sep 2004 12:10:22 -0000	1.6
  @@ -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/jetty/src/java/org/apache/commons/jelly/tags/jetty/GetRequestTag.java
  
  Index: GetRequestTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/GetRequestTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- GetRequestTag.java	25 Feb 2004 01:31:50 -0000	1.4
  +++ GetRequestTag.java	9 Sep 2004 12:10:22 -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.6       +3 -3      jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHttpHandler.java
  
  Index: JellyResourceHttpHandler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHttpHandler.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- JellyResourceHttpHandler.java	25 Feb 2004 01:31:50 -0000	1.5
  +++ JellyResourceHttpHandler.java	9 Sep 2004 12:10:22 -0000	1.6
  @@ -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/jetty/src/java/org/apache/commons/jelly/tags/jetty/PostRequestTag.java
  
  Index: PostRequestTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/PostRequestTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PostRequestTag.java	25 Feb 2004 01:31:50 -0000	1.4
  +++ PostRequestTag.java	9 Sep 2004 12:10:22 -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.7       +4 -4      jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseBodyTag.java
  
  Index: ResponseBodyTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseBodyTag.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ResponseBodyTag.java	25 Feb 2004 01:31:50 -0000	1.6
  +++ ResponseBodyTag.java	9 Sep 2004 12:10:22 -0000	1.7
  @@ -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.
  @@ -53,7 +53,7 @@
                writer.flush();
                httpResponse.setContentLength(writer.size());
                writer.writeTo(httpResponse.getOutputStream());
  -        } 
  +        }
           catch (IOException e) {
               throw new JellyTagException(e);
           }
  
  
  
  1.4       +4 -4      jakarta-commons/jelly/jelly-tags/interaction/src/java/org/apache/commons/jelly/tags/interaction/InteractionTagLibrary.java
  
  Index: InteractionTagLibrary.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/interaction/src/java/org/apache/commons/jelly/tags/interaction/InteractionTagLibrary.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- InteractionTagLibrary.java	25 Feb 2004 01:32:00 -0000	1.3
  +++ InteractionTagLibrary.java	9 Sep 2004 12:10:22 -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.
  @@ -29,5 +29,5 @@
       public InteractionTagLibrary() {
           registerTag("ask", AskTag.class);
       }
  -    
  +
   }
  
  
  
  1.4       +6 -6      jakarta-commons/jelly/jelly-tags/interaction/src/java/org/apache/commons/jelly/tags/interaction/AskTag.java
  
  Index: AskTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/interaction/src/java/org/apache/commons/jelly/tags/interaction/AskTag.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AskTag.java	25 Feb 2004 01:32:00 -0000	1.3
  +++ AskTag.java	9 Sep 2004 12:10:22 -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.
  @@ -33,7 +33,7 @@
       /** The question to ask to the user */
       private String question;
   
  -    /** 
  +    /**
        * The variable in which we will stock the user's input.
        * This defaults to "interact.answer".
        */
  @@ -92,7 +92,7 @@
        * Perform functionality provided by the tag
        * @param output the place to write output
        */
  -    public void doTag(XMLOutput output) 
  +    public void doTag(XMLOutput output)
       {
           if (question != null)
           {
  @@ -104,7 +104,7 @@
               {
                   System.out.println(question);
               }
  -            // The prompt should be just before the user's input, 
  +            // The prompt should be just before the user's input,
               // but it doesn't work ...
               //System.out.print(prompt + " ");
           }
  
  
  
  1.2       +9 -9      jakarta-commons/jelly/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/ExecutionTestCase.java
  
  Index: ExecutionTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/ExecutionTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ExecutionTestCase.java	25 Mar 2004 22:14:23 -0000	1.1
  +++ ExecutionTestCase.java	9 Sep 2004 12:10:23 -0000	1.2
  @@ -1,12 +1,12 @@
   /**
   * 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.
  @@ -18,17 +18,17 @@
   import org.apache.commons.jelly.tags.junit.JellyTestSuite;
   import junit.framework.TestSuite;
   
  -/** 
  - * 
  +/**
  + *
    *
    * @author <a href="mailto:commons-dev at jakarta.apache.org">Jakarta Commons Development Team</a>
    * @version $Revision$
    */
   public class ExecutionTestCase extends JellyTestSuite {
  -        
  -    
  +
  +
       public static TestSuite suite() throws Exception {
  -        return createTestSuite(ExecutionTestCase.class, "suite.jelly");        
  +        return createTestSuite(ExecutionTestCase.class, "suite.jelly");
       }
   }
   
  
  
  

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