From 32eedcb537a28a98952e6f57c4ed97f30ef670dc Mon Sep 17 00:00:00 2001 From: "kh5325.kim" Date: Wed, 15 May 2013 15:32:56 +0900 Subject: [PATCH] Added OSGI-INF to build and crashreporter.exsd --- org.tizen.common.gom/build.properties | 3 +- .../schema/org.tizen.common.crashreporter.exsd | 110 +++++++++++++++++++++ 2 files changed, 112 insertions(+), 1 deletion(-) create mode 100644 org.tizen.common/schema/org.tizen.common.crashreporter.exsd diff --git a/org.tizen.common.gom/build.properties b/org.tizen.common.gom/build.properties index e9863e2..3e5f9ad 100644 --- a/org.tizen.common.gom/build.properties +++ b/org.tizen.common.gom/build.properties @@ -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 index 0000000..8243206 --- /dev/null +++ b/org.tizen.common/schema/org.tizen.common.crashreporter.exsd @@ -0,0 +1,110 @@ + + + + + + + + + The crashreporter point provides how to register cs reporter service listener. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [Enter the first release in which this extension point appears.] + + + + + + + + + <extension + id="org.tizen.nativecpp.csviewer.crashreporter" + name="crashreporter" + point="org.tizen.common.crashreporter"> + <client + class="org.tizen.nativecpp.csviewer.CrashReportServiceListener"> + </client> +</extension> + + + + + + + + + [Enter API information here.] + + + + + + + + + [Enter information about supplied implementation of this extension point.] + + + + + -- 2.7.4