# HG changeset patch # User cawthron # Date 1284385977 18000 # Node ID ec4283fdfd3b70bbc55abe8f0870b0d113644384 # Parent 01935eb7b37ed7988c92701dae8b7bd99dc28c93 add com.nokia.carbide.extensions.metadataeditor.discovery diff -r 01935eb7b37e -r ec4283fdfd3b metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/.project --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/.project Mon Sep 13 08:52:57 2010 -0500 @@ -0,0 +1,22 @@ + + + com.nokia.carbide.extensions.metadataeditor.discovery + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + diff -r 01935eb7b37e -r ec4283fdfd3b metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/META-INF/MANIFEST.MF --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/META-INF/MANIFEST.MF Mon Sep 13 08:52:57 2010 -0500 @@ -0,0 +1,8 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: com.nokia.carbide.extensions.metadataeditor Discovery Items +Bundle-SymbolicName: com.nokia.carbide.extensions.metadataeditor.discovery;singleton:=true +Bundle-Version: 1.0.0.qualifier +Bundle-Localization: plugin +Bundle-Vendor: Nokia +Require-Bundle: org.eclipse.equinox.p2.discovery diff -r 01935eb7b37e -r ec4283fdfd3b metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/build.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/build.properties Mon Sep 13 08:52:57 2010 -0500 @@ -0,0 +1,4 @@ +bin.includes = META-INF/,\ + plugin.xml,\ + images/,\ + plugin.properties diff -r 01935eb7b37e -r ec4283fdfd3b metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/images/AME_icon.png Binary file metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/images/AME_icon.png has changed diff -r 01935eb7b37e -r ec4283fdfd3b metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/images/AME_shot.png Binary file metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/images/AME_shot.png has changed diff -r 01935eb7b37e -r ec4283fdfd3b metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/plugin.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/plugin.properties Mon Sep 13 08:52:57 2010 -0500 @@ -0,0 +1,15 @@ +summary=API Metadata Editor is a validating visual editor for editing and creating XML-based Application Programming Interface (API) metadata. The tool hides the complexity of XML behind a Graphical User Interface (GUI) and ensures that XML is formally valid.\n\ +\n\ +The API properties that can be edited include libraries, release, attributes and extended SDK. The description of what the API is used for will be visible, for example, in the API Query tool and also in common Software Development Kit (SDK) documentation if the API belongs to an SDK.\n\ +\n\ +The benefit of using API Metadata Editor for managing XML metadata is that it makes entering the metadata entry more efficient and less prone to errors by removing the need for manual work and providing XML validation.\n\ +\n\ +Features\n\ +\t --Wizard for creating a new metadata (.metaxml) file. \n\ +\t --UI for editing and saving a metadata file \n\ +\t --Possibility to save a file as a metadata file. \n\ +\t --Opening a metadata file from the file system. \n\ +\t --Validating the metadata content. \n\ +\t --XML on an easy-to-use UI. \n\ +\t --When changing the API name, the metadata file name will be changed automatically. \n\ +\t --A property file for adding new values to the drop-down menus. diff -r 01935eb7b37e -r ec4283fdfd3b metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/plugin.xml Mon Sep 13 08:52:57 2010 -0500 @@ -0,0 +1,28 @@ + + + + + + + + + + + + + +