Android samples are renamed

This commit is contained in:
Andrey Kamaev
2011-07-15 15:56:08 +00:00
parent 39dab5e0cf
commit 7c6fc6e18a
62 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>opencv2.3.1</name>
<name>OpenCV-2.3.1</name>
<comment></comment>
<projects>
</projects>
+3 -3
View File
@@ -3,9 +3,9 @@
package="org.opencv"
android:versionCode="1"
android:versionName="1.0">
<application android:label="opencv2.3.1">
<activity android:name="opencv2.3.1"
android:label="opencv2.3.1">
<application android:label="OpenCV-2.3.1">
<activity android:name="OpenCV-2.3.1"
android:label="OpenCV-2.3.1">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />