Scarab commit: svn commit: r10583 - trunk: . src/conf/conf www/repository/fulcrum/jars
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ronvoe122
Date: 2008-05-21 13:56:44-0700
New Revision: 10583
Removed:
trunk/www/repository/fulcrum/jars/fulcrum-hsqldb-1.0-dev.jar
Modified:
trunk/project.xml
trunk/src/conf/conf/componentConfiguration.xml
trunk/src/conf/conf/componentRoles.xml
Log:
Removed unused fulcrum-hsqldb-service.
Modified: trunk/project.xml
Url: http://scarab.tigris.org/source/browse/scarab/trunk/project.xml?view=diff&rev=10583&p1=trunk/project.xml&p2=trunk/project.xml&r1=10582&r2=10583
==============================================================================
--- trunk/project.xml (original)
+++ trunk/project.xml 2008-05-21 13:56:44-0700
@@ -607,15 +607,6 @@
<!-- Avalon Container and Components -->
<dependency>
<groupId>fulcrum</groupId>
- <artifactId>fulcrum-hsqldb</artifactId>
- <version>1.0-dev</version>
- <type>jar</type>
- <properties>
- <war.bundle>true</war.bundle>
- </properties>
- </dependency>
- <dependency>
- <groupId>fulcrum</groupId>
<artifactId>fulcrum-cache</artifactId>
<version>1.0.5</version>
<type>jar</type>
@@ -859,7 +850,7 @@
<type>jar</type>
</dependency>
- <dependency>
+ <dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>2.0.2</version>
Modified: trunk/src/conf/conf/componentConfiguration.xml
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/conf/conf/componentConfiguration.xml?view=diff&rev=10583&p1=trunk/src/conf/conf/componentConfiguration.xml&p2=trunk/src/conf/conf/componentConfiguration.xml&r1=10582&r2=10583
==============================================================================
--- trunk/src/conf/conf/componentConfiguration.xml (original)
+++ trunk/src/conf/conf/componentConfiguration.xml 2008-05-21 13:56:44-0700
@@ -2,9 +2,6 @@
<componentConfig>
- <!--HSQLService database="./target/scarab" dbname="scarab" trace="true"
- silent="false" start="false" port="9001">
- </HSQLService-->
<!-- Torque Component initialized from the Turbine runtime properties -->
<torque />
<mimetype mimetypes="/WEB-INF/conf/mime.types" />
Modified: trunk/src/conf/conf/componentRoles.xml
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/conf/conf/componentRoles.xml?view=diff&rev=10583&p1=trunk/src/conf/conf/componentRoles.xml&p2=trunk/src/conf/conf/componentRoles.xml&r1=10582&r2=10583
==============================================================================
--- trunk/src/conf/conf/componentRoles.xml (original)
+++ trunk/src/conf/conf/componentRoles.xml 2008-05-21 13:56:44-0700
@@ -11,13 +11,6 @@
default-class="org.apache.fulcrum.yaafi.service.systemproperty.SystemPropertyServiceImpl"
early-init="true"
/>
- <!--role
- name="org.apache.fulcrum.hsqldb.HSQLService"
- shorthand="HSQLService"
- default-class="org.apache.fulcrum.hsqldb.HSQLServiceImpl"
- early-init="true"
- /-->
-
<!-- The original TorqueComponent has been inherited and adapted
to the needs of Scarab: It gets its configuration from the
Removed: trunk/www/repository/fulcrum/jars/fulcrum-hsqldb-1.0-dev.jar
Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/repository/fulcrum/jars/fulcrum-hsqldb-1.0-dev.jar?view=auto&rev=10582