pull/13383/head
parent
b6c2c61ce1
commit
5bea651e81
11 changed files with 87 additions and 70 deletions
@ -1,40 +1,33 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
<projectDescription> |
<projectDescription> |
||||||
<name>OpenCV_JavaAPI_Tests</name> |
<name>OpenCV_JavaAPI_Tests</name> |
||||||
<comment></comment> |
<comment></comment> |
||||||
<projects> |
<projects> |
||||||
</projects> |
</projects> |
||||||
<buildSpec> |
<buildSpec> |
||||||
<buildCommand> |
<buildCommand> |
||||||
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> |
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> |
||||||
<arguments> |
<arguments> |
||||||
</arguments> |
</arguments> |
||||||
</buildCommand> |
</buildCommand> |
||||||
<buildCommand> |
<buildCommand> |
||||||
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> |
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> |
||||||
<arguments> |
<arguments> |
||||||
</arguments> |
</arguments> |
||||||
</buildCommand> |
</buildCommand> |
||||||
<buildCommand> |
<buildCommand> |
||||||
<name>org.eclipse.jdt.core.javabuilder</name> |
<name>org.eclipse.jdt.core.javabuilder</name> |
||||||
<arguments> |
<arguments> |
||||||
</arguments> |
</arguments> |
||||||
</buildCommand> |
</buildCommand> |
||||||
<buildCommand> |
<buildCommand> |
||||||
<name>com.android.ide.eclipse.adt.ApkBuilder</name> |
<name>com.android.ide.eclipse.adt.ApkBuilder</name> |
||||||
<arguments> |
<arguments> |
||||||
</arguments> |
</arguments> |
||||||
</buildCommand> |
</buildCommand> |
||||||
</buildSpec> |
</buildSpec> |
||||||
<natures> |
<natures> |
||||||
<nature>com.android.ide.eclipse.adt.AndroidNature</nature> |
<nature>com.android.ide.eclipse.adt.AndroidNature</nature> |
||||||
<nature>org.eclipse.jdt.core.javanature</nature> |
<nature>org.eclipse.jdt.core.javanature</nature> |
||||||
</natures> |
</natures> |
||||||
<linkedResources> |
</projectDescription> |
||||||
<link> |
|
||||||
<name>OpenCV_src</name> |
|
||||||
<type>2</type> |
|
||||||
<locationURI>_android_OpenCV_8d28b05d/src</locationURI> |
|
||||||
</link> |
|
||||||
</linkedResources> |
|
||||||
</projectDescription> |
|
||||||
|
@ -1,2 +1,2 @@ |
|||||||
# Project target. |
# Project target. |
||||||
target=android-8 |
target=android-11 |
||||||
|
@ -1,3 +1,3 @@ |
|||||||
android.library.reference.1=../../../android/build |
android.library.reference.1=../../../android/build |
||||||
# Project target. |
# Project target. |
||||||
target=android-8 |
target=android-11 |
||||||
|
@ -1,2 +1,2 @@ |
|||||||
# Project target. |
# Project target. |
||||||
target=android-8 |
target=android-11 |
||||||
|
@ -1,3 +1,3 @@ |
|||||||
android.library.reference.1=../../../android/build |
android.library.reference.1=../../../android/build |
||||||
# Project target. |
# Project target. |
||||||
target=android-8 |
target=android-11 |
||||||
|
Loading…
Reference in new issue