Revision: | 951 |
Committed: | Fri Jan 29 16:12:34 2010 UTC (12 years, 3 months ago) by duarte | File size: | 366 byte(s) |
Log Message: | Reorganised the project with a src folder for java source files. Added a jars dir with all jars needed for the project. Added .project and .classpath pointing to relative path of jars. The project should now work out of the box after a check-out with eclipse. No need to setup external jars or anything. |
Line | User | Rev | File contents |
---|---|---|---|
1 | duarte | 951 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <projectDescription> | ||
3 | <name>aglappe</name> | ||
4 | <comment></comment> | ||
5 | <projects> | ||
6 | </projects> | ||
7 | <buildSpec> | ||
8 | <buildCommand> | ||
9 | <name>org.eclipse.jdt.core.javabuilder</name> | ||
10 | <arguments> | ||
11 | </arguments> | ||
12 | </buildCommand> | ||
13 | </buildSpec> | ||
14 | <natures> | ||
15 | <nature>org.eclipse.jdt.core.javanature</nature> | ||
16 | </natures> | ||
17 | </projectDescription> |