'orbit' packaging should be handled like a standard jar. fixes #499. ref #463

This commit is contained in:
Mark Harrah 2012-07-06 10:28:51 -04:00
parent e54e411451
commit af6e99acc2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ object CustomPomParser
val ExtraAttributesKey = "extraDependencyAttributes"
// packagings that should be jars, but that Ivy doesn't handle as jars
val JarPackagings = Set("eclipse-plugin", "hk2-jar")
val JarPackagings = Set("eclipse-plugin", "hk2-jar", "orbit")
val default = new CustomPomParser(PomModuleDescriptorParser.getInstance, defaultTransform)
// Unfortunately, ModuleDescriptorParserRegistry is add-only and is a singleton instance.