[gee-cvs] gabel build.xml,1.58,1.59 manifest.mf,1.8,1.9
Status: Alpha
Brought to you by:
alllee
|
From: Allen L. <al...@us...> - 2006-08-14 18:30:35
|
Update of /cvsroot/gabel/gabel In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv27365 Modified Files: build.xml manifest.mf Log Message: * Fixing SubjectView size issues in bunnified forager * special instructions are now looked up via http URL instead of in the classpath. * minor hygiene Index: manifest.mf =================================================================== RCS file: /cvsroot/gabel/gabel/manifest.mf,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** manifest.mf 24 Jun 2006 23:45:34 -0000 1.8 --- manifest.mf 14 Aug 2006 18:30:02 -0000 1.9 *************** *** 1,5 **** Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.5 ! Created-By: 1.5.0_06-56 ("Apple Computer, Inc.") ! Main-Class: net.sf.gabel.social.client.SocialClient --- 1,5 ---- Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.5 ! Created-By: 1.5.0_07-b03 (Sun Microsystems Inc.) ! Main-Class: net.sf.gabel.forager.client.ForagerApplet Index: build.xml =================================================================== RCS file: /cvsroot/gabel/gabel/build.xml,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** build.xml 24 Jun 2006 23:45:34 -0000 1.58 --- build.xml 14 Aug 2006 18:30:01 -0000 1.59 *************** *** 484,487 **** --- 484,489 ---- <delete dir="${test.results.home}"/> <mkdir dir="${test.results.home}"/> + <!-- FIXME: not running tests right now since Gentoo's ant + junit is + fubared <junit fork="yes" haltonfailure="yes" printsummary="yes"> <jvmarg value="-Dforager.configuration=${forager.configuration}"/> *************** *** 495,498 **** --- 497,501 ---- </batchtest> </junit> + --> </target> *************** *** 513,516 **** --- 516,525 ---- <!-- $Log$ + Revision 1.59 2006/08/14 18:30:01 alllee + * Fixing SubjectView size issues in bunnified forager + * special instructions are now looked up via http URL instead of in the + classpath. + * minor hygiene + Revision 1.58 2006/06/24 23:45:34 wayward_bruce Stable Social client/server. Many small bugfixes, features * and featurelettes to the client/server pair and to * individual experiments as well. |