MODE-1343 Changed descriptions in POM files, removed unused code Several of the descriptions in the POM files of the sequencer modules were changed to be more consistent and easily readable in the Maven results. The old descriptions came from 2.x and have not been changed for quite a while. But the new descriptions seem to work better and provide more readable Maven output. Also corrected the parent coordinates in the text connector.
Removed several of the 'extensions/modeshape-sequencer-*' directories that were recently converted. These older directories are no longer used.
MODE-33 Added WSDL 1.1 sequencer Added a new sequencer module for parsing and extracting information from Web Service Definition Language (WSDL) 1.1 files. The structure of the content derived from the WSDL files is based upon the S-RAMP WSDL and SOAPWSDL models, although the structure adds a fair amount of additional information and detail.
Both unit and Integration tests were added for this new sequencer, and the sequencer was added to the JBoss AS kit. All unit and integration tests pass with these changes.
The Reference Guide was updated to describe the new WSDL sequencer, and a few corrects were made to include references to the XSD, WSDL and S-RAMP sequencer modules earlier in the document.