[MOBY-guts] biomoby commit

Paul Gordon gordonp at dev.open-bio.org
Wed Dec 6 18:37:51 UTC 2006


gordonp
Wed Dec  6 13:37:51 EST 2006
Update of /home/repository/moby/moby-live/Java/xmls/servlet
In directory dev.open-bio.org:/tmp/cvs-serv25736/xmls/servlet

Modified Files:
	mobyService.properties 
Log Message:
Modified to work nicely with the tutorial
moby-live/Java/xmls/servlet mobyService.properties,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Java/xmls/servlet/mobyService.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Java/xmls/servlet/mobyService.properties	2006/12/06 18:19:05	1.2
+++ /home/repository/moby/moby-live/Java/xmls/servlet/mobyService.properties	2006/12/06 18:37:51	1.3
@@ -4,7 +4,7 @@
 # Where the Java source directory is located.
 src.dir=${project.dir}/src
 
-# The package-qualified location of your main class (the one extending MobyServlet).
+# The package-qualified location of your main class's source code (the one extending MobyServlet).
 main.class.file=org/biomoby/service/test/ConvertAAtoFASTA_AA.java
 
 # Where all 3rd party libraries for your code are stored.
@@ -13,7 +13,7 @@
 # Name of the output WAR archive to be generated (will also be the servlet name).
 my.servlet.war.file=ConvertAAtoFASTA_AA.war
 
-# The location of a test MOBY XML input data file (use as input to test your service).
+# The location of a test MOBY XML input data file (used as input to test your service).
 input.data.file=${project.dir}/mobyAASeq.xml
 
 # Java Servlet host URL




More information about the MOBY-guts mailing list