Skip to content

Commit

Permalink
Added necessary properties the nbm creator.
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemen committed Jun 29, 2014
1 parent 8fd8680 commit 87c9e58
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class NbmTask extends ConventionTask {
makenbm.productDir = project.tasks.netbeans.getModuleBuildDir()
makenbm.file = nbmFile
makenbm.module = "modules" + File.separator + moduleJarName + ".jar"
makenbm.moduleauthor = 'Attila Kelemen'
makenbm.createLicense().file = new File(project.projectDir, 'license.txt')

NbmKeyStoreDef keyStore = nbm.keyStore
def keyStoreFile = EvaluateUtils.asPath(keyStore.keyStoreFile)
Expand Down

0 comments on commit 87c9e58

Please sign in to comment.