From 2c40e6fa1846c2af73d48ea1760387e0aea07e12 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Sun, 28 Apr 2013 00:45:21 -0700 Subject: [PATCH] library/ --> actionbarsherlock/ --- website/development.html | 2 +- website/usage.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/development.html b/website/development.html index 5031f2743..e66619735 100644 --- a/website/development.html +++ b/website/development.html @@ -15,7 +15,7 @@

Prerequisites

export ANDROID_HOME=/home/jake/vendor/android_sdk/

Compiling

-

Once the prerequisites have been successfully installed, building is as easy as running mvn clean package. The apklib for the library will be located in the library/target/ folder.

+

Once the prerequisites have been successfully installed, building is as easy as running mvn clean package. The apklib for the library will be located in the actionbarsherlock/target/ folder.

You can find a jar for each plugin in its respective target/ folder. The apks for each of the samples are their respective target/ folders as well.

IDE

diff --git a/website/usage.html b/website/usage.html index d4736ad10..e96cdc451 100644 --- a/website/usage.html +++ b/website/usage.html @@ -33,8 +33,8 @@

Requirements

Including In Your Project

There are a few ways to leverage ActionBarSherlock in your projects:

    -
  1. If you’re using the Eclipse Development Environment with the ADT plugin version 0.9.7 or greater you can include ActionBarSherlock as a library project. Create a new Android project in Eclipse using the library/ folder as the existing source. Then, in your project properties, add the created project under the ‘Libraries’ section of the ‘Android’ category.

  2. -
  3. If you use ant to compile from the command line you will need to run android update project -p . inside the library/ folder of the project. Once completed, you can reference the library/ folder of ActionBarSherlock from your application's project.properties file. For more information please see the Android developer guide for referencing library projects.

  4. +
  5. If you’re using the Eclipse Development Environment with the ADT plugin version 0.9.7 or greater you can include ActionBarSherlock as a library project. Create a new Android project in Eclipse using the actionbarsherlock/ folder as the existing source. Then, in your project properties, add the created project under the ‘Libraries’ section of the ‘Android’ category.

  6. +
  7. If you use ant to compile from the command line you will need to run android update project -p . inside the actionbarsherlock/ folder of the project. Once completed, you can reference the actionbarsherlock/ folder of ActionBarSherlock from your application's project.properties file. For more information please see the Android developer guide for referencing library projects.

  8. If you use maven to build your Android project you can simply add a dependency for this library.