From: <bh...@us...> - 2006-10-04 01:44:16
|
Revision: 221 http://svn.sourceforge.net/cishell/?rev=221&view=rev Author: bh2 Date: 2006-09-28 15:52:25 -0700 (Thu, 28 Sep 2006) Log Message: ----------- added osgi-inf to build.properties and moved load and save to the start group of the File menu Modified Paths: -------------- trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/load.properties trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/save.properties trunk/clients/gui/org.cishell.reference.gui.persistence/build.properties Modified: trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/load.properties =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/load.properties 2006-09-28 22:17:19 UTC (rev 220) +++ trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/load.properties 2006-09-28 22:52:25 UTC (rev 221) @@ -1,4 +1,4 @@ -menu_path=file/additions/ +menu_path=File/start label=Load... description=This converter allows users to select file from the file system and load it to Data Model window in_data=null Modified: trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/save.properties =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/save.properties 2006-09-28 22:17:19 UTC (rev 220) +++ trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/save.properties 2006-09-28 22:52:25 UTC (rev 221) @@ -1,4 +1,4 @@ -menu_path=File/Save +menu_path=File/start label=Save... description=Saves data to disk in_data=java.lang.Object Modified: trunk/clients/gui/org.cishell.reference.gui.persistence/build.properties =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.persistence/build.properties 2006-09-28 22:17:19 UTC (rev 220) +++ trunk/clients/gui/org.cishell.reference.gui.persistence/build.properties 2006-09-28 22:52:25 UTC (rev 221) @@ -1,4 +1,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ - . + .,\ + OSGI-INF/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |