diff options
author | Mark Raynsford <[email protected]> | 2012-11-15 22:26:26 +0000 |
---|---|---|
committer | Mark Raynsford <[email protected]> | 2012-11-15 22:26:26 +0000 |
commit | ee95868c7c0a142c2aaf4f49d711b37c00711aa9 (patch) | |
tree | 3b1a6511b054ce9486520a8f30fc79f642d670ba /maven/trivial/.project | |
parent | 553c7a6ab6e876e2942fb34f99d243ee1230d939 (diff) |
Add trivial JOAL maven example
Diffstat (limited to 'maven/trivial/.project')
-rw-r--r-- | maven/trivial/.project | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/maven/trivial/.project b/maven/trivial/.project new file mode 100644 index 0000000..410bcb3 --- /dev/null +++ b/maven/trivial/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>trivial-joal</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.m2e.core.maven2Nature</nature> + </natures> +</projectDescription> |