Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-12-10 13:27:01 +0000
committerAlexander Kurtakov2015-12-10 13:48:57 +0000
commit73d6816b5aca0caf8aec34763c15c9b34b78fc2e (patch)
treea2ad6bf1154ea2776c94169b40ddadc4da13460b /perf/org.eclipse.linuxtools.perf
parent7fd68288a2a803efb1782daaf2e73996b4247a8b (diff)
downloadorg.eclipse.linuxtools-73d6816b5aca0caf8aec34763c15c9b34b78fc2e.tar.gz
org.eclipse.linuxtools-73d6816b5aca0caf8aec34763c15c9b34b78fc2e.tar.xz
org.eclipse.linuxtools-73d6816b5aca0caf8aec34763c15c9b34b78fc2e.zip
Synchronize eclipse output dir with maven one.
No need for having the class files twice. Change-Id: I856b22e52bca9d9b15965cc78d468fab605d0c1d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/62376 Tested-by: Hudson CI
Diffstat (limited to 'perf/org.eclipse.linuxtools.perf')
-rw-r--r--perf/org.eclipse.linuxtools.perf/.classpath2
-rw-r--r--perf/org.eclipse.linuxtools.perf/build.properties1
2 files changed, 1 insertions, 2 deletions
diff --git a/perf/org.eclipse.linuxtools.perf/.classpath b/perf/org.eclipse.linuxtools.perf/.classpath
index eca7bdba8f..43b986286a 100644
--- a/perf/org.eclipse.linuxtools.perf/.classpath
+++ b/perf/org.eclipse.linuxtools.perf/.classpath
@@ -3,5 +3,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
diff --git a/perf/org.eclipse.linuxtools.perf/build.properties b/perf/org.eclipse.linuxtools.perf/build.properties
index 8c05b0ac6b..9c676ec18a 100644
--- a/perf/org.eclipse.linuxtools.perf/build.properties
+++ b/perf/org.eclipse.linuxtools.perf/build.properties
@@ -1,5 +1,4 @@
source.. = src/
-output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\

Back to the top