Skip to content

Commit

Permalink
Squashed 'ClientRuntimes/Java/' changes from f7a6b01..a6eef1f
Browse files Browse the repository at this point in the history
a6eef1f Merge pull request Azure#5 from Azure/jianghaolu-patch-1
2c03d76 Update README
78359ef Merge pull request Azure#4 from jianghaolu/javavnext
f1d7b46 [Azure#957] Merge pull request Azure#3 from jianghaolu/javavnext

git-subtree-dir: ClientRuntimes/Java
git-subtree-split: a6eef1f18ed02212515b2e8fa7727c9e5b13edf5
  • Loading branch information
jianghaolu committed Apr 27, 2016
1 parent 7162a39 commit 9513e6e
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# autorest-clientruntime-for-java
[![Build Status](https://travis-ci.org/Azure/autorest-clientruntime-for-java.svg?branch=javavnext)](https://travis-ci.org/Azure/autorest-clientruntime-for-java)

# AutoRest Client Runtimes for Java
The runtime libraries for AutoRest generated Java clients.

## Repository structure

### client-runtime
This is the generic runtime. You will need this for AutoRest generated library using Java code generator.

### azure-client-runtime
This is the runtime with Azure specific customizations. You will need this for AutoRest generated library using Azure.Java code generator.

### azure-client-authentication
This package provides access to Active Directory authentication on JDK using OrgId or application ID / secret combinations. Multi-factor-auth is currently not supported.

### azure-android-client-authentication
This package provides access to Active Directory authentication on Android. You can login with Microsoft accounts, OrgId, with or without multi-factor-auth.

## Build
To build this repository, you will need maven 2.0+ and gradle 1.6+.
Maven is used for [Java SDK](https://github.com/Azure/azure-sdk-for-java) when it's used as a submodule in there. Gradle is used for [AutoRest](https://github.com/Azure/autorest) when it's used as a submodule in there.

0 comments on commit 9513e6e

Please sign in to comment.