temporary re-factoring project
authorAlvaro Sanchez-Leon <alvsan09@gmail.com>
Thu, 11 Feb 2010 16:53:29 +0000 (16:53 +0000)
committerAlvaro Sanchez-Leon <alvsan09@gmail.com>
Thu, 11 Feb 2010 16:53:29 +0000 (16:53 +0000)
org.eclipse.linuxtools.lttng.ui.tests/.classpath
org.eclipse.linuxtools.lttng.ui.tests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng.ui.tests/build.properties
org.eclipse.linuxtools.lttng.ui.tests/plugin.properties

index 978c0d27e1abd84300cd027a411b208517c28e4c..64c5e31b7a264082f4c1dfdabb8097de820e66ce 100644 (file)
@@ -3,6 +3,5 @@
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
        <classpathentry kind="src" path="src"/>
-       <classpathentry kind="src" path="stubs"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>
index bd6d7de636b939cc37ba6998d597d4446e2d42c0..f0d7f0eae8e7ae1fc07a555afdc8d6a704b22c4e 100644 (file)
@@ -7,6 +7,5 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Bundle-Vendor: %Bundle-Vendor
 Require-Bundle: org.junit,
  org.eclipse.linuxtools.lttng;bundle-version="0.2.0",
- org.eclipse.linuxtools.lttng.ui;bundle-version="0.2.0",
- org.eclipse.linuxtools.tmf;bundle-version="0.2.0"
+ org.eclipse.linuxtools.lttng.ui;bundle-version="0.2.0"
 Bundle-Localization: plugin
index 0a6de547fd0f4e11a271b40fd49bb2cac7d28b85..33230c0457433436b076e9c0884002275ecff8a1 100644 (file)
@@ -1,5 +1,4 @@
-source.. = src/,\
-           stubs/
+source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
index d5e64e342823ed81673d1b093a5da6c2d9218f8e..ed73a38013408dad81d4d5c58b715bf9ea09d25f 100644 (file)
@@ -1,3 +1,3 @@
 #Properties file for org.eclipse.linuxtools.lttng.ui.tests
-Bundle-Vendor = Eclipse Linux Tools
+Bundle-Vendor = Eclipse
 Bundle-Name = Linux Tracing Toolkit (LTTng) UI Unit Test Suite
\ No newline at end of file
This page took 0.028368 seconds and 5 git commands to generate.