You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by "Continuum@myfaces.zones.apache.org" <co...@myfaces.apache.org> on 2010/04/02 11:53:11 UTC

[continuum] BUILD FAILURE: Apache MyFaces Trinidad 2.0

Online report : http://myfaces.zones.apache.org:8080/continuum/buildResult.action?buildId=26060&projectId=48

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Fri 2 Apr 2010 09:44:43 +0000
  Finished at: Fri 2 Apr 2010 09:52:25 +0000
  Total time: 7m 42s
  Build Trigger: Forced
  Build Number: 346
  Exit code: 1
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java Home version : 
          java version "1.5.0_22"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03)
          Java HotSpot(TM) Server VM (build 1.5.0_22-b03, mixed mode)
        
  Builder version :
          Maven version: 2.0.10
          Java version: 1.5.0_22
          OS name: "sunos" version: "5.10" arch: "x86" Family: "unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: matzew @ Fri 12 Mar 2010 16:57:30 +0000
Comment: updated SCM info
Files changed:
  /myfaces/trinidad/trunk/pom.xml ( 922337 )

Changed: matzew @ Fri 12 Mar 2010 22:03:39 +0000
Comment: adding rev 921543 and rev 921978
Files changed:
  /myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/UIXCollection.java ( 922435 )
  /myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/UIXComponent.java ( 922435 )
  /myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/UIXComponentBase.java ( 922435 )
  /myfaces/trinidad/trunk/trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXGroupTemplate.java ( 922435 )
  /myfaces/trinidad/trunk/trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXIteratorTemplate.java ( 922435 )
  /myfaces/trinidad/trunk/trinidad-api/src/main/java-templates/org/apache/myfaces/trinidad/component/UIXSwitcherTemplate.java ( 922435 )

Changed: arobinson74 @ Mon 15 Mar 2010 22:10:43 +0000
Comment: TRINIDAD-1756 merging changes into trunk from 1.2.x branch
Files changed:
  /myfaces/trinidad/trunk ( 923464 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase ( 923464 )
  /myfaces/trinidad/trunk/trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/Page.js ( 923464 )
  /myfaces/trinidad/trunk/trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/xhr/IFrameXMLRequestEvent.js ( 923464 )
  /myfaces/trinidad/trunk/trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/xhr/RequestQueue.js ( 923464 )

Changed: arobinson74 @ Tue 16 Mar 2010 15:35:19 +0000
Comment: Whitespace fix
Files changed:
  /myfaces/trinidad/trunk/trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/Page.js ( 923809 )

Changed: matzew @ Tue 16 Mar 2010 15:39:56 +0000
Comment: updating to Jetty7
Files changed:
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml ( 923813 )

Changed: bsullivan @ Wed 17 Mar 2010 03:11:45 +0000
Comment: Fix ValueMap to delegate directly to FacesBean for the EntrySet.  Also implement containsKey() so that they entrySet() doesn't need to be retrieved in most cases.
Files changed:
  /myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/bean/PropertyKey.java ( 924123 )
  /myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/bean/util/ValueMap.java ( 924123 )
  /myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/util/CollectionUtils.java ( 924123 )

Changed: matzew @ Wed 17 Mar 2010 20:33:22 +0000
Comment: TRINIDAD-1751

applying the patch from Harald Kuhn to trunk
Files changed:
  /myfaces/trinidad/trunk/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/agent/AgentFactoryImpl.java ( 924473 )

Changed: ckormos @ Thu 18 Mar 2010 15:06:36 +0000
Comment: patch applied for [TRINIDAD-1758] - warnings with the new skin (thanks to Cosmin Martinconi for providing the patch)
Files changed:
  /myfaces/trinidad/trunk/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/MessageRenderer.java ( 924848 )

Changed: ckormos @ Thu 18 Mar 2010 15:34:23 +0000
Comment: added new demo for showing "pathStamp" facet for tree table.
Files changed:
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/table/treeTable/TreeTableDemo.java ( 924866 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTablePathStamp.xhtml ( 924866 )

Changed: mstarets @ Thu 18 Mar 2010 21:04:45 +0000
Comment: Reenabled Facelets 2.0 VDL
Files changed:
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/web.xml ( 924992 )

Changed: gcrawford @ Thu 18 Mar 2010 22:20:05 +0000
Comment: TRINIDAD-1747 zip page state to reduce live memory
Files changed:
  /myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/LoggerBundle.xrts ( 925023 )
  /myfaces/trinidad/trunk/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/application/StateManagerImpl.java ( 925023 )

Changed: ckormos @ Fri 19 Mar 2010 10:27:43 +0000
Comment: patch applied for [TRINIDAD-1742] - Add licence header in xhtml files in Trinidad showcase (thanks to Marius Petoi for providing the patch)
Files changed:
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/trinidad-demo.taglib.xml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/commandButton.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/commandButtonAjax.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandLink/commandLink.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandLink/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goButton/goButton.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goButton/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goLink/goLink.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goLink/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/resetButton/resetButton.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/resetButton/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/icon/icon.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/icon/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/image/image.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/image/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/media.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaAllControls.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaLink.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaNoControls.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaQuicktime.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaReal.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaWindows.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/index.html ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColor.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColorCompact.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColorDetailed.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColorSimple.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/inputDate.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/inputDateDetailed.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/inputDateSimple.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/inputFile.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/inputFileDetailed.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/inputFileSimple.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputHidden/inputHidden.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputHidden/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/inputListOfValues.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/inputListOfValuesDetailed.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/inputListOfValuesDialog.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/inputListOfValuesSimple.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/inputNumberSpinbox.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/inputNumberSpinboxDetailed.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/inputNumberSpinboxSimple.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/inputText.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/inputTextDetailed.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/inputTextSimple.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/borderLayout/panelBorderLayout.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/borderLayout/panelBorderLayoutPositioned.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/borderLayout/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/panelFormLayout.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/panelFormLayoutLabelLeft.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/panelFormLayoutLabelTop.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/panelGroupLayout.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/panelGroupLayoutDynamic.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/panelGroupLayoutHorizontal.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayout.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutLeft.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutMiddle.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutRight.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutTop.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/separator/separator.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/separator/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/spacer/spacer.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/spacer/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/breadCrumbs/breadCrumbsHorizontal.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/breadCrumbs/breadCrumbsVertical.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/breadCrumbs/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/commandNavigationItem/commandNavigationItem.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/commandNavigationItem/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneBar.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneButtons.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneChoice.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneList.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneTabs.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationTree/navigationTree.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationTree/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/processChoiceBar.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/processChoiceBar2.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/processChoiceBar3.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/singleStepButtonBar/singleStepButtonBar.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/singleStepButtonBar/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/companyInfo.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/generalInfo.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/jsfSurvey.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/trinidadSurvey.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/youAreDone.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/tree.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chart.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartArea.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartHorizontalBar.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendButtom.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendTop.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartPie.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartVerticalBar.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/legend.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/message.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageError.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageInfo.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageNone.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageWarning.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/messages.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/outputDocument.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormated.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInContextBrandingStyle.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInstructionStyle.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedPageStampStyle.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/outputLabel.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/outputText.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/progressIndicator.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/statusIndicator.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/form.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/group.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/page.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageCompact.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageExpanded.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordion.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseMany.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseNone.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBox.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxDark.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxLight.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxMedium.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxTransparent.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBar.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarCenter.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarEnd.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarLeft.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarRight.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarStart.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelCaptionGroup/panelCaptionGroup.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelCaptionGroup/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoice.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceButtom.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceCenter.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceStart.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceTop.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeader.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderConfirmationMessage.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderErrorMessage.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderInfoMessage.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderNone.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderWarningMessage.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelLabelAndMessage/panelLabelAndMessage.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelLabelAndMessage/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelList/panelList.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelList/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/panelPage.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeader.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderCompact.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderExpanded.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopup.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupCentered.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupClick.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupHover.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupRelative.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadio.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioCenter.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioEnd.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioStart.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioTop.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/panelSideBar.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbed.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbedAbove.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbedBelow.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbedBoth.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTip/panelTip.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTip/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseColor/chooseColor.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseColor/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseDate/chooseDate.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseDate/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanCheckbox/selectBooleanCheckbox.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanCheckbox/selectBooleanCheckboxDetailed.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanCheckbox/selectBooleanCheckboxSimple.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanCheckbox/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/selectBooleanRadio.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/selectBooleanRadioDetailed.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/selectBooleanRadioSimple.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/selectItem.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckbox.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxDetailed.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxHorizontal.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxSimple.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxVertical.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListbox.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxDetailed.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxSimple.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttle.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttleShowDescription.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoice.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceDetailed.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceSimple.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListbox.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxDetailed.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxSimple.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadio.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioDetailed.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioHorizontal.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioSimple.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioVertical.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOrderShuttle/selectOrderShuttle.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOrderShuttle/selectOrderShuttleShowDescription.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOrderShuttle/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectRangeChoiceBar/selectRangeChoiceBar.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectRangeChoiceBar/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetail/showDetail.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetail/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeader.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderConfirmationMessage.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderErrorMessage.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderInfoMessage.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderWarningMessage.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailItem/showDetailItem.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailItem/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/column.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnCenter.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnEnd.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnLeft.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnRight.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/table.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableMultipleRowSelection.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableNoGridLines.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tablePaginated.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableSingleRowSelection.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/summary.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTable.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableDetailed.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableMultipleRowSelection.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableNoGridLines.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSimple.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSingleRowSelection.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/defaultPageTemplateE-Mail.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/e-mailContacts.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/e-mailListReceived.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/e-mailListSent.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/e-mailTemplate.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/index.html ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/newEmail.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/componentDemo.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/demoSearch.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/demoStart.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/index.html ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/skins/layout.css ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/componentsShowCaseTemplate.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/defaultPageTemplate.xhtml ( 925166 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/index.html ( 925166 )

Changed: ckormos @ Fri 19 Mar 2010 14:22:35 +0000
Comment: new variant for table demo (show/hide details).
small refactorings on column and table demos.
Files changed:
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/table/column/Monarch.java ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/table/column/TableColumnBean.java ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/table/table/TableDemo.java ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/faces-config.xml ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetail/showDetail.xhtml ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/column.xhtml ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnCenter.xhtml ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnEnd.xhtml ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnLeft.xhtml ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnRight.xhtml ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/table.xhtml ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableMultipleRowSelection.xhtml ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableNoGridLines.xhtml ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tablePaginated.xhtml ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableShowHide.xhtml ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableSingleRowSelection.xhtml ( 925233 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTablePathStamp.xhtml ( 925233 )

Changed: bommel @ Mon 22 Mar 2010 13:03:16 +0000
Comment: fixed typo
Files changed:
  /myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelBorderLayout.xml ( 926061 )
  /myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CorePanelGroupLayout.xml ( 926061 )

Changed: ckormos @ Thu 25 Mar 2010 20:12:46 +0000
Comment: fix [TRINIDAD-1720] - Some border lines are not drawn with the new Casablanca skin
Files changed:
  /myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/casablancaSkin.css ( 927578 )

Changed: ckormos @ Thu 25 Mar 2010 20:16:44 +0000
Comment: improved some of the components demos. 
replaced with one main form and subforms for each section to get rid of validation errors where they are not needed.
Files changed:
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/buttonsAndLinks/commandLink/CommandLinkBean.java ( 927580 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandLink/commandLink.xhtml ( 927580 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goButton/goButton.xhtml ( 927580 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goLink/goLink.xhtml ( 927580 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBox.xhtml ( 927580 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxDark.xhtml ( 927580 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxLight.xhtml ( 927580 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxMedium.xhtml ( 927580 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxTransparent.xhtml ( 927580 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/componentDemo.xhtml ( 927580 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/componentsShowCaseTemplate.xhtml ( 927580 )

Changed: matzew @ Tue 30 Mar 2010 15:32:20 +0000
Comment: added new myfaces2 beta release
Files changed:
  /myfaces/trinidad/trunk/pom.xml ( 929172 )

Changed: matzew @ Tue 30 Mar 2010 15:51:09 +0000
Comment: changed jetty version...
Files changed:
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml ( 929180 )

Changed: arobinson74 @ Tue 30 Mar 2010 20:06:35 +0000
Comment: TRINIDAD-1768 Fix for iframe ppr
Files changed:
  /myfaces/trinidad/trunk ( 929242 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/components/inputFile.jspx ( 929242 )
  /myfaces/trinidad/trunk/trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/xhr/RequestQueue.js ( 929242 )

Changed: ckormos @ Wed 31 Mar 2010 07:33:34 +0000
Comment: Patch applied for [TRINIDAD-1766] - Train look and feel improvement (Thanks to Adonis Raduca)
Files changed:
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/train/TrainBean.java ( 929410 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/companyInfo.xhtml ( 929410 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/generalInfo.xhtml ( 929410 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/jsfSurvey.xhtml ( 929410 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/trinidadSurvey.xhtml ( 929410 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/youAreDone.xhtml ( 929410 )
  /myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/casablancaSkin.css ( 929410 )

Changed: ckormos @ Wed 31 Mar 2010 07:37:25 +0000
Comment: Patch applied for [TRINIDAD-1766] - Train look and feel improvement (Thanks to Adonis Raduca)
Files changed:
  /myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/casablanca/backgrounds/buttonLikeHeadVisited.png ( 929412 )
  /myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/casablanca/backgrounds/buttonLikeHeadVisitedHover.png ( 929412 )
  /myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/images/casablanca/backgrounds/trainConnector.png ( 929412 )

Changed: ckormos @ Wed 31 Mar 2010 15:10:07 +0000
Comment: fixed existing train demo variant, added new variant with MaxVisited.
Files changed:
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/train/TrainBean.java ( 929577 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/java/org/apache/myfaces/trinidaddemo/components/navigation/train/TrainDemo.java ( 929577 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-components-showcase/src/main/webapp/WEB-INF/faces-config.xml ( 929577 )

Changed: ckormos @ Wed 31 Mar 2010 15:24:41 +0000
Comment: Patch applied for [TRINIDAD-1721] - pathStamp in treeTable to large with Casablanca skin. (Thanks for Adonis Raduca)
Files changed:
  /myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/adf/styles/casablancaSkin.css ( 929589 )

Changed: matzew @ Thu 1 Apr 2010 08:03:29 +0000
Comment: TRINIDAD-1757 - Allow (or support) decorator pattern for the UploadedFileProcessor

thanks to Girish Kumar Balachandran for the patch
Files changed:
  /myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/webapp/ChainedUploadedFileProcessor.java ( 929879 )
  /myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/webapp/UploadedFileProcessor.java ( 929879 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/java/org/apache/myfaces/trinidaddemo/ProfanityScanner.java ( 929879 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/java/org/apache/myfaces/trinidaddemo/UIBean.java ( 929879 )
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF/trinidad-config.xml ( 929879 )
  /myfaces/trinidad/trunk/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/config/ConfigParser.java ( 929879 )
  /myfaces/trinidad/trunk/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/config/upload/CompositeUploadedFileProcessorImpl.java ( 929879 )
  /myfaces/trinidad/trunk/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/config/upload/UploadedFileProcessorImpl.java ( 929879 )

Changed: matzew @ Thu 1 Apr 2010 08:05:32 +0000
Comment: added some debug info
Files changed:
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/pom.xml ( 929880 )

Changed: matzew @ Thu 1 Apr 2010 08:30:48 +0000
Comment: TRINIDAD-1772 - Allow per page state saving settings
Files changed:
  /myfaces/trinidad/trunk/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreDocument.xml ( 929883 )
  /myfaces/trinidad/trunk/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/application/StateManagerImpl.java ( 929883 )
  /myfaces/trinidad/trunk/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/DocumentRenderer.java ( 929883 )

Changed: matzew @ Thu 1 Apr 2010 08:33:18 +0000
Comment: add per-page-state-saving for one demo page
Files changed:
  /myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/index.jspx ( 929884 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed

****************************************************************************
Test Summary:
****************************************************************************
Tests: 1334
Failures: 0
Total time: 68741

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   Apache MyFaces Trinidad 2.0
[INFO]   Apache MyFaces Trinidad Build
[INFO]   Apache MyFaces Trinidad API
[INFO]   Apache MyFaces Trinidad Impl
[INFO]   Apache MyFaces Trinidad Examples
[INFO]   Apache MyFaces Trinidad Blank Demo
[INFO]   Apache MyFaces Trinidad Demo
[INFO]   Apache MyFaces Trinidad Components Showcase
[INFO] Searching repository for plugin with prefix: 'source'.
[INFO] org.apache.maven.plugins: checking for updates from apache.snapshots
[WARNING] repository metadata for: 'org.apache.maven.plugins' could not be retrieved from repository: apache.snapshots due to an error: Error transferring file
[INFO] Repository 'apache.snapshots' will be blacklisted
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MyFaces Trinidad 2.0
[INFO]    task-segment: [clean, install, source:jar, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] artifact org.apache.maven.plugins:maven-enforcer-plugin: checking for updates from central
[INFO] snapshot org.apache.myfaces.trinidadbuild:maven-xrts-plugin:2.0.2-SNAPSHOT: checking for updates from java.net
[INFO] snapshot org.apache.myfaces.trinidadbuild:maven-xrts-plugin:2.0.2-SNAPSHOT: checking for updates from apache.snapshots
[WARNING] repository metadata for: 'snapshot org.apache.myfaces.trinidadbuild:maven-xrts-plugin:2.0.2-SNAPSHOT' could not be retrieved from repository: apache.snapshots due to an error: Error transferring file
[INFO] Repository 'apache.snapshots' will be blacklisted
[INFO] snapshot org.apache.myfaces.trinidadbuild:maven-xrts-plugin:2.0.2-SNAPSHOT: checking for updates from jboss releases
[INFO] snapshot org.apache.myfaces.trinidadbuild:maven-xrts-plugin:2.0.2-SNAPSHOT: checking for updates from maven2-repository.dev.java.net
Downloading: http://download.java.net/maven/2/org/apache/myfaces/trinidadbuild/maven-xrts-plugin/2.0.2-SNAPSHOT/maven-xrts-plugin-2.0.2-SNAPSHOT.pom
Downloading: http://repository.jboss.org/maven2//org/apache/myfaces/trinidadbuild/maven-xrts-plugin/2.0.2-SNAPSHOT/maven-xrts-plugin-2.0.2-SNAPSHOT.pom
Downloading: http://download.java.net/maven/2//org/apache/myfaces/trinidadbuild/maven-xrts-plugin/2.0.2-SNAPSHOT/maven-xrts-plugin-2.0.2-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.myfaces.trinidadbuild
ArtifactId: maven-xrts-plugin
Version: 2.0.2-SNAPSHOT

Reason: Unable to download the artifact from any repository

  org.apache.myfaces.trinidadbuild:maven-xrts-plugin:pom:2.0.2-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/2),
  jboss releases (http://repository.jboss.org/maven2/),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  maven2-repository.dev.java.net (http://download.java.net/maven/2/)



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 minutes 39 seconds
[INFO] Finished at: Fri Apr 02 09:52:25 GMT+00:00 2010
[INFO] Final Memory: 6M/62M
[INFO] ------------------------------------------------------------------------

****************************************************************************