diff options
author | Samuel Tardieu <sam@rfc1149.net> | 2011-09-16 14:28:47 +0200 |
---|---|---|
committer | Samuel Tardieu <sam@rfc1149.net> | 2011-09-16 14:28:47 +0200 |
commit | f76f2b8d3c2e1dd06262e88e6ccf5d29521dacf3 (patch) | |
tree | 811888e38c42b8101095cfc166a5c37f6b8c1ebe /tests/.project | |
parent | 853d0fecf124a3278f4ae41f8e905e7b87b782b9 (diff) | |
download | cgeo-f76f2b8d3c2e1dd06262e88e6ccf5d29521dacf3.zip cgeo-f76f2b8d3c2e1dd06262e88e6ccf5d29521dacf3.tar.gz cgeo-f76f2b8d3c2e1dd06262e88e6ccf5d29521dacf3.tar.bz2 |
Reorganize tests to include them in the main repository
Diffstat (limited to 'tests/.project')
-rw-r--r-- | tests/.project | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/.project b/tests/.project new file mode 100644 index 0000000..2da7b00 --- /dev/null +++ b/tests/.project @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>cgeo-os-test</name>
+ <comment></comment>
+ <projects>
+ <project>cgeo-os</project>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>com.android.ide.eclipse.adt.ApkBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>com.android.ide.eclipse.adt.AndroidNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
|