Skip to content

Commit 4182df5

Browse files
committed
Separating source for Android Studio/Gradle and Eclipse/ant to avoid confusing ant.
1 parent dde7f65 commit 4182df5

File tree

326 files changed

+22
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

326 files changed

+22
-13
lines changed

bVNC/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<classpathentry kind="lib" path="libs/com.antlersoft.android.db.jar" sourcepath="/home/mike/src/eclipse-workspaces/android/dbimpl/src"/>
55
<classpathentry kind="lib" path="libs/com.antlersoft.android.contentxml.jar" sourcepath="/dbimpl/src"/>
66
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7-
<classpathentry kind="src" path="src"/>
87
<classpathentry combineaccessrules="false" kind="src" path="/PubkeyGenerator"/>
98
<classpathentry combineaccessrules="false" kind="src" path="/FreeRDPCore"/>
109
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
10+
<classpathentry kind="src" path="src"/>
1111
<classpathentry kind="src" path="gen"/>
1212
<classpathentry kind="output" path="bin/classes"/>
1313
</classpath>

bVNC/AndroidManifest.xml.bVNC

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.iiordanov.bVNC" android:installLocation="auto"
5-
android:versionCode="3976" android:versionName="v3.9.7">
5+
android:versionCode="3980" android:versionName="v3.9.8">
66

77
<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="21"></uses-sdk>
88
<uses-permission android:name="android.permission.INTERNET"></uses-permission>

bVNC/assets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
src/main/assets/
1+
src2/main/assets/

bVNC/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ android {
1616
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
1717
}
1818
}
19+
20+
sourceSets {
21+
main.java.srcDirs = 'src2/main/'
22+
}
1923
}
2024

2125
dependencies {

bVNC/libs/sqlcipher-javadoc.jar

-492 Bytes
Binary file not shown.

bVNC/libs/sqlcipher.jar

-102 KB
Binary file not shown.

bVNC/project.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
split.density=false
1212
# Project target.
1313
target=android-25
14-
android.library.reference.1=../PubkeyGenerator
15-
android.library.reference.2=../../../../android-sdk-linux/extras/android/support/v7/appcompat
16-
android.library.reference.3=../FreeRDP/client/Android/Studio/freeRDPCore/src/main
14+
android.library.reference.1=../../../android-sdk-linux/extras/android/support/v7/appcompat
15+
android.library.reference.2=../Opaque/jni/libs/deps/FreeRDP/client/Android/Studio/freeRDPCore/src/main
16+
android.library.reference.3=../pubkeyGenerator

bVNC/res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
src/main/res/
1+
src2/main/res/

bVNC/src/com

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
main/java/com/
1+
../src2/main/java/com

bVNC/src/org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
main/java/org/
1+
../src2/main/java/org/

0 commit comments

Comments
 (0)