From: <hu...@us...> - 2006-10-11 20:45:55
|
Revision: 269 http://svn.sourceforge.net/cishell/?rev=269&view=rev Author: huangb Date: 2006-10-11 13:45:46 -0700 (Wed, 11 Oct 2006) Log Message: ----------- initial version Added Paths: ----------- trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/l10n/ trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/l10n/bundle_en.properties trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/metatype/ trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/metatype/METADATA.XML Added: trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/l10n/bundle_en.properties =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/l10n/bundle_en.properties (rev 0) +++ trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/l10n/bundle_en.properties 2006-10-11 20:45:46 UTC (rev 269) @@ -0,0 +1,7 @@ +#Localization variables for OSGI-INF/metatatype/METADATA.XML +# +#Samples: +#input=Input +#desc=Enter an integer (that will be converted to a string) +#name=Input->String +#name_desc=Converts inputted integer to string Added: 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 (rev 0) +++ trunk/clients/gui/org.cishell.reference.gui.persistence/OSGI-INF/metatype/METADATA.XML 2006-10-11 20:45:46 UTC (rev 269) @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<metatype:MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.0.0"> + <OCD name="FileView" id="org.cishell.reference.gui.persistence.view.FileView.OCD" + description=""> + </OCD> + <Designate pid="org.cishell.reference.gui.persistence.view.FileView"> + <Object ocdref="org.cishell.reference.gui.persistence.view.FileView.OCD" /> + </Designate> +</metatype:MetaData> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |