You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by se...@apache.org on 2006/06/20 08:25:42 UTC

svn commit: r415518 - /jakarta/turbine/fulcrum/trunk/sample-avalon-conf.xml

Author: seade
Date: Mon Jun 19 23:25:41 2006
New Revision: 415518

URL: http://svn.apache.org/viewvc?rev=415518&view=rev
Log:
>From Scarab FULS7: Dashes are not allowed within the XML comments in sample-avalon-conf.xml.  Xerces complains.

Modified:
    jakarta/turbine/fulcrum/trunk/sample-avalon-conf.xml

Modified: jakarta/turbine/fulcrum/trunk/sample-avalon-conf.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/sample-avalon-conf.xml?rev=415518&r1=415517&r2=415518&view=diff
==============================================================================
--- jakarta/turbine/fulcrum/trunk/sample-avalon-conf.xml (original)
+++ jakarta/turbine/fulcrum/trunk/sample-avalon-conf.xml Mon Jun 19 23:25:41 2006
@@ -1,25 +1,25 @@
 <fulcrum-services>
 
-<!-- -------------------------------------------------------------------
+<!--
  
  B S F  S E R V I C E
 
- ------------------------------------------------------------------- -->
+ -->
 <bsf use-property-file="true"
      scriptsDirectory="WEB-INF/scripts" defaultExtension="py"/>
 
-<!-- -------------------------------------------------------------------
+<!--
  
  C A C H E  S E R V I C E
 
- ------------------------------------------------------------------- -->
+ -->
 <cache use-property-file="true"/>
 
-<!-- -------------------------------------------------------------------
+<!--
  
  C R Y P T O  S E R V I C E
 
- ------------------------------------------------------------------- -->
+ -->
 <crypto use-property-file="true"/>
    <algorithm>
        <sha>com.foo.ShaProvider</sha>
@@ -27,27 +27,27 @@
    </algorithm>
 </crypto>
 
-<!-- -------------------------------------------------------------------
+<!--
  
  D V S L  S E R V I C E
 
- ------------------------------------------------------------------- -->
+ -->
 <dvsl/>
 
-<!-- -------------------------------------------------------------------
+<!--
  
  I N T A K E  S E R V I C E
 
- ------------------------------------------------------------------- -->
+ -->
 <intake use-property-file="true"
     xml-path="WEB-INF/conf/intake.xml" 
     serialize-path="WEB-INF/appData.ser"/>
 
-<!-- -------------------------------------------------------------------
+<!--
  
   F A C T O R Y  S E R V I C E
 
- ------------------------------------------------------------------- -->
+ -->
 <factory use-property-file="true">
 
     <!-- (very optional)
@@ -85,32 +85,32 @@
     </object-factory>
 </factory>
 
-<!-- -------------------------------------------------------------------
+<!--
  
  L O C A L I Z A T I O N  S E R V I C E
 
- ------------------------------------------------------------------- -->
+ -->
 <localization use-property-file="true"/>
 
-<!-- -------------------------------------------------------------------
+<!--
  
  M I M E T Y P E  S E R V I C E
 
- ------------------------------------------------------------------- -->
+ -->
 <mimetype use-property-file="true"/>
 
-<!-- -------------------------------------------------------------------
+<!--
  
  N A M I N G  S E R V I C E
 
- ------------------------------------------------------------------- -->
+ -->
 <jndi use-property-file="true"/>
 
-<!-- -------------------------------------------------------------------
+<!--
  
   P O O L  S E R V I C E
 
- ------------------------------------------------------------------- -->
+ -->
 <pool use-property-file="true">
     <capacity>
         <!-- 
@@ -127,32 +127,32 @@
     </capacity>
 </pool>
 
-<!-- -------------------------------------------------------------------
+<!--
  
  S E C U R I T Y  S E R V I C E
 
- ------------------------------------------------------------------- -->
+ -->
 <security use-property-file="true"/>
 
-<!-- -------------------------------------------------------------------
+<!--
  
  T E M P L A T E  S E R V I C E
 
- ------------------------------------------------------------------- -->
+ -->
 <template use-property-file="true"/>
 
-<!-- -------------------------------------------------------------------
+<!--
  
  V E L O C I T Y  S E R V I C E
 
- ------------------------------------------------------------------- -->
+ -->
 <velocity use-property-file="true"/>
 
-<!-- -------------------------------------------------------------------
+<!--
  
  J S P  S E R V I C E
 
- ------------------------------------------------------------------- -->
+ -->
 <jsp use-property-file="true"/>
 
 </fulcrum-services>



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org