Skip to content
  • Gubaer's avatar
    fix classpath in JosmManifest · eeb263ea
    Gubaer authored
    This fixes setting the attribute 'Class-Path' in the JOSM plugin manifest.
    Example:
    josm {
      manifest {
        classpath "foo.jar"
        classpath "bar.jar"
      }
    }
    eeb263ea