File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 172172 <fx : resources refid =" appRes" />
173173
174174 <manifest >
175- <attribute name =" Implementation-Vendor" value =" bitbucket.org/JavaSabr " />
175+ <
attribute name =
" Implementation-Vendor" value =
" [email protected] " />
176176 <attribute name =" Implementation-Title" value =" jMonkeyBuilder" />
177177 <attribute name =" Implementation-Version" value =" ${editor.version}" />
178178 </manifest >
179179 </fx : jar >
180180
181181 <replace file =" package/linux/control" token =" @version@" value =" ${editor.version}" />
182+ <replace file =" package/windows/jMonkeyBuilder.wxs" token =" @version@" value =" ${editor.version}" />
182183
183184 <mkdir dir =" deploy" />
184185 <!-- Need to use ${basedir} because somehow the ant task is calculating the directory differently -->
199200 <preferences shortcut =" true" menu =" true" install =" false" />
200201
201202 <info category =" graphics"
202- description =" The 3D Editor for jMonkeyEngine 3.2 by JavaSaBr "
203- email =
" [email protected] " license =
" Freeware" title =
" jMonkeyBuilder" vendor =
" bitbucket.org/JavaSabr " />
203+ description =" The 3D Editor for jMonkeyEngine 3.2"
204+ email =
" [email protected] " license =
" Freeware" title =
" jMonkeyBuilder" vendor =
" [email protected] " />
204205
205206 <application refId =" fxApplication" />
206207 <resources refid =" appRes" />
207208 </fx : deploy >
208209
209210 <replace file =" package/linux/control" token =" ${editor.version}" value =" @version@" />
211+ <replace file =" package/windows/jMonkeyBuilder.wxs" token =" ${editor.version}" value =" @version@" />
210212 </target >
211213</project >
You can’t perform that action at this time.
0 commit comments