You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/02/16 11:09:35 UTC

cvs commit: gump/project opensaml.xml

bodewig     2005/02/16 02:09:34

  Modified:    project  opensaml.xml
  Log:
  Fix Ant target
  
  Revision  Changes    Path
  1.2       +4 -4      gump/project/opensaml.xml
  
  Index: opensaml.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/opensaml.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- opensaml.xml	10 Dec 2004 12:59:48 -0000	1.1
  +++ opensaml.xml	16 Feb 2005 10:09:34 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0" ?>
   <!--
  -  Copyright 2001-2004 The Apache Software Foundation
  +  Copyright 2001-2005 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.
  @@ -27,7 +27,7 @@
     <project name="opensaml">
       <package>org.opensaml</package>
   
  -    <ant basedir="java" target="package"/>
  +    <ant basedir="java" target="create-jar"/>
       <depend project="ant" inherit="runtime"/>
       <depend project="commons-logging"/>
       <depend project="junit"/>
  @@ -42,8 +42,8 @@
       <jar name="opensaml.jar"/>
       <license name="doc/LICENSE.txt"/>
   
  -	<nag to="mace-opensaml-users@internet2.edu" 
  -			from="Davanum Srinivas &lt;dims@yahoo.com&gt;"/>
  +    <nag to="mace-opensaml-users@internet2.edu" 
  +      from="Davanum Srinivas &lt;dims@yahoo.com&gt;"/>
     </project>
   
     <project name="jug">