Skip to content

Commit cde8e4f

Browse files
committed
chore: adapt JDT output directory to Maven build directory
1 parent 343400b commit cde8e4f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • com.microsoft.copilot.eclipse.terminal.api
  • com.microsoft.copilot.eclipse.ui.jobs
  • com.microsoft.copilot.eclipse.ui.terminal.tm
  • com.microsoft.copilot.eclipse.ui.terminal

com.microsoft.copilot.eclipse.terminal.api/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src"/>
6-
<classpathentry kind="output" path="bin"/>
6+
<classpathentry kind="output" path="target/classes"/>
77
</classpath>

com.microsoft.copilot.eclipse.ui.jobs/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src/"/>
6-
<classpathentry kind="output" path="bin"/>
6+
<classpathentry kind="output" path="target/classes"/>
77
</classpath>

com.microsoft.copilot.eclipse.ui.terminal.tm/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src"/>
6-
<classpathentry kind="output" path="bin"/>
6+
<classpathentry kind="output" path="target/classes"/>
77
</classpath>

com.microsoft.copilot.eclipse.ui.terminal/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src"/>
6-
<classpathentry kind="output" path="bin"/>
6+
<classpathentry kind="output" path="target/classes"/>
77
</classpath>
88

0 commit comments

Comments
 (0)