diff options
| author | Kostya <mail@sartin.in> | 2026-07-22 09:36:57 +0000 |
|---|---|---|
| committer | Kostya <mail@sartin.in> | 2026-07-22 09:36:57 +0000 |
| commit | 51e36d68b0dba2188fcb70981e45935e198486dd (patch) | |
| tree | ea9c4f93e7cb696b97d32705b3c6051ccc6c0615 /ex1/.project | |
| parent | 398d1cb405de6afb12787e6f35eb3b54d2afa62f (diff) | |
| download | java-course-51e36d68b0dba2188fcb70981e45935e198486dd.tar.gz java-course-51e36d68b0dba2188fcb70981e45935e198486dd.tar.xz java-course-51e36d68b0dba2188fcb70981e45935e198486dd.zip | |
Diffstat (limited to 'ex1/.project')
| -rw-r--r-- | ex1/.project | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/ex1/.project b/ex1/.project new file mode 100644 index 0000000..421f7ec --- /dev/null +++ b/ex1/.project | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <projectDescription> | ||
| 3 | <name>ex1</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 | <buildCommand> | ||
| 14 | <name>org.eclipse.m2e.core.maven2Builder</name> | ||
| 15 | <arguments> | ||
| 16 | </arguments> | ||
| 17 | </buildCommand> | ||
| 18 | </buildSpec> | ||
| 19 | <natures> | ||
| 20 | <nature>org.eclipse.jdt.core.javanature</nature> | ||
| 21 | <nature>org.eclipse.m2e.core.maven2Nature</nature> | ||
| 22 | </natures> | ||
| 23 | <filteredResources> | ||
| 24 | <filter> | ||
| 25 | <id>1784712768512</id> | ||
| 26 | <name></name> | ||
| 27 | <type>30</type> | ||
| 28 | <matcher> | ||
| 29 | <id>org.eclipse.core.resources.regexFilterMatcher</id> | ||
| 30 | <arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments> | ||
| 31 | </matcher> | ||
| 32 | </filter> | ||
| 33 | </filteredResources> | ||
| 34 | </projectDescription> | ||