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 /.project | |
| parent | 5504ca88e98f8451a6dc1c719862f32ca54bfc50 (diff) | |
| download | java-bootstrap-0290b3ea1c810f21ce29efc3b7f24969aeeba9c4.tar.gz java-bootstrap-0290b3ea1c810f21ce29efc3b7f24969aeeba9c4.tar.xz java-bootstrap-0290b3ea1c810f21ce29efc3b7f24969aeeba9c4.zip | |
build scripts
Diffstat (limited to '.project')
| -rw-r--r-- | .project | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..c3b90e2 --- /dev/null +++ b/.project | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <projectDescription> | ||
| 3 | <name>App</name> | ||
| 4 | <comment></comment> | ||
| 5 | <projects> | ||
| 6 | </projects> | ||
| 7 | <buildSpec> | ||
| 8 | <buildCommand> | ||
| 9 | <name>org.eclipse.jdt.core.javabuilder</name> | ||
| 10 | <arguments> | ||
| 11 | </arguments> | ||
| 12 | </buildCommand> | ||
| 13 | </buildSpec> | ||
| 14 | <natures> | ||
| 15 | <nature>org.eclipse.jdt.core.javanature</nature> | ||
| 16 | </natures> | ||
| 17 | <filteredResources> | ||
| 18 | <filter> | ||
| 19 | <id>1784965956299</id> | ||
| 20 | <name></name> | ||
| 21 | <type>30</type> | ||
| 22 | <matcher> | ||
| 23 | <id>org.eclipse.core.resources.regexFilterMatcher</id> | ||
| 24 | <arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments> | ||
| 25 | </matcher> | ||
| 26 | </filter> | ||
| 27 | </filteredResources> | ||
| 28 | </projectDescription> | ||