[MOBY-guts] biomoby commit
Martin Senger
senger at pub.open-bio.org
Thu Sep 1 01:30:07 UTC 2005
senger
Wed Aug 31 21:30:07 EDT 2005
Update of /home/repository/moby/moby-live/Java
In directory pub.open-bio.org:/tmp/cvs-serv2557
Modified Files:
build.properties.template build.xml
Log Message:
moby-live/Java build.properties.template,1.4,1.5 build.xml,1.24,1.25
===================================================================
RCS file: /home/repository/moby/moby-live/Java/build.properties.template,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /home/repository/moby/moby-live/Java/build.properties.template 2005/08/26 06:27:02 1.4
+++ /home/repository/moby/moby-live/Java/build.properties.template 2005/09/01 01:30:07 1.5
@@ -7,7 +7,7 @@
build.compiler = jikes
-#dot.path = /path/to/dot
+#dot.location = /path/to/dot
#proxySet = true
#http.proxyHost = your proxy host
#http.proxyPort = your proxy port
@@ -17,19 +17,19 @@
# properties is in the deployment descriptor in
# 'src/webapps/web.xml.template
-catalina.home = /home/senger/Software/jakarta-catalina
-provider.name = Martin Senger
-provider.email = senger at ebi.ac.uk
-refresh.interval = 3
-cache.dir = /tmp/jmoby
-cache.url = http://localhost/jmobycache
-default.endpoint = http://localhost/cgi-bin/moby
-default.namespace = http://mobycentral.cbr.nrc.ca/MOBY/Central
+#catalina.home = /home/senger/Software/jakarta-catalina
+#provider.name = your-name
+#provider.email = your-email-address
+#refresh.interval = 3
+#cache.dir = /tmp/jmoby
+#cache.url = http://localhost/jmobycache
+#default.endpoint = http://localhost/cgi-bin/moby
+#default.namespace = http://mobycentral.cbr.nrc.ca/MOBY/Central
-servlet.name.graphs = graphs
-servlet.url.graphs = /graphs/*
+#servlet.name.graphs = graphs
+#servlet.url.graphs = /graphs/*
-registry.cache.dir = /tmp/mobycache
+#registry.cache.dir = /tmp/mobycache
#moses.filter.dt
#moses.service = runFasta
===================================================================
RCS file: /home/repository/moby/moby-live/Java/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- /home/repository/moby/moby-live/Java/build.xml 2005/08/31 11:39:05 1.24
+++ /home/repository/moby/moby-live/Java/build.xml 2005/09/01 01:30:07 1.25
@@ -175,8 +175,8 @@
<condition property="proxySet" value="">
<not><isset property="proxySet"/></not>
</condition>
- <condition property="dot.path" value="">
- <not><isset property="dot.path"/></not>
+ <condition property="dot.location" value="">
+ <not><isset property="dot.location"/></not>
</condition>
<condition property="registry.cache.dir" value="">
<not><isset property="registry.cache.dir"/></not>
@@ -302,8 +302,8 @@
<pathelement location="${src.clients}"/>
</sourcepath>
- <header><![CDATA[<font size="-1">Generated: ${TODAY_LONG}</font>]]></header>
- <bottom><![CDATA[<font size="-1"><a href="mailto:moby-dev at biomoby.org?subject=jMoby%20API">Submit a bug or feature</a><BR>Generated: ${TODAY_LONG}</font>]]></bottom>
+ <header><![CDATA[<font size='-1'>Generated: ${TODAY_LONG}</font>]]></header>
+ <bottom><![CDATA[<font size='-1'><a href='mailto:moby-dev at biomoby.org?subject=jMoby%20API'>Submit a bug or feature</a><BR>Generated: ${TODAY_LONG}</font>]]></bottom>
<group
title="jMoby Shared Resources"
packages="org.biomoby.shared,org.biomoby.shared.*"/>
@@ -561,7 +561,7 @@
<filter token="PROXY_SET" value="${proxySet}"/>
<filter token="PROXY_HOST" value="${http.proxyHost}"/>
<filter token="PROXY_PORT" value="${http.proxyPort}"/>
- <filter token="DOT_PATH" value="${dot.path}"/>
+ <filter token="DOT_PATH" value="${dot.location}"/>
<filter token="REGISTRY_CACHE_DIR" value="${registry.cache.dir}"/>
</filterset>
</copy>
@@ -905,8 +905,8 @@
</sourcepath>
<!-- decorations -->
- <header><![CDATA[<font size="-1">Generated: ${TODAY_LONG}</font>]]></header>
- <bottom><![CDATA[<font size="-1"><a href="mailto:moby-dev at biomoby.org?subject=samples%20API">Submit a bug or feature</a><BR>Generated: ${TODAY_LONG}</font>]]></bottom>
+ <header><![CDATA[<font size='-1'>Generated: ${TODAY_LONG}</font>]]></header>
+ <bottom><![CDATA[<font size='-1'><a href='mailto:moby-dev at biomoby.org?subject=samples%20API'>Submit a bug or feature</a><BR>Generated: ${TODAY_LONG}</font>]]></bottom>
</javadoc>
</target>
@@ -980,9 +980,6 @@
<condition property="moses.filter.dt" value="">
<not><isset property="moses.filter.dt"/></not>
</condition>
- <condition property="dot.location" value="">
- <not><isset property="dot.location"/></not>
- </condition>
<condition property="moses.quiet" value="no"><not><isset property="moses.quiet"/></not></condition>
<condition property="real.moses.quiet" value="-q"><istrue value="${moses.quiet}"/></condition>
@@ -1065,9 +1062,6 @@
<condition property="moses.authority" value="">
<not><isset property="moses.authority"/></not>
</condition>
- <condition property="dot.location" value="">
- <not><isset property="dot.location"/></not>
- </condition>
<condition property="moses.quiet" value="no"><not><isset property="moses.quiet"/></not></condition>
<condition property="real.moses.quiet" value="-q"><istrue value="${moses.quiet}"/></condition>
@@ -1084,9 +1078,9 @@
<arg value="-cacheDir"/>
<arg file="${registry.cache.dir}"/>
<arg value="-service"/>
- <arg value="${moses.service}"/> <!-- TBD -->
+ <arg value="${moses.service}"/>
<arg value="-auth"/>
- <arg value="${moses.authority}"/> <!-- TBD -->
+ <arg value="${moses.authority}"/>
<arg value="-outdir"/>
<arg file="${src.skeletons}"/>
<arg value="-dot"/>
@@ -1218,8 +1212,8 @@
</sourcepath>
<!-- decorations -->
- <header><![CDATA[<font size="-1">Generated: ${TODAY_LONG}</font>]]></header>
- <bottom><![CDATA[<font size="-1"><a href="mailto:moby-dev at biomoby.org?subject=Moses%20API">Submit a bug or feature</a><BR>Generated: ${TODAY_LONG}</font>]]></bottom>
+ <header><![CDATA[<font size='-1'>Generated: ${TODAY_LONG}</font>]]></header>
+ <bottom><![CDATA[<font size='-1'><a href='mailto:moby-dev at biomoby.org?subject=Moses%20API'>Submit a bug or feature</a><BR>Generated: ${TODAY_LONG}</font>]]></bottom>
<group
title="Biomoby data types"
packages="org.biomoby.shared.datatypes"/>
More information about the MOBY-guts
mailing list