You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/02/26 15:59:40 UTC

cvs commit: avalon-excalibur/pool maven.xml project.xml

niclas      2004/02/26 06:59:40

  Modified:    pool     maven.xml project.xml
  Log:
  Didn't have jar:install as default target.
  
  Revision  Changes    Path
  1.3       +1 -1      avalon-excalibur/pool/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/pool/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	21 Feb 2004 15:38:47 -0000	1.2
  +++ maven.xml	26 Feb 2004 14:59:40 -0000	1.3
  @@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
  -<project default="java:jar"
  +<project default="jar:install"
       xmlns:j="jelly:core"
       xmlns:ant="jelly:ant">
   
  
  
  
  1.4       +1 -1      avalon-excalibur/pool/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/pool/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	26 Feb 2004 14:21:17 -0000	1.3
  +++ project.xml	26 Feb 2004 14:59:40 -0000	1.4
  @@ -20,7 +20,7 @@
   
       <name>excalibur-pool</name>
       <id>excalibur-pool</id>
  -    <currentVersion>1.1-dev</currentVersion>
  +    <currentVersion>1.1</currentVersion>
       <inceptionYear>1997</inceptionYear>
       <shortDescription>Generic pool components</shortDescription>
       <description>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org