[MOBY-guts] biomoby commit
Martin Senger
senger at pub.open-bio.org
Thu May 19 15:57:21 UTC 2005
senger
Thu May 19 11:57:21 EDT 2005
Update of /home/repository/moby/moby-live/Java/docs
In directory pub.open-bio.org:/tmp/cvs-serv3891/docs
Modified Files:
ChangeLog DirectoriesGuidelines.html Download.html index.html
Added Files:
ChangesInBuild.html
Log Message:
moby-live/Java/docs ChangesInBuild.html,NONE,1.1 ChangeLog,1.28,1.29 DirectoriesGuidelines.html,1.1,1.2 Download.html,1.2,1.3 index.html,1.9,1.10
===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- /home/repository/moby/moby-live/Java/docs/ChangeLog 2005/05/19 10:56:06 1.28
+++ /home/repository/moby/moby-live/Java/docs/ChangeLog 2005/05/19 15:57:21 1.29
@@ -1,3 +1,7 @@
+2005-05-19 Martin Senger <senger at ebi.ac.uk>
+
+ * Ant changed to its latest release.
+
2005-05-17 Martin Senger <senger at ebi.ac.uk>
* Added documentation as a result of the BioMoby meeting in
===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/DirectoriesGuidelines.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/docs/DirectoriesGuidelines.html 2005/05/19 10:56:06 1.1
+++ /home/repository/moby/moby-live/Java/docs/DirectoriesGuidelines.html 2005/05/19 15:57:21 1.2
@@ -86,7 +86,7 @@
</dl>
-<name="packages"></a>
+<a name="packages"></a>
<h2>jMoby packages</h2>
One of the Ben's <a href="CodingGuidelines.html">Twelve
@@ -105,7 +105,7 @@
it). <p>
<dl>
- <dt><tt>org.biomoby.client</tt>
+ <dt><a href="API/org/biomoby/client/package-summary.html"><tt>org.biomoby.client</tt></a>
<dd> It contains components used to develop Moby clients. The Moby
clients can be both clients of the Moby registry and clients of the
@@ -123,7 +123,7 @@
access to the registry databases (like a direct JDBC access), or here
we may have Java-implementation of the whole registry someday.
- <dt><tt>org.biomoby.service</tt>
+ <dt><a href="API/org/biomoby/service/package-summary.html"><tt>org.biomoby.service</tt></a>
<dd>It contains general components that can be used by those writing
code for Moby services. This is not meant to be used for the
@@ -159,10 +159,13 @@
<h3>Other package names</h3>
Please feel free (or better: feel obliged) to add here basic
-descriptions of your own packages.
+descriptions of your own packages. You may also consider to add a
+<tt>package.html</tt> file directly into your package directory (to
+the same sub-directory where your sources are) - such files will be
+picked up by Ant and included directly in the generated API.
<dl>
- <dt><tt>embl.ebi.soap</tt>
+ <dt><a href="API/embl/ebi/soap/package-summary.html"><tt>embl.ebi.soap</tt></a>
<dd>It contains general utilities for making SOAP calls (for SOAP
clients) and to get access to the request and deployment environment,
@@ -181,7 +184,7 @@
<div align=right class="address">
<address><A HREF="mailto:martin.senger at gmail.com">Martin Senger</A><BR></address>
<!-- hhmts start -->
-Last modified: Thu May 19 11:13:55 2005
+Last modified: Thu May 19 15:29:48 2005
<!-- hhmts end -->
</div>
===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/Download.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Java/docs/Download.html 2005/05/19 10:56:06 1.2
+++ /home/repository/moby/moby-live/Java/docs/Download.html 2005/05/19 15:57:21 1.3
@@ -49,7 +49,7 @@
<blockquote>
<a href="#build">How to build it</a><br>
<a href="#targets">What are the build targets</a><br>
-<a href="DirectoryGuidelines.html">Where to put things</a><br>
+<a href="DirectoriesGuidelines.html">Where to put things</a><br>
<a href="#use">How to use it</a><br>
</blockquote>
@@ -362,7 +362,7 @@
<div align=right class="address">
<address><A HREF="mailto:martin.senger at gmail.com">Martin Senger</A><BR></address>
<!-- hhmts start -->
-Last modified: Tue May 17 13:38:10 2005
+Last modified: Thu May 19 13:46:02 2005
<!-- hhmts end -->
</div>
</body> </html>
===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/index.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- /home/repository/moby/moby-live/Java/docs/index.html 2005/05/19 11:00:41 1.9
+++ /home/repository/moby/moby-live/Java/docs/index.html 2005/05/19 15:57:21 1.10
@@ -53,7 +53,9 @@
<ul>
<li class="tiny"><a href="CodingGuidelines.html">The Twelve Commandments for jMoby developers</a> (and some good advice)
<li class="tiny"><a href="DirectoriesGuidelines.html">Directories and packages names explained</a>
- <li class="tiny"><a href="API/index.html">Available APIs</a> (<em>more explanation coming...</em>)
+ <li class="tiny"><a href="API/index.html">Available APIs</a>
+ (see also a general description of <a href="DirectoriesGuidelines.html#packages">package names</a>)
+ <li class="tiny"><a href="ChangesInBuild.html">How to change Ant's <tt>build.xml</tt></a>
<li class="tiny"><a href="SimpleClient.html">How to develop a client talking to a BioMoby service</a> (a Paul Gordon's simple client)
<li class="tiny">How to develop a BioMoby service (<em>coming...</em>)
</ul>
@@ -81,7 +83,7 @@
<div align=right class="address">
<address><A HREF="mailto:martin.senger at gmail.com">Martin Senger</A><BR></address>
<!-- hhmts start -->
-Last modified: Thu May 19 11:20:22 2005
+Last modified: Thu May 19 13:48:27 2005
<!-- hhmts end -->
</div>
</body> </html>
More information about the MOBY-guts
mailing list