[Japi-cvs] SF.net SVN: japi:[1335] tools/midiDeviceLister/trunk/module.properties
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-06-06 14:24:21
|
Revision: 1335 http://japi.svn.sourceforge.net/japi/?rev=1335&view=rev Author: christianhujer Date: 2009-06-06 14:23:50 +0000 (Sat, 06 Jun 2009) Log Message: ----------- Correct module.properties to make the jar executable. Modified Paths: -------------- tools/midiDeviceLister/trunk/module.properties Modified: tools/midiDeviceLister/trunk/module.properties =================================================================== --- tools/midiDeviceLister/trunk/module.properties 2009-05-23 23:21:55 UTC (rev 1334) +++ tools/midiDeviceLister/trunk/module.properties 2009-06-06 14:23:50 UTC (rev 1335) @@ -19,6 +19,6 @@ name=MidiDeviceLister shortname=MidiDeviceLister title=MidiDeviceLister -package=net.sf.japi.midiDeviceLister -package.path=net/sf/japi/midiDeviceLister -main.class=net.sf.japi.midiDeviceLister.MidiDeviceLister +package=net.sf.japi.tools.midiDeviceLister +package.path=net/sf/japi/tools/midiDeviceLister +main.class=net.sf.japi.tools.midiDeviceLister.MidiDeviceLister This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |