• Home
  • Raw
  • Download

Lines Matching +full:- +full:jar

1 <?xml version="1.0" encoding="UTF-8"?>
4 <!-- The build.properties file can be created by you and is never touched
23 -->
26 <!-- The default.properties file is created and updated by the 'android' tool, as well
29 should be checked in in Version Control Systems. -->
36 <exec executable="./find-android.bat"/>
40 <exec executable="./find-android.sh"/>
44 <!-- Custom Android task to deal with the project target, and import the proper rules.
45 This requires ant 1.6.0 or above. -->
47 <pathelement path="${sdk.dir}/tools/lib/anttasks.jar"/>
48 <pathelement path="${sdk.dir}/tools/lib/sdklib.jar"/>
49 <pathelement path="${sdk.dir}/tools/lib/androidprefs.jar"/>
50 <pathelement path="${sdk.dir}/tools/lib/apkbuilder.jar"/>
51 <pathelement path="${sdk.dir}/tools/lib/jarutils.jar"/>
55 <pathelement path="${sdk.dir}/platforms/android-16/android.jar"/>
56 <pathelement path="${sdk.dir}/add-ons/addon_google_apis_google_inc_16/libs/maps.jar"/>
57 <pathelement path="${sdk.dir}/add-ons/addon-google_apis-google_inc_-16/libs/maps.jar"/>
58 <pathelement path="${sdk.dir}/add-ons/addon-google_apis-google-16/libs/maps.jar"/>
59 <pathelement path="${sdk.dir}/extras/android/support/v4/android-support-v4.jar"/>
60 <pathelement path="${sdk.dir}/android-compatibility/v4/android-support-v4.jar"/>
102 <fileset dir="${main.external.libs.absolute.dir}" includes="*.jar"/>
107 <target name="jar" description="create the robolectric jar" depends="compile">
109 <jar destfile="${target.dir}/robolectric.jar">
111 </jar>
114 …<target name="jar-all" description="create the robolectric jar including all dependencies" depends…
118 <exclude name="*src.jar" />
119 <exclude name="junit*.jar" />
120 <exclude name="hamcrest*.jar" />
123 <unjar dest="${target.dir}/staging" src="${target.dir}/robolectric.jar"/>
124 <jar destfile="${target.dir}/robolectric-all.jar" basedir="${target.dir}/staging"/>
128 <target name="source-jar" description="create a jar file that includes all of the source code">
130 <jar destfile="${target.dir}/robolectric-src.jar" basedir="${main.absolute.dir}"/>
147 <fileset dir="${main.external.libs.absolute.dir}" includes="*.jar"/>
148 <fileset dir="${test.external.libs.absolute.dir}" includes="*.jar"/>
174 <fileset dir="${main.external.libs.dir}" includes="*.jar"/>
175 <fileset dir="${test.external.libs.dir}" includes="*.jar"/>
182 <target name="check-for-pages-dir-setup">
188 … <target name="check-for-pages-dir" depends="check-for-pages-dir-setup" unless="pages.dir.exists">
192 …ent version of robolectric as jars" depends="clean, test, jar-all, source-jar, check-for-pages-dir…
194 <fileset dir="${target.dir}" includes="robolectric*.jar"/>
196 <exec executable="./update-downloads.rb"/>
199 …<target name="gen-javadoc" description="generate javadoc for the public API" depends="check-for-pa…
212 <fileset dir="${main.external.libs.absolute.dir}" includes="*.jar"/>
218 …<target name="maven-install-jars" description="Install the jar files that Maven can't find for its…
220-file -DgroupId=com.google.android.maps -DartifactId=maps -Dversion=10_r2 -Dpackaging=jar -Dfile=$…
223-file -DgroupId=com.google.android.maps -DartifactId=maps -Dversion=10_r2 -Dpackaging=jar -Dfile=$…
226-file -DgroupId=com.google.android.maps -DartifactId=maps -Dversion=10_r2 -Dpackaging=jar -Dfile=$…
230 <!-- used by travis-ci -->
231 <target name="prepare-travis-ci" description="Prepare for travis ci build">
233 …<get src="http://dl.google.com/android/android-sdk_r20.0.3-linux.tgz" dest="tmp" skipexisting="tru…
234 <untar src="tmp/android-sdk_r20.0.3-linux.tgz" compression="gzip" dest="tmp/sdk"/>
235 <echo file="tmp/install-sdk">#!/bin/sh -e
236 ANDROID="tmp/sdk/android-sdk-linux/tools/android"
238 SDKS=$($ANDROID list sdk --all | awk \
243 $ANDROID update sdk --no-ui --all --filter $SDKS
245 <chmod file="tmp/install-sdk" perm="u+x"/>
246 <exec executable="tmp/install-sdk"/>
248 <entry key="sdk.dir" value="${basedir}/tmp/sdk/android-sdk-linux/"/>
251-file -DgroupId=com.google.android.maps -DartifactId=maps -Dversion=10_r2 -Dpackaging=jar -Dfile=t…