diff options
author | Andrew C. Oliver <acoliver@apache.org> | 2002-11-11 01:34:01 +0000 |
---|---|---|
committer | Andrew C. Oliver <acoliver@apache.org> | 2002-11-11 01:34:01 +0000 |
commit | 124671715a04979f8fe55ab0bf601112a8569783 (patch) | |
tree | 18d3e59d2c775ad905600ec5b89460dcb5369906 /.project | |
parent | bed2d0ac94243cb510b8625855a6b760a0aec326 (diff) | |
download | poi-124671715a04979f8fe55ab0bf601112a8569783.tar.gz poi-124671715a04979f8fe55ab0bf601112a8569783.zip |
event record factory
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352913 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..c9ebc6d364 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>jakarta-poi</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> |