Skip to content

Commit 99908d4

Browse files
committed
Merge branch 'master' of github.com:davidharcombe/AndroidUtils
2 parents cb82fb1 + 6c4750d commit 99908d4

23 files changed

+425
-0
lines changed

.classpath

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="src" path="gen"/>
5+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry kind="output" path="bin"/>
7+
</classpath>

.project

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>AndroidUtils</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.jdt.core.javabuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
</buildSpec>
29+
<natures>
30+
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
31+
<nature>org.eclipse.jdt.core.javanature</nature>
32+
</natures>
33+
</projectDescription>

AndroidManifest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
package="com.gramercysoftware.utils">
4+
<application />
5+
</manifest>

build.properties

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This file is used to override default values used by the Ant build system.
2+
#
3+
# This file must be checked in Version Control Systems, as it is
4+
# integral to the build system of your project.
5+
6+
# This file is only used by the Ant script.
7+
8+
# You can use this to override default values such as
9+
# 'source.dir' for the location of your java source folder and
10+
# 'out.dir' for the location of your output folder.
11+
12+
# You can also use it define how the release builds are signed by declaring
13+
# the following properties:
14+
# 'key.store' for the location of your keystore and
15+
# 'key.alias' for the name of the key to use.
16+
# The password will be asked during the build when you use the 'release' target.
17+

build.xml

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project name="AndroidUtils">
3+
4+
<!-- The local.properties file is created and updated by the 'android' tool.
5+
It contains the path to the SDK. It should *NOT* be checked in in Version
6+
Control Systems. -->
7+
<property file="local.properties" />
8+
9+
<!-- The build.properties file can be created by you and is never touched
10+
by the 'android' tool. This is the place to change some of the default property values
11+
used by the Ant rules.
12+
Here are some properties you may want to change/update:
13+
14+
application.package
15+
the name of your application package as defined in the manifest. Used by the
16+
'uninstall' rule.
17+
source.dir
18+
the name of the source directory. Default is 'src'.
19+
out.dir
20+
the name of the output directory. Default is 'bin'.
21+
22+
Properties related to the SDK location or the project target should be updated
23+
using the 'android' tool with the 'update' action.
24+
25+
This file is an integral part of the build system for your application and
26+
should be checked in in Version Control Systems.
27+
28+
-->
29+
<property file="build.properties" />
30+
31+
<!-- The default.properties file is created and updated by the 'android' tool, as well
32+
as ADT.
33+
This file is an integral part of the build system for your application and
34+
should be checked in in Version Control Systems. -->
35+
<property file="default.properties" />
36+
37+
<!-- Custom Android task to deal with the project target, and import the proper rules.
38+
This requires ant 1.6.0 or above. -->
39+
<path id="android.antlibs">
40+
<pathelement path="${sdk.dir}/tools/lib/anttasks.jar" />
41+
<pathelement path="${sdk.dir}/tools/lib/sdklib.jar" />
42+
<pathelement path="${sdk.dir}/tools/lib/androidprefs.jar" />
43+
<pathelement path="${sdk.dir}/tools/lib/apkbuilder.jar" />
44+
<pathelement path="${sdk.dir}/tools/lib/jarutils.jar" />
45+
</path>
46+
47+
<taskdef name="setup"
48+
classname="com.android.ant.SetupTask"
49+
classpathref="android.antlibs" />
50+
51+
<!-- Execute the Android Setup task that will setup some properties specific to the target,
52+
and import the build rules files.
53+
54+
The rules file is imported from
55+
<SDK>/platforms/<target_platform>/templates/android_rules.xml
56+
57+
To customize some build steps for your project:
58+
- copy the content of the main node <project> from android_rules.xml
59+
- paste it in this build.xml below the <setup /> task.
60+
- disable the import by changing the setup task below to <setup import="false" />
61+
62+
This will ensure that the properties are setup correctly but that your customized
63+
build steps are used.
64+
-->
65+
<setup />
66+
67+
</project>

default.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file is automatically generated by Android Tools.
2+
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3+
#
4+
# This file must be checked in Version Control Systems.
5+
#
6+
# To customize properties used by the Ant build system use,
7+
# "build.properties", and override values to adapt the script to your
8+
# project structure.
9+
10+
android.library=true
11+
# Project target.
12+
target=android-3

junit/.classpath

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
4+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
5+
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
6+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
7+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
8+
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
9+
<classpathentry combineaccessrules="false" kind="src" path="/AndroidUtils"/>
10+
<classpathentry kind="output" path="target/classes"/>
11+
</classpath>

junit/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<projectDescription>
2+
<name>AndroidUtilsJUnit</name>
3+
<comment/>
4+
<projects/>
5+
<buildSpec>
6+
<buildCommand>
7+
<name>org.eclipse.jdt.core.javabuilder</name>
8+
</buildCommand>
9+
<buildCommand>
10+
<name>org.maven.ide.eclipse.maven2Builder</name>
11+
</buildCommand>
12+
</buildSpec>
13+
<natures>
14+
<nature>org.maven.ide.eclipse.maven2Nature</nature>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Sun Aug 15 16:24:18 EDT 2010
2+
eclipse.preferences.version=1
3+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#Sat Jul 24 16:36:36 EDT 2010
2+
activeProfiles=
3+
eclipse.preferences.version=1
4+
fullBuildGoals=process-test-resources
5+
includeModules=false
6+
resolveWorkspaceProjects=true
7+
resourceFilterGoals=process-resources resources\:testResources
8+
skipCompilerPlugin=true
9+
version=1

0 commit comments

Comments
 (0)