SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-843
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Shay Banon
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

Simplify XSEM content converter configuration

Created: 26/Feb/09 10:26 AM   Updated: 26/Feb/09 10:38 AM
Component/s: Compass::Core
Affects Version/s: 2.1.0 GA, 2.1.1, 2.2.0 M1, 2.2.0 M2
Fix Version/s: 2.2.0 RC1


 Description  « Hide
Note, this is a breaking change, please refer to the upgrade.txt for the changes.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 26/Feb/09 10:38 AM
The new configuration looks like this now:
<compass-core-config ...
   <compass name="default">

       <connection>
           <file path="target/test-index" />
       </connection>
       
       <settings>
           <setting name="compass.xsem.contentConverter.type" value="jdom-stax" />
           <setting name="compass.xsem.contentConverter.wrapper" value="pool" />
       </settings>

   </compass>
</compass-core-config>