Remove db conf comments

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@450036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2006-09-26 12:56:41 +00:00
parent 30bfe0adda
commit f432e73c6d
1 changed files with 0 additions and 34 deletions

View File

@ -180,46 +180,12 @@
<component>
<role>org.codehaus.plexus.jdo.JdoFactory</role>
<!--
<implementation>org.codehaus.plexus.jdo.DefaultConfigurableJdoFactory</implementation>
-->
<implementation>org.codehaus.plexus.jdo.DataSourceConfigurableJdoFactory</implementation>
<configuration>
<connectionFactoryName>java:comp/env/jdbc/users</connectionFactoryName>
<shutdownConnectionFactoryName>java:comp/env/jdbc/shutdown</shutdownConnectionFactoryName>
<!-- HSQLDB Configuration -->
<!--
NOTE: NO NOT USE THIS CONFIGURATION FOR A PRODUCTION SYSTEM.
HSQLDB keeps all data in memory at all times.
NOTE: JPOX 1.1.1 won't create the tables on start
http://www.jpox.org/servlet/jira/browse/CORE-2946
-->
<!--
<driverName>org.hsqldb.jdbcDriver</driverName>
<url>jdbc:hsqldb:mem:test</url>
<userName>sa</userName>
<password></password>
-->
<!-- Apache Derby Configuration -->
<!--
<driverName>org.apache.derby.jdbc.EmbeddedDriver</driverName>
<url>jdbc:derby:${plexus.home}/database;create=true</url>
<userName>sa</userName>
<password></password>
-->
<!-- Postgresql Configuration -->
<!--
<driverName>org.postgresql.Driver</driverName>
<url>jdbc:postgresql://localhost/continuum</url>
<userName>username</userName>
<password></password>
-->
<!-- JPOX and JDO configuration -->
<persistenceManagerFactoryClass>org.jpox.PersistenceManagerFactoryImpl</persistenceManagerFactoryClass>
<otherProperties>