Browse Source

Small fix in manifest, added Class-Path attribute, now it should

work with java -jar ant.jar
Let me know if there's any problem.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269435 13f79535-47bb-0310-9956-ffa450edef68
master
Costin Manolache 24 years ago
parent
commit
dce8636fe3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/etc/manifest

+ 1
- 0
src/etc/manifest View File

@@ -1,4 +1,5 @@
Manifest-Version: 1.0
Main-Class: org.apache.tools.ant.Main
Class-Path: jaxp.jar parser.jar crimson.jar optional.jar xalan.jar



Loading…
Cancel
Save