(no commit message)
authorFrancois Chouinard <fchouinard@gmail.com>
Mon, 31 Aug 2009 12:03:30 +0000 (12:03 +0000)
committerFrancois Chouinard <fchouinard@gmail.com>
Mon, 31 Aug 2009 12:03:30 +0000 (12:03 +0000)
org.eclipse.linuxtools.lttng.tests/.classpath
org.eclipse.linuxtools.lttng.tests/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng.tests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng.tests/build.properties

index 64c5e31b7a264082f4c1dfdabb8097de820e66ce..1fa3e6803d3b22e055b735220510616c4e35f2fc 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <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.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
        <classpathentry kind="src" path="src"/>
        <classpathentry kind="output" path="bin"/>
diff --git a/org.eclipse.linuxtools.lttng.tests/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.linuxtools.lttng.tests/.settings/org.eclipse.jdt.core.prefs
new file mode 100644 (file)
index 0000000..55f131f
--- /dev/null
@@ -0,0 +1,8 @@
+#Fri Aug 28 13:26:55 EDT 2009
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
index 71aba3c8058ea0b2a45bcf757b8e14aba82be5b0..b700ce682631ea6f044ba6e79a1042870b84d176 100644 (file)
@@ -1,14 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name
+Bundle-Name: LTTng Core Tests
 Bundle-SymbolicName: org.eclipse.linuxtools.lttng.tests
-Bundle-Version: 0.2.0.qualifier
-Bundle-Vendor: %Bundle-Vendor
+Bundle-Version: 0.0.1
+Bundle-Vendor: Eclipse
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.junit,
- org.eclipse.linuxtools.lttng;bundle-version="0.2.0",
- org.eclipse.linuxtools.tmf;bundle-version="0.2.0",
- org.eclipse.core.runtime;bundle-version="3.5.0"
-Bundle-Localization: plugin
-Bundle-Activator: org.eclipse.linuxtools.lttng.tests.LTTngCoreTestPlugin
-Bundle-ActivationPolicy: lazy
index 341bdbfa2e693a5a307d83cf0e6ca0252c4923a4..34d2e4d2dad529ceaeb953bfcdb63c51d69ffed2 100644 (file)
@@ -1,8 +1,4 @@
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
-               .,\
-               plugin.properties,\
-               test2.xml,\
-               traceset/,\
-               test.xml
+               .
This page took 0.0259 seconds and 5 git commands to generate.