dion        2004/02/25 15:50:08

  Modified:    jelly/jelly-tags/http/src/test/org/apache/commons/jelly/google
                        defineTags.jelly search.jelly
               jelly/jelly-tags/http project.properties maven.xml build.xml
                        project.xml gump.xml
               jelly/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http
                        package.html
               jelly/jelly-tags/http/src/test/org/apache/commons/jelly/http
                        http.jelly
  Log:
  ASL v2
  
  Revision  Changes    Path
  1.2       +15 -5     
jakarta-commons/jelly/jelly-tags/http/src/test/org/apache/commons/jelly/google/defineTags.jelly
  
  Index: defineTags.jelly
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/jelly-tags/http/src/test/org/apache/commons/jelly/google/defineTags.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- defineTags.jelly  16 Jan 2003 22:56:08 -0000      1.1
  +++ defineTags.jelly  25 Feb 2004 23:50:08 -0000      1.2
  @@ -1,9 +1,19 @@
   <?xml version="1.0"?>

  -

  -<!-- 

  - ! FIXME: move to define/http taglib

  - !-->

  -<!-- defines a new taglib of babelfish soap services -->

  +<!--

  +  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.

  +  See the License for the specific language governing permissions and

  +  limitations under the License.

  +-->

   

   <j:jelly xmlns:j="jelly:core" xmlns:define="jelly:define" xmlns:http="jelly:http">

     <define:taglib uri="jelly:babelfish">  

  
  
  
  1.2       +15 -3     
jakarta-commons/jelly/jelly-tags/http/src/test/org/apache/commons/jelly/google/search.jelly
  
  Index: search.jelly
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/jelly-tags/http/src/test/org/apache/commons/jelly/google/search.jelly,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- search.jelly      16 Jan 2003 22:56:08 -0000      1.1
  +++ search.jelly      25 Feb 2004 23:50:08 -0000      1.2
  @@ -1,7 +1,19 @@
   <?xml version='1.0' encoding='UTF-8'?>

  -<!-- 

  - ! FIXME: Move to define/http tag lib

  - !-->

  +<!--

  +  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.

  +  See the License for the specific language governing permissions and

  +  limitations under the License.

  +-->

   <j:jelly xmlns:j="jelly:core" xmlns:http="jelly:http">

   

   <http:post uri="http://api.google.com/search/beta2";>

  
  
  
  1.4       +16 -0     jakarta-commons/jelly/jelly-tags/http/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/http/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties        10 Feb 2003 06:30:24 -0000      1.3
  +++ project.properties        25 Feb 2004 23:50:08 -0000      1.4
  @@ -1,3 +1,19 @@
  +#
  +# 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.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +#
  +
   # -------------------------------------------------------------------
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
  
  
  
  1.3       +15 -0     jakarta-commons/jelly/jelly-tags/http/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/http/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml 5 Jan 2003 07:42:54 -0000       1.2
  +++ maven.xml 25 Feb 2004 23:50:08 -0000      1.3
  @@ -1,3 +1,18 @@
  +<!--
  +  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.
  +  See the License for the specific language governing permissions and
  +  limitations under the License.
  +-->
   <project default="java:jar">
   
   </project>
  
  
  
  1.4       +15 -0     jakarta-commons/jelly/jelly-tags/http/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/http/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 23 Jan 2003 01:39:58 -0000      1.3
  +++ build.xml 25 Feb 2004 23:50:08 -0000      1.4
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +  See the License for the specific language governing permissions and
  +  limitations under the License.
  +-->
   
   <project default="jar" name="commons-jelly-tags-http" basedir=".">
     <property name="defaulttargetdir" value="target">
  
  
  
  1.11      +15 -0     jakarta-commons/jelly/jelly-tags/http/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/http/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml       25 Dec 2003 21:58:38 -0000      1.10
  +++ project.xml       25 Feb 2004 23:50:08 -0000      1.11
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +  See the License for the specific language governing permissions and
  +  limitations under the License.
  +-->
   <project>
     <extend>${basedir}/../tag-project.xml</extend>
     <id>commons-jelly-tags-http</id>
  
  
  
  1.2       +15 -0     jakarta-commons/jelly/jelly-tags/http/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/http/gump.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- gump.xml  3 Jan 2003 21:55:57 -0000       1.1
  +++ gump.xml  25 Feb 2004 23:50:08 -0000      1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +  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.
  +  See the License for the specific language governing permissions and
  +  limitations under the License.
  +-->
   
   <module name="commons-jelly-tags-http">
   
  
  
  
  1.2       +15 -0     
jakarta-commons/jelly/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html      24 Jun 2002 11:17:09 -0000      1.1
  +++ package.html      25 Feb 2004 23:50:08 -0000      1.2
  @@ -1,3 +1,18 @@
  +<!--
  +  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.
  +  See the License for the specific language governing permissions and
  +  limitations under the License.
  +-->
   <html>
   <head>
   </head>
  
  
  
  1.3       +16 -2     
jakarta-commons/jelly/jelly-tags/http/src/test/org/apache/commons/jelly/http/http.jelly
  
  Index: http.jelly
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/jelly-tags/http/src/test/org/apache/commons/jelly/http/http.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- http.jelly        30 Oct 2002 11:54:11 -0000      1.2
  +++ http.jelly        25 Feb 2004 23:50:08 -0000      1.3
  @@ -1,10 +1,24 @@
   <?xml version="1.0"?>

  +<!--

  +  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.

  +  See the License for the specific language governing permissions and

  +  limitations under the License.

  +-->

   <j:jelly

       xmlns:j="jelly:core"

       xmlns="jelly:http"

       trim="false">

  -    <!-- a session holds shared http state info 

  -    <session> -->

  +    <!-- a session holds shared http state info -->

       <session>

   Tests for Get tag

   -----------------

  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to