Android samples fixed - line endings are converted to unix style; autogenerated folders are added to ignore list

This commit is contained in:
Andrey Kamaev
2011-06-29 13:42:46 +00:00
parent 359b76bdad
commit 3df6548c4a
6 changed files with 164 additions and 164 deletions

View File

@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv.JavaAPI"
android:versionCode="1"
android:versionName="1.0">
<application android:label="OpenCVJavaAPI">
<activity android:name="OpenCVJavaAPI"
android:label="OpenCVJavaAPI">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv"
android:versionCode="1"
android:versionName="1.0">
<application android:label="OpenCV">
<activity android:name="OpenCV"
android:label="OpenCV">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>