diff options
| author | Kostya <mail@sartin.in> | 2026-07-25 08:25:53 +0000 |
|---|---|---|
| committer | Kostya <mail@sartin.in> | 2026-07-25 08:25:53 +0000 |
| commit | 0290b3ea1c810f21ce29efc3b7f24969aeeba9c4 (patch) | |
| tree | a23e2d7cf10168b28d689181a4530720476a914b /.classpath | |
| parent | 5504ca88e98f8451a6dc1c719862f32ca54bfc50 (diff) | |
| download | java-bootstrap-0290b3ea1c810f21ce29efc3b7f24969aeeba9c4.tar.gz java-bootstrap-0290b3ea1c810f21ce29efc3b7f24969aeeba9c4.tar.xz java-bootstrap-0290b3ea1c810f21ce29efc3b7f24969aeeba9c4.zip | |
build scripts
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..7f8bc25 --- /dev/null +++ b/.classpath | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <classpath> | ||
| 3 | <!-- Defines your source folder --> | ||
| 4 | <classpathentry kind="src" output="bin/classes" path="src/main/java"> | ||
| 5 | <attributes> | ||
| 6 | <attribute name="optional" value="true"/> | ||
| 7 | </attributes> | ||
| 8 | </classpathentry> | ||
| 9 | <classpathentry kind="src" output="bin/test-classes" path="src/test/java"> | ||
| 10 | <attributes> | ||
| 11 | <attribute name="optional" value="true"/> | ||
| 12 | <attribute name="test" value="true"/> | ||
| 13 | </attributes> | ||
| 14 | </classpathentry> | ||
| 15 | <!-- Defines the standard Java System Library --> | ||
| 16 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
| 17 | <!-- Defines where compiled .class files go --> | ||
| 18 | <classpathentry kind="output" path="bin"/> | ||
| 19 | </classpath> | ||
| 20 | |||