Author: polx
Date: Wed Jun 21 16:44:32 2006
New Revision: 416175

URL: http://svn.apache.org/viewvc?rev=416175&view=rev
Log:
Correct version in changes and project.xml.
Also included the parent-project.xml and tag-project.xml which are needed in
the tag if it is checked out alone thus guaranteeing a minimal functionning
build.
paul

Added:
    
jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/parent-project.xml
    
jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/tag-project.xml
Modified:
    jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/project.xml
    
jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/xdocs/changes.xml

Added: 
jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/parent-project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/parent-project.xml?rev=416175&view=auto
==============================================================================
--- 
jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/parent-project.xml
 (added)
+++ 
jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/parent-project.xml
 Wed Jun 21 16:44:32 2006
@@ -0,0 +1,90 @@
+<!--
+  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>
+  <!-- TODO: should this inherit commons-build? -->
+  <artifactId>commons-jelly-parent</artifactId>
+  <groupId>commons-jelly</groupId>
+
+  <dependencies>
+    <!-- 
+      the common Maven dependencies for Jelly shared by the core
+      build and all individual taglib builds.  Use this
+      file to keep all dependency versions in sync.
+      Does not include CLI (Command Line Interface).
+    -->
+    
+    <dependency>
+      <groupId>commons-jexl</groupId>
+      <artifactId>commons-jexl</artifactId>
+      <version>SNAPSHOT</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>1.0.b2</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+      <version>1.6</version>
+      <properties>
+        <gump.runtime>true</gump.runtime>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>2.1</version>
+      <properties>
+        <gump.runtime>true</gump.runtime>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.3</version>
+      <properties>
+        <gump.runtime>true</gump.runtime>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+      <version>1.6.1</version>
+    </dependency>
+
+    <dependency>
+      <groupId>jaxen</groupId>
+      <artifactId>jaxen</artifactId>
+      <version>1.1-beta-8</version>
+    </dependency>
+
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xerces</artifactId>
+      <version>2.2.1</version>
+      <properties>
+        <gump.project>xml-xerces</gump.project>
+      </properties>
+    </dependency>
+  </dependencies>
+</project>

Modified: 
jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/project.xml?rev=416175&r1=416174&r2=416175&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/project.xml 
(original)
+++ jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/project.xml 
Wed Jun 21 16:44:32 2006
@@ -17,10 +17,10 @@
 -->
 
 <project>
-  <extend>${basedir}/../tag-project.xml</extend>
+  <extend>${basedir}/tag-project.xml</extend>
   <artifactId>commons-jelly-tags-interaction</artifactId>
   <name>commons-jelly-tags-interaction</name>
-  <currentVersion>1.1-RC1</currentVersion>
+  <currentVersion>1.1</currentVersion>
   <package>org.apache.commons.jelly.tags.interaction</package>
   <description>This is a Jelly interface to the user.</description>
   <shortDescription>Commons Jelly Interaction Tag Library</shortDescription>

Added: 
jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/tag-project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/tag-project.xml?rev=416175&view=auto
==============================================================================
--- 
jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/tag-project.xml 
(added)
+++ 
jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/tag-project.xml 
Wed Jun 21 16:44:32 2006
@@ -0,0 +1,370 @@
+<?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>parent-project.xml</extend>
+  <pomVersion>3</pomVersion>
+  <groupId>commons-jelly</groupId>
+  
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://jakarta.apache.org/</url>
+    <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
+  </organization>
+  <inceptionYear>2002</inceptionYear>
+  <package>org.apache.commons.jelly.tags.ant</package>
+  <logo>/images/logo.gif</logo>
+  <!-- Gump integration -->
+  <gumpRepositoryId>jakarta</gumpRepositoryId>
+
+  <description>
+      This is a Jelly tag.
+  </description>
+  <shortDescription>Commons Jelly Tag Library</shortDescription>
+  
+  
<url>http://jakarta.apache.org/commons/jelly/libs/${pom.id.substring(33)}/index.html</url>
+  
<issueTrackingUrl>http://issues.apache.org/jira/browse/JELLY</issueTrackingUrl>
+  
+  <siteAddress>cvs.apache.org</siteAddress>
+  
<siteDirectory>/www/jakarta.apache.org/commons/jelly/libs/${pom.id.substring(33)}/</siteDirectory>
+  
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jelly/jelly-tags/${pom.id.substring(33)}/</distributionDirectory>
+  
+  <repository>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/jelly/trunk/jelly-tags/${pom.artifactId.substring(19)}</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/jelly/trunk/jelly-tags/${pom.artifactId.substring(19)}</developerConnection>
+    
<url>http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/jelly/trunk/jelly-tags/${pom.artifactId.substring(19)}</url>
+  </repository>
+  
+  
+  <mailingLists>
+    <mailingList>
+      <name>Commons Dev List</name>
+      <subscribe>[EMAIL PROTECTED]</subscribe>
+      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+      <archive>http://mail-archives.apache.org/eyebrowse/[EMAIL 
PROTECTED]</archive>
+    </mailingList>
+    <mailingList>
+      <name>Commons User List</name>
+      <subscribe>[EMAIL PROTECTED]</subscribe>
+      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+      <archive>http://mail-archives.apache.org/eyebrowse/[EMAIL 
PROTECTED]</archive>
+    </mailingList>
+  </mailingLists>
+  
+  <developers>
+    <developer>
+      <name>James Strachan</name>
+      <id>jstrachan</id>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>SpiritSoft, Inc.</organization>
+    </developer>
+    <developer>
+      <name>Geir Magnusson Jr.</name>
+      <id>geirm</id>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>Adeptra, Inc.</organization>
+    </developer>
+    <developer>
+      <name>Bob McWhirter</name>
+      <id>werken</id>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>The Werken Company</organization>
+    </developer>
+    <developer>
+      <name>dIon Gillard</name>
+      <id>dion</id>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>Multitask Consulting</organization>
+      <roles>
+        <role>Interested party</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Morgan Delagrange</name>
+      <id>morgand</id>
+      <email>[EMAIL PROTECTED]</email>
+    </developer>
+    <developer>
+      <name>Rodney Waldhoff</name>
+      <id>rwaldhoff</id>
+      <email>[EMAIL PROTECTED]</email>
+    </developer>
+    <developer>
+      <name>Robert Burrell Donkin</name>
+      <id>rdonkin</id>
+      <email>[EMAIL PROTECTED]</email>
+    </developer>
+    <developer>
+      <name>Felipe Leme</name>
+      <id>felipeal</id>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>Falcon Informatica</organization>
+      <timezone>-3</timezone>
+      <roles>
+        <role>itch-scratcher Jakarta PMC</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Paul Libbrecht</name>
+      <email>[EMAIL PROTECTED]</email>
+      <roles>
+          <role>Developer</role>
+      </roles>
+    </developer>    
+  </developers>
+
+  <contributors>
+    <contributor>
+      <name>Martin van dem Bemt</name>
+      <email>[EMAIL PROTECTED]</email>
+    </contributor>
+    <contributor>
+      <name>Erik Fransen</name>
+      <email>[EMAIL PROTECTED]</email>
+      <roles>
+          <role>Logo designer</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Calvin Yu</name>
+    </contributor>
+    <contributor>
+      <name>Stephen Haberman</name>
+      <email>[EMAIL PROTECTED]</email>
+    </contributor>
+    <contributor>
+      <name>Vinay Chandran</name>
+      <email>[EMAIL PROTECTED]</email>
+      <roles>
+          <role>Developer</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Theo Niemeijer</name>
+    </contributor>
+    <contributor>
+      <name>Joe Walnes</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>ThoughtWorks, Inc.</organization>
+      <roles>
+          <role>Inventor of Mock Tags</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Otto von Wachter</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization></organization>
+      <roles>
+          <role>Author of the tutorials</role>
+          <role>Developer</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Robert Leftwich</name>
+      <email>[EMAIL PROTECTED]</email>
+      <roles>
+          <role>Developer</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Jim Birchfield</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>Genscape, Inc.</organization>
+      <roles>
+          <role>Developer</role>
+      </roles>
+    </contributor>    
+    <contributor>
+      <name>Jason Horman</name>
+      <email>[EMAIL PROTECTED]</email>
+      <roles>
+          <role>Developer</role>
+      </roles>
+    </contributor>    
+    <contributor>
+      <name>Tim Anderson</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>Intalio, Inc.</organization>
+      <roles>
+          <role>Developer</role>
+      </roles>
+    </contributor>    
+    <contributor>
+      <name>Theo Niemeijer</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization></organization>
+      <roles>
+          <role>Developer</role>
+      </roles>
+    </contributor>    
+    <contributor>
+      <name>J. Matthew Pryor</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization></organization>
+      <roles>
+          <role>Developer</role>
+      </roles>
+    </contributor>        
+    <contributor>
+      <name>Knut Wannheden</name>
+      <email></email>
+      <organization></organization>
+      <roles>
+          <role>Developer</role>
+      </roles>
+    </contributor>        
+    <contributor>
+      <name>Kelvin Tan</name>
+      <email></email>
+      <organization></organization>
+      <roles>
+          <role>Developer</role>
+      </roles>
+    </contributor>        
+    <contributor>
+      <name>Todd Jonker</name>
+      <email></email>
+      <organization></organization>
+      <roles>
+          <role>Developer</role>
+      </roles>
+    </contributor>            
+  </contributors>
+    
+  <dependencies>
+ 
+    
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>1.0.b2</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+      <version>1.6</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>2.1</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-jexl</groupId>
+      <artifactId>commons-jexl</artifactId>
+      <version>1.0</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-jelly</groupId>
+      <artifactId>commons-jelly</artifactId>
+      <version>1.0</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.3</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+      <version>1.6.1</version>
+    </dependency>
+
+    <dependency>
+      <groupId>jaxen</groupId>
+      <artifactId>jaxen</artifactId>
+      <version>1.1-beta-8</version>
+    </dependency>
+
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xerces</artifactId>
+      <version>2.2.1</version>
+      <properties>
+        <gump.project>xml-xerces</gump.project>
+      </properties>
+    </dependency>
+  </dependencies>
+  
+  <build>
+    <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
+    <sourceDirectory>src/java</sourceDirectory>
+    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
+
+    <!-- Unit test classes -->
+    <unitTest>
+      <includes>
+        <include>**/Test*.java</include>
+      </includes>
+      <resources>
+          <resource>
+              <directory>src/test</directory>
+              <includes>
+                  <include>**/*.jelly</include>
+                  <include>**/*.xml</include>
+                  <include>**/*.xsl</include>
+                  <include>**/*.rng</include>
+                  <include>**/*.dtd</include>
+                  <include>**/*.properties</include>
+                  <include>**/*.html</include>
+              </includes>
+          </resource>
+      </resources>
+    </unitTest>
+
+    <!-- Resources that are packaged up inside the JAR file -->
+    <resources>        
+        <resource>        
+            <directory>src/java</directory>
+            <includes>
+                <include>**/*.properties</include>
+            </includes>
+        </resource>
+      <resource>
+        <directory>${basedir}/..</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>NOTICE.txt</include>
+        </includes>
+      </resource>
+    </resources>
+  
+  </build>
+
+  <reports>
+    <!-- <report>maven-changelog-plugin</report>-->
+    <report>maven-changes-plugin</report>
+    <report>maven-checkstyle-plugin</report>
+    <report>maven-developer-activity-plugin</report>
+    <report>maven-file-activity-plugin</report>
+    <report>maven-javadoc-plugin</report>
+    <report>maven-jcoverage-plugin</report>
+    <report>maven-jdepend-plugin</report>
+    <report>maven-jellydoc-plugin</report>
+    <report>maven-junit-report-plugin</report>
+    <report>maven-jxr-plugin</report>
+    <report>maven-license-plugin</report>
+    <report>maven-pmd-plugin</report>
+    <report>maven-tasklist-plugin</report>
+  </reports>
+
+</project>

Modified: 
jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/xdocs/changes.xml?rev=416175&r1=416174&r2=416175&view=diff
==============================================================================
--- 
jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/xdocs/changes.xml
 (original)
+++ 
jakarta/commons/proper/jelly/tags/COMMONS-JELLY-INTERACTION-1_1/xdocs/changes.xml
 Wed Jun 21 16:44:32 2006
@@ -25,7 +25,7 @@
     <author email="[EMAIL PROTECTED]">Paul Libbrecht</author>
   </properties>
   <body>
-    <release version="1.1-SNAPSHOT" date="in SVN">
+    <release version="1.1" date="2006-06-22">
       <action dev="polx" type="add" issue="JELLY-229" due-to="Lukas 
Theussl">Enhanced the usage of AskTag with a custom completion list, upgraded 
depdendency to JLine 0.9.5.</action>
       <action dev="polx" type="add" issue="JELLY-175" due-to="Ryan 
Christianson">AskTag now uses JLine which allows history, auto-completion, and 
edition of answers.</action>
     </release>



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

Reply via email to