[asterisk-scf-commits] team/dlee/fosdem2011.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Feb 8 09:52:39 CST 2011


branch "master" has been updated
       via  3926d3c93ad57a6c74434623fe321b2e10b766f1 (commit)
      from  1d975d19d1181d4cc99ca79685a218ac762d0023 (commit)

Summary of changes:
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 3926d3c93ad57a6c74434623fe321b2e10b766f1
Author: David M. Lee <dlee at digium.com>
Date:   Tue Feb 8 09:52:22 2011 -0600

    java: automatically assemble the app.

diff --git a/Makefile b/Makefile
index 7b1dc04..395dc9b 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ fred: src/main/cpp/fred.cpp
 	g++ -o $@ -I/opt/Ice-3.4/include -I/usr/local/include -L/opt/Ice-3.4/lib64 -L/usr/local/lib -lIce -lIceUtil -lasterisk-scf-api $<
 
 java:
-	mvn package
+	mvn package appassembler:assemble
 
 fred.pyc: src/main/py/fred.py
 	python $<

-----------------------------------------------------------------------


-- 
team/dlee/fosdem2011.git



More information about the asterisk-scf-commits mailing list