diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-04-10 18:05:22 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-04-10 18:05:22 +0200 |
| commit | 08491c7f6c165ee0c3c4fa513559a9ec458d0bd5 (patch) | |
| tree | 5689555f0eeee2d81d8ee53c2ee0e2d2738724b7 /tests | |
| parent | 25e57652eca4efa46a9bb9b1ef968dc3c5263469 (diff) | |
| download | cgeo-08491c7f6c165ee0c3c4fa513559a9ec458d0bd5.zip cgeo-08491c7f6c165ee0c3c4fa513559a9ec458d0bd5.tar.gz cgeo-08491c7f6c165ee0c3c4fa513559a9ec458d0bd5.tar.bz2 | |
refactor project names and references
* rename test project from "cgeo-os-test" to "cgeo-test"
* update referenced projects, as there is no "cgeo-os" project in our
workspace
* this should solve the calendar plugin build issues
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/.project | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/tests/.project b/tests/.project index 2da7b00..1e46e10 100644 --- a/tests/.project +++ b/tests/.project @@ -1,34 +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>
+<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>cgeo-test</name> + <comment></comment> + <projects> + <project>cgeo</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> |
