diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-03-30 20:23:57 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-03-30 20:25:58 -0400 |
| commit | 4bb080869e6770f7d707cc53b72cabf7a6de8ea5 (patch) | |
| tree | d81ad9dd3f895a187f637d265502fac9433da2e6 /.project | |
| parent | fadc9d01f662ab001d9fdd0fd92c5f0c177557cd (diff) | |
Comment out source-tagging
Temporarily comment out the maven step that executed ctags on the source
code.
Diffstat (limited to '.project')
| -rw-r--r-- | .project | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..9f2b1b3 --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>esodata</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.m2e.core.maven2Nature</nature> + </natures> +</projectDescription> |
