[MOBY-guts] biomoby commit

Martin Senger senger at dev.open-bio.org
Wed Feb 4 02:00:01 UTC 2009


senger
Tue Feb  3 21:00:01 EST 2009
Update of /home/repository/moby/moby-live/Java/xmls
In directory dev.open-bio.org:/tmp/cvs-serv25790/xmls

Modified Files:
	install.xml 
Log Message:
install task updated to include (some) Java preferences
moby-live/Java/xmls install.xml,1.6,1.7
===================================================================
RCS file: /home/repository/moby/moby-live/Java/xmls/install.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- /home/repository/moby/moby-live/Java/xmls/install.xml	2008/10/24 01:41:37	1.6
+++ /home/repository/moby/moby-live/Java/xmls/install.xml	2009/02/04 02:00:01	1.7
@@ -82,6 +82,7 @@
 
 <target name="post-compile">
   <antcall target="dashboard-config"/>
+  <antcall target="update-preferences"/>
 
 
   <!-- fill local cache -->
@@ -180,3 +181,20 @@
   </delete>
 
 </target>
+
+<target name="update-preferences"
+  depends="compile">
+
+  <path id="install.build.classpath">
+    <path refid="build.classpath"/>
+    <path refid="dependency.classpath"/>
+  </path>
+
+  <java classname="PreferencesManager" taskname="Preferences"
+    classpathref="install.build.classpath" fork="true" failonerror="true">
+    <arg value="-replace"/>
+    <arg value="/org/biomoby/service/dashboard/RegistryPanel/cacheDirectory/AAQnNpPKBSRk-history"/>
+    <arg file="${registry.cache.dir}"/>
+  </java>
+
+</target>




More information about the MOBY-guts mailing list