add com.nokia.carbide.extensions.metadataeditor.discovery
authorcawthron
Mon, 13 Sep 2010 08:52:57 -0500
changeset 20 ec4283fdfd3b
parent 19 01935eb7b37e
child 21 a49d837532df
add com.nokia.carbide.extensions.metadataeditor.discovery
metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/.project
metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/META-INF/MANIFEST.MF
metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/build.properties
metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/images/AME_icon.png
metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/images/AME_shot.png
metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/plugin.properties
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/.project	Mon Sep 13 08:52:57 2010 -0500
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>com.nokia.carbide.extensions.metadataeditor.discovery</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+	</natures>
+</projectDescription>
--- /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
--- /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
Binary file metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/images/AME_icon.png has changed
Binary file metadataeditor/com.nokia.carbide.extensions.metadataeditor.discovery/images/AME_shot.png has changed
--- /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.
--- /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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+   <extension
+         point="org.eclipse.mylyn.discovery.core.connectorDiscovery">
+
+      <connectorDescriptor
+            categoryId="com.nokia.carbide.rndutilities.category"
+            description="API Metadata Editor is a validating visual editor for editing and creating XML-based Application Programming Interface (API) metadata."
+            groupId="com.nokia.carbide.rndutilities.category"
+            id="com.nokia.carbide.extensions.metadataeditor.feature.group"
+            kind="task"
+            license="EPL 1.0"
+            name="API Metadata Editor"
+            provider="Nokia"
+            siteUrl="${SITE_URL}">
+         <overview
+               summary="%summary"
+               screenshot="images/AME_shot.png"
+               url="http://s60wiki.nokia.com/S60Wiki/Metadata_Editor_Carbide_Extension">
+         </overview>
+         <icon
+               image32="images/AME_icon.png">
+         </icon>
+      </connectorDescriptor>
+
+   </extension>
+</plugin>