Update of /cvsroot/ccmtools/ccmtools/test/JavaAssembly/test1
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv30310/test/JavaAssembly/test1
Modified Files:
Makefile
Log Message:
new facet adapter concept
Index: Makefile
===================================================================
RCS file: /cvsroot/ccmtools/ccmtools/test/JavaAssembly/test1/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile 16 Feb 2007 12:34:32 -0000 1.2
--- Makefile 19 Feb 2007 09:08:48 -0000 1.3
***************
*** 2,5 ****
--- 2,7 ----
ccmjava -app -iface -local test1.idl
ccmjava -assembly test1.assembly test1.idl
+ cp ../prototype/wamas/Main.java wamas/
javac `find -name '*.java'`
+ java wamas.Main
rm `find -name '*.class'`
|