[gee-cvs] gabel manifest.mf, 1.7, 1.8 build.xml, 1.57, 1.58 .project, 1.3, 1.4
Status: Alpha
Brought to you by:
alllee
|
From: Zoran R. <way...@us...> - 2006-06-24 23:45:38
|
Update of /cvsroot/gabel/gabel In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv32083 Modified Files: build.xml .project Added Files: manifest.mf Log Message: Stable Social client/server. Many small bugfixes, features * and featurelettes to the client/server pair and to * individual experiments as well. --- NEW FILE: manifest.mf --- 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 Index: build.xml =================================================================== RCS file: /cvsroot/gabel/gabel/build.xml,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** build.xml 19 Jun 2006 07:46:16 -0000 1.57 --- build.xml 24 Jun 2006 23:45:34 -0000 1.58 *************** *** 47,51 **** <property name="javadoc.private.home" value="docs/private"/> <property name="client.dist.jarfile" value="forager-client.jar"/> - <property name="social.jarfile" value="social-client.jar"/> <!-- Set up the CLASSPATH, includes all jars in the lib --- 47,50 ---- *************** *** 145,149 **** </target> ! <target name='social-client-jar' depends='compile-social'> <chmod dir='${build.home}' perm='a+rx' type='dir' includes='**'/> <chmod dir='${build.home}' perm='a+r' type='file' includes='**'/> --- 144,148 ---- </target> ! <target name='picture-client-jar' depends='compile-social'> <chmod dir='${build.home}' perm='a+rx' type='dir' includes='**'/> <chmod dir='${build.home}' perm='a+r' type='file' includes='**'/> *************** *** 152,156 **** </manifest> ! <jar destfile='social-client.jar' manifest='manifest.mf'> <fileset dir='${build.home}'> <include name='net/sf/gabel/server/**' /> --- 151,155 ---- </manifest> ! <jar destfile='picture-client.jar' manifest='manifest.mf'> <fileset dir='${build.home}'> <include name='net/sf/gabel/server/**' /> *************** *** 163,167 **** </target> ! <target name='social-server-jar' depends='compile-social'> <chmod dir='${build.home}' perm='a+rx' type='dir' includes='**'/> <chmod dir='${build.home}' perm='a+r' type='file' includes='**'/> --- 162,166 ---- </target> ! <target name='picture-server-jar' depends='compile-social'> <chmod dir='${build.home}' perm='a+rx' type='dir' includes='**'/> <chmod dir='${build.home}' perm='a+r' type='file' includes='**'/> *************** *** 170,174 **** </manifest> ! <jar destfile='social-server.jar' manifest='manifest.mf'> <fileset dir='${build.home}'> <include name='net/sf/gabel/server/**' /> --- 169,173 ---- </manifest> ! <jar destfile='picture-server.jar' manifest='manifest.mf'> <fileset dir='${build.home}'> <include name='net/sf/gabel/server/**' /> *************** *** 181,187 **** </target> ! <target name='social-release' depends='social-server-jar,social-client-jar'> <copy todir='${build.release}/jars' file='social-server.jar' overwrite='true'/> ! <copy todir='${build.release}/htdocs/social' file='social-client.jar' overwrite='true'/> </target> --- 180,186 ---- </target> ! <target name='picture-release' depends='picture-server-jar,picture-client-jar'> <copy todir='${build.release}/jars' file='social-server.jar' overwrite='true'/> ! <copy todir='${build.release}/htdocs/social' file='picture-client.jar' overwrite='true'/> </target> *************** *** 514,517 **** --- 513,519 ---- <!-- $Log$ + 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. + Revision 1.57 2006/06/19 07:46:16 alllee adding forager.configuration sysproperty to standalone client target Index: .project =================================================================== RCS file: /cvsroot/gabel/gabel/.project,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .project 25 Nov 2005 20:28:52 -0000 1.3 --- .project 24 Jun 2006 23:45:34 -0000 1.4 *************** *** 11,14 **** --- 11,24 ---- </arguments> </buildCommand> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/ant build.launch</value> + </dictionary> + </arguments> + </buildCommand> </buildSpec> <natures> |