Skip to content

Commit

Permalink
Merge pull request #5426 from bjhargrave/build-fixes
Browse files Browse the repository at this point in the history
Build fixes
  • Loading branch information
bjhargrave committed Nov 11, 2022
2 parents 05c321d + d0996e0 commit d936a95
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
6 changes: 1 addition & 5 deletions biz.aQute.bnd.javagen/bnd.bnd
Expand Up @@ -14,8 +14,4 @@
aQute.lib.*, \
aQute.libg.*

# Don't release since this project is only used in testing
-buildrepo:
-releaserepo:
-nojunit: true
-nojunitosgi: true
# Tested in biz.aQute.bndall.tests/test/biz/aQute/bnd/project/ProjectGenerateTest.java
Empty file.

This file was deleted.

Expand Up @@ -666,7 +666,7 @@ private File getArtifactFile() {
private String getExtension(String type) {
ArtifactHandler artifactHandler = artifactHandlerManager.getArtifactHandler(type);
if (artifactHandler != null) {
type = artifactHandler.getExtension();
return artifactHandler.getExtension();
}
return type;
}
Expand Down

0 comments on commit d936a95

Please sign in to comment.