Tue, 10 Feb 2015 18:15:00 +0100
Remove and rename ant, eclipse, and other legacy build configuration.
.classpath | file | annotate | diff | comparison | revisions | |
.gitignore | file | annotate | diff | comparison | revisions | |
.hgignore | file | annotate | diff | comparison | revisions | |
.project | file | annotate | diff | comparison | revisions | |
.settings/org.eclipse.jdt.core.prefs | file | annotate | diff | comparison | revisions |
1.1 --- a/.classpath Tue Feb 10 18:12:00 2015 +0100 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,9 +0,0 @@ 1.4 -<?xml version="1.0" encoding="UTF-8"?> 1.5 -<classpath> 1.6 - <classpathentry kind="src" path="src"/> 1.7 - <classpathentry kind="src" path="gen"/> 1.8 - <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> 1.9 - <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> 1.10 - <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> 1.11 - <classpathentry kind="output" path="bin/classes"/> 1.12 -</classpath>
2.1 --- a/.gitignore Tue Feb 10 18:12:00 2015 +0100 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,11 +0,0 @@ 2.4 -gen 2.5 -proguard/ 2.6 -bin 2.7 -local.properties 2.8 - 2.9 -# Ant 2.10 -build.xml 2.11 - 2.12 -# Android Studio 2.13 -.idea 2.14 -CalDAVSyncAdapter.iml
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/.hgignore Tue Feb 10 18:15:00 2015 +0100 3.3 @@ -0,0 +1,11 @@ 3.4 +gen 3.5 +proguard/ 3.6 +bin 3.7 +local.properties 3.8 + 3.9 +# Ant 3.10 +build.xml 3.11 + 3.12 +# Android Studio 3.13 +.idea 3.14 +CalDAVSyncAdapter.iml
4.1 --- a/.project Tue Feb 10 18:12:00 2015 +0100 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,33 +0,0 @@ 4.4 -<?xml version="1.0" encoding="UTF-8"?> 4.5 -<projectDescription> 4.6 - <name>CalDAVSyncAdapter</name> 4.7 - <comment></comment> 4.8 - <projects> 4.9 - </projects> 4.10 - <buildSpec> 4.11 - <buildCommand> 4.12 - <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> 4.13 - <arguments> 4.14 - </arguments> 4.15 - </buildCommand> 4.16 - <buildCommand> 4.17 - <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> 4.18 - <arguments> 4.19 - </arguments> 4.20 - </buildCommand> 4.21 - <buildCommand> 4.22 - <name>org.eclipse.jdt.core.javabuilder</name> 4.23 - <arguments> 4.24 - </arguments> 4.25 - </buildCommand> 4.26 - <buildCommand> 4.27 - <name>com.android.ide.eclipse.adt.ApkBuilder</name> 4.28 - <arguments> 4.29 - </arguments> 4.30 - </buildCommand> 4.31 - </buildSpec> 4.32 - <natures> 4.33 - <nature>com.android.ide.eclipse.adt.AndroidNature</nature> 4.34 - <nature>org.eclipse.jdt.core.javanature</nature> 4.35 - </natures> 4.36 -</projectDescription>
5.1 --- a/.settings/org.eclipse.jdt.core.prefs Tue Feb 10 18:12:00 2015 +0100 5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 5.3 @@ -1,4 +0,0 @@ 5.4 -eclipse.preferences.version=1 5.5 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 5.6 -org.eclipse.jdt.core.compiler.compliance=1.6 5.7 -org.eclipse.jdt.core.compiler.source=1.6