bloritsch    2003/03/07 09:35:45

  Modified:    component build.xml
  Log:
  fix component's build because of misplaced element
  
  Revision  Changes    Path
  1.37      +1 -1      avalon-excalibur/component/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/build.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.xml 6 Mar 2003 15:56:36 -0000       1.36
  +++ build.xml 7 Mar 2003 17:35:45 -0000       1.37
  @@ -246,8 +246,8 @@
             <attribute name="Specification-Version" value="1.0"/>
             <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
             <attribute name="Implementation-Version" value="${package-version}"/>
  -        </manifest>
             <attribute name="Implementation-Vendor-Id" value="ASF"/>
  +        </manifest>
           <zipgroupfileset dir="${build.dir}/tempjars">
             <include name="*.jar"/>
           </zipgroupfileset>
  
  
  

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

Reply via email to