diff options
author | Dominik Stadler <centic@apache.org> | 2013-10-16 19:59:29 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2013-10-16 19:59:29 +0000 |
commit | ff70dc32f65e6e39ddc054ed14ec18e328cddf89 (patch) | |
tree | 33b7dc3c341df7f07d3f8fa3dad65152ea9ee1d8 /.project | |
parent | 34209b86617ed4d5fb6d30f83ca8f327938cb367 (diff) | |
download | poi-ff70dc32f65e6e39ddc054ed14ec18e328cddf89.tar.gz poi-ff70dc32f65e6e39ddc054ed14ec18e328cddf89.zip |
Add Eclipse project files and settings to make it easier to start hacking on POI in Eclipse
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1532876 13f79535-47bb-0310-9956-ffa450edef68
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 0000000000..40d6466b28 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>ApachePOI</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> |