SOURCE LINK: update edc plugin 54/27854/1
authorwoojin <woojin2.jung@samsung.com>
Sat, 20 Sep 2014 00:00:41 +0000 (09:00 +0900)
committerwoojin <woojin2.jung@samsung.com>
Sat, 20 Sep 2014 00:00:41 +0000 (09:00 +0900)
update edc plugin jar file to support DWARF4

Change-Id: I9890e778d16e4ac8efc45f55817bfab9eab5190a
Signed-off-by: woojin <woojin2.jung@samsung.com>
org.tizen.dynamicanalyzer/.classpath
org.tizen.dynamicanalyzer/META-INF/MANIFEST.MF
org.tizen.dynamicanalyzer/build.properties
org.tizen.dynamicanalyzer/lib/org.eclipse.cdt.debug.edc_1.0.0.201409200430.jar [new file with mode: 0644]
org.tizen.dynamicanalyzer/lib/org.eclipse.cdt.debug.edc_2.0.0.201109151658.jar [deleted file]

index e954630..848093b 100644 (file)
@@ -2,7 +2,6 @@
 <classpath>
        <classpathentry exported="true" kind="lib" path="lib/org.eclipse.nebula.widgets.grid_1.0.0.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/org.eclipse.cdt.core_5.3.1.201109151620.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/org.eclipse.cdt.debug.edc_2.0.0.201109151658.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/org.eclipse.cdt.dsf_2.2.0.201109151620.jar"/>
        <classpathentry kind="lib" path="lib/hsqldb.jar"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
@@ -11,5 +10,6 @@
        <classpathentry kind="src" path="test/src"/>
        <classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/>
        <classpathentry kind="lib" path="lib/protobuf.jar"/>
+       <classpathentry kind="lib" path="lib/org.eclipse.cdt.debug.edc_1.0.0.201409200430.jar"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>
index e6882a8..1aab4a0 100644 (file)
@@ -17,12 +17,12 @@ Bundle-Activator: org.tizen.dynamicanalyzer.common.AnalyzerPlugin
 Bundle-ActivationPolicy: lazy
 Bundle-ClassPath: .,
  lib/org.eclipse.cdt.core_5.3.1.201109151620.jar,
- lib/org.eclipse.cdt.debug.edc_2.0.0.201109151658.jar,
  lib/org.eclipse.cdt.dsf_2.2.0.201109151620.jar,
  lib/org.eclipse.nebula.widgets.grid_1.0.0.jar,
  lib/hsqldb.jar,
  lib/json-simple-1.1.1.jar,
- lib/protobuf.jar
+ lib/protobuf.jar,
+ lib/org.eclipse.cdt.debug.edc_1.0.0.201409200430.jar
 Import-Package: junit.framework;version="4.8.2",
  org.junit,
  org.tizen.sdblib,
index da10751..9d1e53e 100644 (file)
@@ -11,5 +11,6 @@ bin.includes = .,\
                .settings/,\\r
                .project,\\r
                .classpath,\\r
-               lib/\r
+               lib/,\\r
+               lib/org.eclipse.cdt.debug.edc_1.0.0.201409200430.jar\r
 
diff --git a/org.tizen.dynamicanalyzer/lib/org.eclipse.cdt.debug.edc_1.0.0.201409200430.jar b/org.tizen.dynamicanalyzer/lib/org.eclipse.cdt.debug.edc_1.0.0.201409200430.jar
new file mode 100644 (file)
index 0000000..dd3f9b2
Binary files /dev/null and b/org.tizen.dynamicanalyzer/lib/org.eclipse.cdt.debug.edc_1.0.0.201409200430.jar differ
diff --git a/org.tizen.dynamicanalyzer/lib/org.eclipse.cdt.debug.edc_2.0.0.201109151658.jar b/org.tizen.dynamicanalyzer/lib/org.eclipse.cdt.debug.edc_2.0.0.201109151658.jar
deleted file mode 100644 (file)
index d2c0fc1..0000000
Binary files a/org.tizen.dynamicanalyzer/lib/org.eclipse.cdt.debug.edc_2.0.0.201109151658.jar and /dev/null differ