From: <fu...@us...> - 2008-07-24 16:23:26
|
Revision: 788 http://cishell.svn.sourceforge.net/cishell/?rev=788&view=rev Author: fugu13 Date: 2008-07-24 16:23:24 +0000 (Thu, 24 Jul 2008) Log Message: ----------- Fix View With (without an OCD, it never had a chance to mutate one). Modified Paths: -------------- trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/metatype/METADATA.XML Modified: trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/metatype/METADATA.XML =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/metatype/METADATA.XML 2008-07-08 21:30:47 UTC (rev 787) +++ trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/metatype/METADATA.XML 2008-07-24 16:23:24 UTC (rev 788) @@ -1,10 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <metatype:MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.0.0"> <OCD name="File Load" id="org.cishell.reference.gui.persistence.load.FileLoad.prefs.local.OCD" - description=""> + description=" "> <AD name="Default load directory" id="loadDir" type="String" default="directory:sampledata/"/> </OCD> + <OCD name="View With" id="org.cishell.reference.gui.persistence.viewwith.FileViewWith.OCD" + description=" "> + <AD name="View With" id="viewWith" type="String" default=""/> + </OCD> <Designate pid="org.cishell.reference.gui.persistence.load.FileLoad.prefs.local"> <Object ocdref="org.cishell.reference.gui.persistence.load.FileLoad.prefs.local.OCD" /> </Designate> + <Designate pid="org.cishell.reference.gui.persistence.viewwith.FileViewWith"> + <Object ocdref="org.cishell.reference.gui.persistence.viewwith.FileViewWith.OCD" /> + </Designate> </metatype:MetaData> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |