diff options
author | Stanislav Wolski <stanislau.wolski@gmail.com> | 2017-03-29 09:06:23 +0300 |
---|---|---|
committer | Stanislav Wolski <stanislau.wolski@gmail.com> | 2017-03-29 09:06:23 +0300 |
commit | 89d0bf924e9b8a4fc6782599fd80ec7c7798e016 (patch) | |
tree | 5fb3cecab5ca02801e4209634880d6fe85295cb6 /.project | |
download | grid-export-excel-java-master.zip grid-export-excel-java-master.tar.gz grid-export-excel-java-master.tar.bz2 |
[add] initial importHEADorigin/masterorigin/HEADmaster
Diffstat (limited to '.project')
-rw-r--r-- | .project | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000..2e6d8ca --- /dev/null +++ b/.project @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>XML2Excel</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> + <nature>com.sysdeo.eclipse.tomcat.tomcatnature</nature> + </natures> +</projectDescription> |