diff options
author | Pacien TRAN-GIRARD | 2014-02-08 14:44:29 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-02-08 14:44:29 +0100 |
commit | f9280ac8867ae43211a77f51877936f2fe3f3b61 (patch) | |
tree | 68c829890ab338801c68c12a1b19b6c9a35f761e /.project | |
parent | b6f120fcb6d54f3d2f3e856407c4c96d0770d54f (diff) | |
download | esieequest-f9280ac8867ae43211a77f51877936f2fe3f3b61.tar.gz |
Restructure project for Eclipse
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..7d9a832 --- /dev/null +++ b/.project | |||
@@ -0,0 +1,18 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <projectDescription> | ||
3 | <name>a3p-esieequest</name> | ||
4 | <comment></comment> | ||
5 | <comment></comment> | ||
6 | <projects> | ||
7 | </projects> | ||
8 | <buildSpec> | ||
9 | <buildCommand> | ||
10 | <name>org.eclipse.jdt.core.javabuilder</name> | ||
11 | <arguments> | ||
12 | </arguments> | ||
13 | </buildCommand> | ||
14 | </buildSpec> | ||
15 | <natures> | ||
16 | <nature>org.eclipse.jdt.core.javanature</nature> | ||
17 | </natures> | ||
18 | </projectDescription> | ||