Browse Source

core/full: allow building from command line

* add symlinks in core to libs
  (there's probably a more elegant way to handle this)
* create src dir in full/
* remove ant.properties, i wont be signing with that key
pull/161/head
Dan Pasanen 10 years ago
parent
commit
d5af390e4a
  1. 1
      core/src/com
  2. 1
      core/src/de
  3. 1
      core/src/org/apache
  4. 1
      core/src/org/base64
  5. 1
      core/src/org/transdroid/daemon
  6. 2
      full/ant.properties
  7. 0
      full/src/.keep

1
core/src/com

@ -0,0 +1 @@ @@ -0,0 +1 @@
../../lib/src/com

1
core/src/de

@ -0,0 +1 @@ @@ -0,0 +1 @@
../../lib/src/de

1
core/src/org/apache

@ -0,0 +1 @@ @@ -0,0 +1 @@
../../../lib/src/org/apache

1
core/src/org/base64

@ -0,0 +1 @@ @@ -0,0 +1 @@
../../../lib/src/org/base64

1
core/src/org/transdroid/daemon

@ -0,0 +1 @@ @@ -0,0 +1 @@
../../../../lib/src/org/transdroid/daemon

2
full/ant.properties

@ -1,2 +0,0 @@ @@ -1,2 +0,0 @@
key.store=../..//erickok.keystore
key.alias=transdroid

0
full/src/.keep

Loading…
Cancel
Save