diff options
author | said belhadj <saidbelhadj0312@gmail.com> | 2021-06-26 12:01:49 +0200 |
---|---|---|
committer | said belhadj <saidbelhadj0312@gmail.com> | 2021-06-26 12:01:49 +0200 |
commit | 05b5bb7d2407006e08f46f66893a972a9f091952 (patch) | |
tree | 5f9756148699ac753de4834068faa4d333c36f98 /.project | |
parent | e58b48a3162539cb79ff495d6040ca6f53f069d6 (diff) |
Add reset, pause, quit functionality
Diffstat (limited to '.project')
-rw-r--r-- | .project | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..cf232f0 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>spoteezer</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |