File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ hs_err_pid*
21
21
releases /
22
22
rls /
23
23
deploy /
24
+ installers /
Original file line number Diff line number Diff line change 113
113
name =" NeuGen"
114
114
displayname =" NeuGen"
115
115
identifier =" NeuGen"
116
- mainclassname =" org.neugen.gui.NeuGenApp " >
116
+ mainclassname =" ${ mainclass } " >
117
117
<runtime dir =" /Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/" />
118
118
<classpath file =" ${ rls.dir } /NeuGen.jar" />
119
119
</bundleapp >
130
130
<!-- see http://centerkey.com/mac/java/ -->
131
131
<target name =" pkg-NeuGen" depends =" bundle-NeuGen" >
132
132
<exec executable =" projectbuild" os =" Mac OS X" >
133
- <arg value =" --component ${ rls.dir } /NeuGen.app /Applications ${ release.name } -${ release-version } .pkg" >
134
- <exec >
133
+ <arg value =" --component ${ rls.dir } /NeuGen.app /Applications ${ release.name } -${ release-version } .pkg" />
134
+ </exec >
135
+ <copy
136
+ file=" ${ dist.dir } /${ release.name } -${ release-version } .pkg"
137
+ todir=" installers/osx/" />
135
138
</target >
136
139
137
140
<!-- post-jar task -->
You can’t perform that action at this time.
0 commit comments