tobrien / common-java-cookbook

A book dedicated to smallish (or maybe not so smallish) and useful Java components

tobrien (author)
Wed Aug 05 09:27:22 -0700 2009
commit  fae305d8d48b16338064a9f492390c4161e58178
tree    45c53180bb4037fe200722db44fbe5a23cb65713
parent  b0d0ec8a6392ad91bd11843703f6e2b85ab41cd4
common-java-cookbook / .project
100644 24 lines (23 sloc) 0.535 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>book</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
</natures>
</projectDescription>