From 6b2d7360a9051764dd182359216ec3a5baedd459 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 4 Dec 2013 01:43:38 +0100 Subject: [PATCH] Provide an ant script to export transdroid.jar The Connect project can now be easily exported to the correct location with the provided build.xml. --- README.md | 2 +- core/libs/.gitignore | 1 + lib/build.xml | 29 +++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 core/libs/.gitignore create mode 100644 lib/build.xml diff --git a/README.md b/README.md index 2a812386..e60443eb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Please respect the coding standards for easier merging. master contains the curr Code structure ============== -Transdroid is currently developed in Eclipse, against Android 4.3 (API level 18). To support lite and full version of the app, the core UI is contained in a separate Android library project. The torrent client adapters are also in a seperate project, called Transdroid Connect, but this is a classic Java project. If the Connect project is updated, a fresh .jar needs to be exported (currently manually) to core/libs/transdroid.jar. +Transdroid is currently developed in Eclipse, against Android 4.3 (API level 18). To support lite and full version of the app, the core UI is contained in a separate Android library project. The torrent client adapters are also in a seperate project, called Transdroid Connect, but this is a classic Java project. If the Connect project is updated, a fresh .jar needs to be exported to core/libs/transdroid.jar. In order to do so, run ant within the lib/ directory. * core - Contains the core Android library project with UI, services, resources, etc. * full - Full app version (website release) through AndroidManifest.xml configuration diff --git a/core/libs/.gitignore b/core/libs/.gitignore new file mode 100644 index 00000000..ff263414 --- /dev/null +++ b/core/libs/.gitignore @@ -0,0 +1 @@ +transdroid.jar diff --git a/lib/build.xml b/lib/build.xml new file mode 100644 index 00000000..4ec416e3 --- /dev/null +++ b/lib/build.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + +