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 /systemtap
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 'systemtap')
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.core/.classpath2
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.core/build.properties1
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.launch.tests/.classpath2
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.launch.tests/build.properties1
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.launch/.classpath2
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.launch/build.properties1
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.tests/.classpath2
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.tests/build.properties1
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph/.classpath2
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph/build.properties1
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests/.classpath2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests/build.properties1
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.graphing.core/.classpath2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.graphing.core/build.properties1
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/.classpath2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/build.properties1
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.structures.tests/.classpath2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.structures.tests/build.properties1
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.structures/.classpath2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.structures/build.properties1
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/.classpath2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/build.properties1
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/.classpath2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/build.properties1
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.editor/.classpath2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.editor/build.properties1
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/.classpath2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/build.properties1
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.ide/.classpath2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.ide/build.properties1
30 files changed, 15 insertions, 30 deletions
diff --git a/systemtap/org.eclipse.linuxtools.callgraph.core/.classpath b/systemtap/org.eclipse.linuxtools.callgraph.core/.classpath
index eca7bdba8f..43b986286a 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.core/.classpath
+++ b/systemtap/org.eclipse.linuxtools.callgraph.core/.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/systemtap/org.eclipse.linuxtools.callgraph.core/build.properties b/systemtap/org.eclipse.linuxtools.callgraph.core/build.properties
index 0f9b8fab66..2c0ad1ec9f 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.core/build.properties
+++ b/systemtap/org.eclipse.linuxtools.callgraph.core/build.properties
@@ -9,7 +9,6 @@
# Red Hat - initial API and implementation
###############################################################################
source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
.,\
install.sh,\
diff --git a/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/.classpath b/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/.classpath
index eca7bdba8f..43b986286a 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/.classpath
+++ b/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/.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/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/build.properties b/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/build.properties
index 2d6b2f87da..7c2ea28be3 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/build.properties
+++ b/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/build.properties
@@ -9,7 +9,6 @@
# Red Hat - initial API and implementation
###############################################################################
source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
.,\
src/,\
diff --git a/systemtap/org.eclipse.linuxtools.callgraph.launch/.classpath b/systemtap/org.eclipse.linuxtools.callgraph.launch/.classpath
index eca7bdba8f..43b986286a 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.launch/.classpath
+++ b/systemtap/org.eclipse.linuxtools.callgraph.launch/.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/systemtap/org.eclipse.linuxtools.callgraph.launch/build.properties b/systemtap/org.eclipse.linuxtools.callgraph.launch/build.properties
index 30614c7199..a98bea91c7 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.launch/build.properties
+++ b/systemtap/org.eclipse.linuxtools.callgraph.launch/build.properties
@@ -9,7 +9,6 @@
# Red Hat - initial API and implementation
###############################################################################
source.. = src/
-output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
plugin.properties,\
diff --git a/systemtap/org.eclipse.linuxtools.callgraph.tests/.classpath b/systemtap/org.eclipse.linuxtools.callgraph.tests/.classpath
index eca7bdba8f..43b986286a 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.tests/.classpath
+++ b/systemtap/org.eclipse.linuxtools.callgraph.tests/.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/systemtap/org.eclipse.linuxtools.callgraph.tests/build.properties b/systemtap/org.eclipse.linuxtools.callgraph.tests/build.properties
index 374d499f66..af365ea3d2 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.tests/build.properties
+++ b/systemtap/org.eclipse.linuxtools.callgraph.tests/build.properties
@@ -1,5 +1,4 @@
source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
.,\
icons/,\
diff --git a/systemtap/org.eclipse.linuxtools.callgraph/.classpath b/systemtap/org.eclipse.linuxtools.callgraph/.classpath
index eca7bdba8f..43b986286a 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph/.classpath
+++ b/systemtap/org.eclipse.linuxtools.callgraph/.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/systemtap/org.eclipse.linuxtools.callgraph/build.properties b/systemtap/org.eclipse.linuxtools.callgraph/build.properties
index 5a8c2d8267..f2dd13dc3c 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph/build.properties
+++ b/systemtap/org.eclipse.linuxtools.callgraph/build.properties
@@ -9,7 +9,6 @@
# Red Hat - initial API and implementation
###############################################################################
source.. = src/
-output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests/.classpath b/systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests/.classpath
index c4a519dc51..0f2de47284 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests/.classpath
+++ b/systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests/.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 exported="true" 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/systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests/build.properties
index a14146d25c..2168c05a0f 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests/build.properties
+++ b/systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests/build.properties
@@ -1,5 +1,4 @@
source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.properties
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.graphing.core/.classpath b/systemtap/org.eclipse.linuxtools.systemtap.graphing.core/.classpath
index eca7bdba8f..43b986286a 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.graphing.core/.classpath
+++ b/systemtap/org.eclipse.linuxtools.systemtap.graphing.core/.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/systemtap/org.eclipse.linuxtools.systemtap.graphing.core/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.graphing.core/build.properties
index c182bc1e8e..661728fcfb 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.graphing.core/build.properties
+++ b/systemtap/org.eclipse.linuxtools.systemtap.graphing.core/build.properties
@@ -1,5 +1,4 @@
source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
.,\
src/,\
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/.classpath b/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/.classpath
index eca7bdba8f..43b986286a 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/.classpath
+++ b/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/.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/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/build.properties
index 73aa75ee2a..c5e5aa4409 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/build.properties
+++ b/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/build.properties
@@ -1,5 +1,4 @@
source.. = src/
-output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/.classpath b/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/.classpath
index c4a519dc51..0f2de47284 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/.classpath
+++ b/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/.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 exported="true" 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/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/build.properties
index 774eb14393..22931f23f3 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/build.properties
+++ b/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/build.properties
@@ -1,5 +1,4 @@
source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
.
src.includes = about.html
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.structures/.classpath b/systemtap/org.eclipse.linuxtools.systemtap.structures/.classpath
index eca7bdba8f..43b986286a 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.structures/.classpath
+++ b/systemtap/org.eclipse.linuxtools.systemtap.structures/.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/systemtap/org.eclipse.linuxtools.systemtap.structures/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.structures/build.properties
index df8e93d002..f836ae5bf6 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.structures/build.properties
+++ b/systemtap/org.eclipse.linuxtools.systemtap.structures/build.properties
@@ -1,5 +1,4 @@
source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
.,\
src/,\
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/.classpath b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/.classpath
index eca7bdba8f..43b986286a 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/.classpath
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/.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/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/build.properties
index a14146d25c..2168c05a0f 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/build.properties
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/build.properties
@@ -1,5 +1,4 @@
source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.properties
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/.classpath b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/.classpath
index eca7bdba8f..43b986286a 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/.classpath
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/.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/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/build.properties
index 4d5ece26df..506a5ecd54 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/build.properties
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/build.properties
@@ -1,5 +1,4 @@
source.. = src/
-output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/.classpath b/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/.classpath
index eca7bdba8f..43b986286a 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/.classpath
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/.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/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/build.properties
index ac03204b5b..085b7349ad 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/build.properties
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/build.properties
@@ -1,5 +1,4 @@
source.. = src/
-output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
icons/,\
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/.classpath b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/.classpath
index c4a519dc51..0f2de47284 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/.classpath
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/.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 exported="true" 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/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/build.properties
index 1fe25dd0e9..884de45598 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/build.properties
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/build.properties
@@ -1,5 +1,4 @@
source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
helpers/,\
.
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/.classpath b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/.classpath
index eca7bdba8f..43b986286a 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/.classpath
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/.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/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/build.properties
index 7b97eb1d17..2d36e8ba48 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/build.properties
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/build.properties
@@ -1,5 +1,4 @@
source.. = src/
-output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\

Back to the top