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:21:15 UTC

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

dion        2004/09/11 15:21:15

  Modified:    jelly/jelly-tags/interaction project.xml
  Log:
  format
  
  Revision  Changes    Path
  1.10      +12 -16    jakarta-commons/jelly/jelly-tags/interaction/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/interaction/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	10 Sep 2004 06:42:42 -0000	1.9
  +++ project.xml	11 Sep 2004 22:21:15 -0000	1.10
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!--
     Copyright 2002,2004 The Apache Software Foundation.
     
  @@ -14,32 +15,27 @@
     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-interaction</id>
     <name>commons-jelly-tags-interaction</name>
  +  <currentVersion>1.0</currentVersion>
     <package>org.apache.commons.jelly.tags.interaction</package>
  -
  -  <description>
  -      This is a Jelly interface to the user.
  -  </description>
  +  <description>This is a Jelly interface to the user.</description>
     <shortDescription>Commons Jelly Interaction Tag Library</shortDescription>
  -  
  -  <!-- <siteDirectory>/www/jakarta.apache.org/commons/jelly/tags/interaction</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jelly/tags/interaction</distributionDirectory>
  -  <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/jelly/jelly-tags/interaction/</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons/jelly/jelly-tags/interaction/</url>
  -  </repository>-->
  -  
  -    
  +  <versions>
  +    <version>
  +      <id>1.0</id>
  +      <name>1.0</name>
  +      <tag>COMMONS-JELLY-INTERACTION-1_0</tag>
  +    </version>
  +  </versions>
  +
     <dependencies>
  -  
       <dependency>
         <id>commons-jelly</id>
         <version>1.0-beta-4</version>
       </dependency>
  -
     </dependencies>
  -  
   </project>
  
  
  

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