(no commit message)
authorFrancois Chouinard <fchouinard@gmail.com>
Mon, 31 Aug 2009 12:04:38 +0000 (12:04 +0000)
committerFrancois Chouinard <fchouinard@gmail.com>
Mon, 31 Aug 2009 12:04:38 +0000 (12:04 +0000)
org.eclipse.linuxtools.lttng.ui.tests/.classpath
org.eclipse.linuxtools.lttng.ui.tests/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.linuxtools.lttng.ui.tests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng.ui.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.ui.tests/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.linuxtools.lttng.ui.tests/.settings/org.eclipse.jdt.core.prefs
new file mode 100644 (file)
index 0000000..164e630
--- /dev/null
@@ -0,0 +1,8 @@
+#Fri Aug 28 13:28:13 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 f0d7f0eae8e7ae1fc07a555afdc8d6a704b22c4e..08eeb2e043fed3a8adc6d1eca8f090fa9a64b1ba 100644 (file)
@@ -1,11 +1,6 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name
+Bundle-Name: LTTng UI Tests
 Bundle-SymbolicName: org.eclipse.linuxtools.lttng.ui.tests
-Bundle-Version: 0.2.0.qualifier
+Bundle-Version: 0.0.1
 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"
-Bundle-Localization: plugin
index 33230c0457433436b076e9c0884002275ecff8a1..34d2e4d2dad529ceaeb953bfcdb63c51d69ffed2 100644 (file)
@@ -1,6 +1,4 @@
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
-               .,\
-               plugin.properties,\
-               test.xml
+               .
This page took 0.026324 seconds and 5 git commands to generate.