You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/06/30 16:04:39 UTC

svn commit: rev 22329 - in avalon/trunk/planet/facilities/db/hsql: . etc src/java/org/apache/avalon/db/hsql

Author: mcconnell
Date: Wed Jun 30 07:04:38 2004
New Revision: 22329

Added:
   avalon/trunk/planet/facilities/db/hsql/src/java/org/apache/avalon/db/hsql/HsqlServiceProvider.xprofile
Removed:
   avalon/trunk/planet/facilities/db/hsql/etc/
Modified:
   avalon/trunk/planet/facilities/db/hsql/build.xml
Log:
Add a xprofile so we can easily generate the block.

Modified: avalon/trunk/planet/facilities/db/hsql/build.xml
==============================================================================
--- avalon/trunk/planet/facilities/db/hsql/build.xml	(original)
+++ avalon/trunk/planet/facilities/db/hsql/build.xml	Wed Jun 30 07:04:38 2004
@@ -6,5 +6,12 @@
   <property file="build.properties"/>
   <import file="${project.system}/build/standard.xml"/>
 
+  <target name="build" depends="standard.build">
+    <x:block name="hsql" embed="MAIN">
+      <x:component name="server" profile="simulation"
+         class="org.apache.avalon.db.hsql.HsqlServiceProvider"/>
+    </x:block>
+  </target>
+
 </project>
 

Added: avalon/trunk/planet/facilities/db/hsql/src/java/org/apache/avalon/db/hsql/HsqlServiceProvider.xprofile
==============================================================================
--- (empty file)
+++ avalon/trunk/planet/facilities/db/hsql/src/java/org/apache/avalon/db/hsql/HsqlServiceProvider.xprofile	Wed Jun 30 07:04:38 2004
@@ -0,0 +1,14 @@
+
+<profiles>
+
+  <profile name="simulation">
+    <configuration>
+      <host>127.0.0.1</host>
+      <port>9001</port>
+      <db-name>avalon-hsql</db-name>
+      <debug>true</debug>
+      <silent>false</silent>
+    </configuration>
+ </profile>
+    
+</profiles>

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org