diff options
author | wisberg <wisberg> | 2002-12-16 21:20:19 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 21:20:19 +0000 |
commit | c67cb6056cbd89b1fa95ec6a1813793fa18edf16 (patch) | |
tree | a8a5e0acf711a9e9953c3b2a80a5920bbcd9f382 /tests/.project | |
parent | c3472c7ced31834873429a8688607e0460432686 (diff) | |
download | aspectj-c67cb6056cbd89b1fa95ec6a1813793fa18edf16.tar.gz aspectj-c67cb6056cbd89b1fa95ec6a1813793fa18edf16.zip |
initial version
Diffstat (limited to 'tests/.project')
-rw-r--r-- | tests/.project | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/.project b/tests/.project new file mode 100644 index 000000000..8606bcaf5 --- /dev/null +++ b/tests/.project @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>tests</name> + <comment></comment> + <projects> + <project>testing</project> + <project>testing-drivers</project> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> |