You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2002/08/08 20:44:55 UTC

cvs commit: jakarta-avalon-excalibur/merlin build.xml

bloritsch    2002/08/08 11:44:55

  Modified:    merlin   build.xml
  Log:
  make the directions work by adding the 'Main-Class: org.apache.excalibur.merlin.ServiceLoader' entry to the jar--it was missing
  
  Revision  Changes    Path
  1.12      +2 -1      jakarta-avalon-excalibur/merlin/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/merlin/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml	8 Aug 2002 07:31:14 -0000	1.11
  +++ build.xml	8 Aug 2002 18:44:55 -0000	1.12
  @@ -132,7 +132,8 @@
                 <attribute name="Specification-Vendor" value="Apache Software Foundation"/>
                 <attribute name="Specification-Version" value="1.0"/>
                 <attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
  -              <attribute name="Implementation-Version" value="${package-version}"/>
  +	      <attribute name="Implementation-Version" value="${package-version}"/>
  +	      <attribute name="Main-Class" value="org.apache.excalibur.merlin.ServiceLoader"/>
               </manifest>
               <exclude name="**/test/**"/>
               <exclude name="**/demo/**"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>