Browse Source

Fix NPE when Jar does not contain a typelib descriptor.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271092 13f79535-47bb-0310-9956-ffa450edef68
master
adammurdoch 23 years ago
parent
commit
25ee1c57c0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/Deployment.java

+ 1
- 0
proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/Deployment.java View File

@@ -124,6 +124,7 @@ class Deployment
{
// Ignore - this happens when jarUrl != null and the Jar does
// not contain a type descriptor
continue;
}

descriptors.add( handler.getConfiguration() );


Loading…
Cancel
Save