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/12 00:14:34 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/http project.xml

dion        2004/09/11 15:14:34

  Modified:    jelly/jelly-tags/http project.xml
  Log:
  format
  
  Revision  Changes    Path
  1.16      +12 -11    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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	10 Sep 2004 23:57:52 -0000	1.15
  +++ project.xml	11 Sep 2004 22:14:34 -0000	1.16
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!--
     Copyright 2002,2004 The Apache Software Foundation.
     
  @@ -14,38 +15,38 @@
     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>
  +  <currentVersion>1.0</currentVersion>
     <name>commons-jelly-tags-http</name>
  -
     <package>org.apache.commons.jelly.tags.http</package>
  -
  -  <description>
  -      These are simple Jelly tags that can perform HTTP requests.
  -  </description>
  +  <description>These are simple Jelly tags that can perform HTTP requests.</description>
     <shortDescription>Commons Jelly HTTP Tag Library</shortDescription>
  -  
  +  <versions>
  +    <version>
  +      <id>1.0</id>
  +      <name>1.0</name>
  +      <tag>COMMONS-JELLY-HTTP-1_0</tag>
  +    </version>
  +  </versions>
     <dependencies>
  -
       <dependency>
         <id>commons-jelly</id>
         <version>1.0-beta-4</version>
       </dependency>
  -
       <dependency>
         <id>commons-httpclient</id>
         <version>2.0</version>
       </dependency>
  -
       <!--  testing -->
  +
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-define</artifactId>
         <version>1.0</version>
         <url>http://jakarta.apache.org/commons/jelly/tags/define/</url>
       </dependency>
  -
     </dependencies>
  -  
   </project>
  
  
  

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