diff options
author | Sven Gothel <[email protected]> | 2020-06-18 09:42:07 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-06-18 09:42:07 +0200 |
commit | 7c86eb286580d64a68dafc9b4986e4def2d6162b (patch) | |
tree | 7fde267c4b9909d53e65f6d0ced54387e76a9e85 /.classpath | |
parent | c9f2ee3ce052f9055e67df86365beb56712b6941 (diff) |
Eclipse project: build-x86_64 -> build-amd64
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ <classpathentry kind="src" path="examples/java"/> <classpathentry kind="src" path="java"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_121"/> - <classpathentry kind="output" path="build-eclipse-x86_64/"/> + <classpathentry kind="output" path="build-eclipse-amd64/"/> </classpath> |