Added OSGI-INF to build and crashreporter.exsd
authorkh5325.kim <kh5325.kim@samsung.com>
Wed, 15 May 2013 06:32:56 +0000 (15:32 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Wed, 15 May 2013 06:32:56 +0000 (15:32 +0900)
org.tizen.common.gom/build.properties
org.tizen.common/schema/org.tizen.common.crashreporter.exsd [new file with mode: 0644]

index e9863e2..3e5f9ad 100644 (file)
@@ -2,4 +2,5 @@ source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.xml
+               plugin.xml,\
+               OSGI-INF/
diff --git a/org.tizen.common/schema/org.tizen.common.crashreporter.exsd b/org.tizen.common/schema/org.tizen.common.crashreporter.exsd
new file mode 100644 (file)
index 0000000..8243206
--- /dev/null
@@ -0,0 +1,110 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- Schema file written by PDE -->
+<schema targetNamespace="org.tizen.common" xmlns="http://www.w3.org/2001/XMLSchema">
+<annotation>
+      <appinfo>
+         <meta.schema plugin="org.tizen.common" id="org.tizen.common.crashreporter" name="%crashreporter"/>
+      </appinfo>
+      <documentation>
+         The crashreporter point provides how to register cs reporter service listener.
+
+      </documentation>
+   </annotation>
+
+   <element name="extension">
+      <annotation>
+         <appinfo>
+            <meta.element />
+         </appinfo>
+      </annotation>
+      <complexType>
+         <attribute name="point" type="string" use="required">
+            <annotation>
+               <documentation>
+                  
+               </documentation>
+               <appinfo>
+                  <meta.attribute kind="java"/>
+               </appinfo>
+            </annotation>
+         </attribute>
+         <attribute name="id" type="string">
+            <annotation>
+               <documentation>
+                  
+               </documentation>
+            </annotation>
+         </attribute>
+         <attribute name="name" type="string">
+            <annotation>
+               <documentation>
+                  
+               </documentation>
+               <appinfo>
+                  <meta.attribute translatable="true"/>
+               </appinfo>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <element name="client">
+      <complexType>
+         <attribute name="class" type="string">
+            <annotation>
+               <documentation>
+                  
+               </documentation>
+               <appinfo>
+                  <meta.attribute kind="java" basedOn=":org.tizen.sdblib.ICrashReportServiceListener"/>
+               </appinfo>
+            </annotation>
+         </attribute>
+      </complexType>
+   </element>
+
+   <annotation>
+      <appinfo>
+         <meta.section type="since"/>
+      </appinfo>
+      <documentation>
+         [Enter the first release in which this extension point appears.]
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appinfo>
+         <meta.section type="examples"/>
+      </appinfo>
+      <documentation>
+         &lt;extension
+        id=&quot;org.tizen.nativecpp.csviewer.crashreporter&quot;
+            name=&quot;crashreporter&quot;
+            point=&quot;org.tizen.common.crashreporter&quot;&gt;
+        &lt;client
+            class=&quot;org.tizen.nativecpp.csviewer.CrashReportServiceListener&quot;&gt;
+        &lt;/client&gt;
+&lt;/extension&gt;
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appinfo>
+         <meta.section type="apiinfo"/>
+      </appinfo>
+      <documentation>
+         [Enter API information here.]
+      </documentation>
+   </annotation>
+
+   <annotation>
+      <appinfo>
+         <meta.section type="implementation"/>
+      </appinfo>
+      <documentation>
+         [Enter information about supplied implementation of this extension point.]
+      </documentation>
+   </annotation>
+
+
+</schema>