Author: mwringe
Date: 2009-03-06 18:22:05 -0500 (Fri, 06 Mar 2009)
New Revision: 12978
Added:
branches/JBoss_Portal_AS5_Deployer/build/etc/resources/run.bat.diff
Removed:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/cms/
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/format/
Modified:
branches/JBoss_Portal_AS5_Deployer/build/build-thirdparty.xml
branches/JBoss_Portal_AS5_Deployer/build/build.xml
branches/JBoss_Portal_AS5_Deployer/build/distrib.xml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/jboss-portal.ipr
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/api/api.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-admin/core-admin.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-cms/core-cms.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-identity/core-identity.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-management/core-management.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-samples/core-samples.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-wsrp/core-wsrp.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core/core.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/faces/faces.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/jems/jems.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/migration/migration.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/portlet-server/portlet-server.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/registration/registration.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/search/search.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/security/security.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/server/server.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/testsuite/testsuite.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/theme/theme.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/thirdparty/thirdparty.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/tools/tools.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/widget/widget.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/workflow/workflow.iml
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/wsrp/wsrp.iml
Log:
Merge JBoss_Portal_Branch_2_7 changes (rev range 12254:12964) into
JBoss_Portal_AS5_Deployer branch
Modified: branches/JBoss_Portal_AS5_Deployer/build/build-thirdparty.xml
===================================================================
--- branches/JBoss_Portal_AS5_Deployer/build/build-thirdparty.xml 2009-03-06 23:21:55 UTC
(rev 12977)
+++ branches/JBoss_Portal_AS5_Deployer/build/build-thirdparty.xml 2009-03-06 23:22:05 UTC
(rev 12978)
@@ -1,4 +1,27 @@
<?xml version="1.0"?>
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~ JBoss, a division of Red Hat ~
+ ~ Copyright 2009, Red Hat Middleware, LLC, and individual
+ ~ contributors as indicated by the @authors tag. See the
+ ~ copyright.txt in the distribution for a full listing of
+ ~ individual contributors.
+ ~
+ ~ This is free software; you can redistribute it and/or modify it
+ ~ under the terms of the GNU Lesser General Public License as
+ ~ published by the Free Software Foundation; either version 2.1 of
+ ~ the License, or (at your option) any later version.
+ ~
+ ~ This software is distributed in the hope that it will be useful,
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ ~ Lesser General Public License for more details.
+ ~
+ ~ You should have received a copy of the GNU Lesser General Public
+ ~ License along with this software; if not, write to the Free
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ ~ 02110-1301 USA, or see the FSF site:
http://www.fsf.org. ~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+
<project name="main.build" default="synchronize"
basedir=".">
<!-- Property File definitions -->
@@ -41,14 +64,14 @@
are pushed to the
http://repository.jboss.com site.
-->
- <componentref name="jboss-portal/modules/common"
version="trunk-SNAPSHOT"/>
+ <componentref name="jboss-portal/modules/common"
version="1.2.4"/>
<componentref name="jboss-portal/modules/deployer"
version="trunk-SNAPSHOT"/>
<componentref name="jboss-portal/modules/metadata"
version="trunk-SNAPSHOT"/>
- <componentref name="jboss-portal/modules/web"
version="1.2.2"/>
- <componentref name="jboss-portal/modules/test"
version="1.0.3"/>
+ <componentref name="jboss-portal/modules/web"
version="1.2.3"/>
+ <componentref name="jboss-portal/modules/test"
version="1.0.4"/>
<componentref name="jboss-portal/modules/portlet"
version="trunk-SNAPSHOT"/>
- <componentref name="jboss-portal/modules/identity"
version="1.0.5"/>
- <componentref name="jboss-portal/modules/cms"
version="1.2.1"/>
+ <componentref name="jboss-portal/modules/identity"
version="1.0.8"/>
+ <componentref name="jboss-portal/modules/cms"
version="1.2.4"/>
<componentref name="antlr" version="2.7.6-brew"/>
<componentref name="apache-ant" version="1.6.5"/>
<componentref name="jackrabbit" version="1.4"/>
@@ -73,13 +96,12 @@
<componentref name="ehcache" version="1.2.2"/>
<componentref name="el" version="1.0"/>
<componentref name="facelets" version="1.1.15-B1"/>
- <componentref name="richfaces" version="3.2.2.GA"/>
- <componentref name="jboss/portlet-bridge"
version="1.0.0.B4"/>
+ <componentref name="jboss/portlet-bridge"
version="1.0.0.B6"/>
<componentref name="hibernate"
version="3.2.4.SP1_CP06-brew"/>
<componentref name="httpunit" version="1.6"/>
<componentref name="hsqldb"
version="1.8.0.8.patch01-brew"/>
<componentref name="ibm-wsdl4j" version="1.6.2"/>
- <componentref name="jakarta-cactus" version="1.7.2"/>
+ <componentref name="jakarta-cactus"
version="1.7.2-portal"/>
<componentref name="jakarta-io" version="1.0"/>
<componentref name="jbossas/core-libs"
version="5.0.0.GA"/>
<componentref name="jboss/aop" version="2.0.0.GA"/>
@@ -103,7 +125,7 @@
<componentref name="jsunit" version="2.1"/>
<componentref name="junit" version="3.8.2-brew"/>
<componentref name="odmg" version="3.0-brew"/>
- <componentref name="oswego-concurrent" version="1.3.4"/>
+ <!--<componentref name="oswego-concurrent"
version="1.3.4"/>-->
<componentref name="qdox" version="1.6.1-brew"/>
<componentref name="trove" version="1.0.2-brew"/>
<componentref name="sleepycat" version="3.0.12"/>
@@ -120,14 +142,13 @@
<componentref name="jbpm/jpdl" version="3.2.2"/>
<componentref name="freemarker" version="2.3.9"/>
<componentref name="wutka-dtdparser" version="1.2.1"/>
- <componentref name="portals-bridges" version="1.0.3"/>
+ <componentref name="portals-bridges" version="1.0.4"/>
<componentref name="tagsoup" version="1.2"/>
<componentref name="portlet" version="2.0-Draft32"/>
<componentref name="glassfish/jstl"
version="1.2.0-brew"/>
<componentref name="jboss/web" version="2.1.1.GA"/>
<!-- To use new jboss-cahce/hibernate integration library-->
<componentref name="org/jboss/cluster/hibernate-jbc-cacheprovider"
version="1.0.0.GA"/>
-
</build>
<synchronizeinfo/>
Modified: branches/JBoss_Portal_AS5_Deployer/build/build.xml
===================================================================
--- branches/JBoss_Portal_AS5_Deployer/build/build.xml 2009-03-06 23:21:55 UTC (rev
12977)
+++ branches/JBoss_Portal_AS5_Deployer/build/build.xml 2009-03-06 23:22:05 UTC (rev
12978)
@@ -60,10 +60,10 @@
<!--+==============================+-->
<property name="version.major" value="2"/>
- <property name="version.minor" value="6"/>
- <property name="version.revision" value="3"/>
- <property name="version.tag" value="SNAPSHOT"/>
- <property name="version.name" value="Ninja"/>
+ <property name="version.minor" value="7"/>
+ <property name="version.revision" value="1"/>
+ <property name="version.tag" value="GA"/>
+ <property name="version.name" value="Community"/>
<!-- This must be set to the CVS tag for any release -->
<property name="version.cvstag" value="HEAD"/>
Modified: branches/JBoss_Portal_AS5_Deployer/build/distrib.xml
===================================================================
--- branches/JBoss_Portal_AS5_Deployer/build/distrib.xml 2009-03-06 23:21:55 UTC (rev
12977)
+++ branches/JBoss_Portal_AS5_Deployer/build/distrib.xml 2009-03-06 23:22:05 UTC (rev
12978)
@@ -3,7 +3,7 @@
<property name="source.dir" value=".."/>
<property name="docs.dir" value="${source.dir}/../docs"/>
<property name="examples.dir"
value="${source.dir}/../examples"/>
- <property name="release.version" value="2.7.0.B1"/>
+ <property name="release.version" value="2.7.1"/>
<!-- -->
<property name="portal.release.normal.name"
value="jboss-portal-${release.version}"/>
@@ -196,7 +196,11 @@
<target name="patch-run.conf">
<patch patchfile="${source.dir}/build/etc/resources/run.conf.diff"
originalfile="${todir}/bin/run.conf" />
</target>
+ <target name="patch-run.bat">
+ <patch patchfile="${source.dir}/build/etc/resources/run.bat.diff"
originalfile="${todir}/bin/run.bat" />
+ </target>
+
<!-- use -Dno-doc=true if you simply want jboss-portal.sar without licenses
etc-->
<target name="package-bin" unless="no-doc">
<sequential>
@@ -381,6 +385,9 @@
<antcall target="patch-run.conf">
<param name="todir"
value="${portal.build.normal.bundled}"/>
</antcall>
+ <antcall target="patch-run.bat">
+ <param name="todir"
value="${portal.build.normal.bundled}"/>
+ </antcall>
</target>
<!--
Copied: branches/JBoss_Portal_AS5_Deployer/build/etc/resources/run.bat.diff (from rev
12964, branches/JBoss_Portal_Branch_2_7/build/etc/resources/run.bat.diff)
===================================================================
--- branches/JBoss_Portal_AS5_Deployer/build/etc/resources/run.bat.diff
(rev 0)
+++ branches/JBoss_Portal_AS5_Deployer/build/etc/resources/run.bat.diff 2009-03-06
23:22:05 UTC (rev 12978)
@@ -0,0 +1,11 @@
+--- run.bat 2008-12-23 12:45:51.017077000 -0500
++++ run1.bat 2008-12-23 12:45:25.983136000 -0500
+@@ -70,7 +70,7 @@
+ if not errorlevel == 1 (set JAVA_OPTS=%JAVA_OPTS% -server)
+
+ rem JVM memory allocation pool parameters. Modify as appropriate.
+-set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m
++set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -XX:MaxPermSize=128m
+
+ rem With Sun JVMs reduce the RMI GCs to once per hour
+ set JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
Modified: branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/jboss-portal.ipr
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/jboss-portal.ipr 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/jboss-portal.ipr 2009-03-06
23:22:05 UTC (rev 12978)
@@ -33,10 +33,34 @@
<entry name="?*.tld" />
</wildcardResourcePatterns>
</component>
+ <component name="CopyrightManager" default="Red Hat">
+ <copyright>
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the
copyright.txt in the distribution for a full listing of
individual contributors.
This is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1 of
the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY;!
without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more details.
You should have received a copy of the GNU
Lesser General Public License along with this software; if not, write
to the Free Software Foundation, Inc., 51 Franklin St, Fifth
Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="keyword" value="Copyright" />
+ <option name="myName" value="Red Hat" />
+ <option name="myLocal" value="true" />
+ </copyright>
+ <module2copyright />
+ <LanguageOptions name="__TEMPLATE__">
+ <option name="fileTypeOverride" value="2" />
+ <option name="relativeBefore" value="true" />
+ <option name="addBlankAfter" value="true" />
+ <option name="fileLocation" value="1" />
+ <option name="block" value="true" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
+ <option name="prefixLines" value="true" />
+ <option name="lenBefore" value="80" />
+ <option name="lenAfter" value="80" />
+ <option name="box" value="true" />
+ <option name="filler" value=" " />
+ </LanguageOptions>
+ </component>
<component name="DependenciesAnalyzeManager">
<option name="myForwardDirection" value="false" />
</component>
<component name="DependencyValidationManager">
+ <scope name="Red Hat"
pattern="file[wsrp]:src/main//*||file[workflow]:src/main//*||file[api]:src/main//*||file[core]:src/main//*||file[core-admin]:src/main//*||file[core-cms]:src/main//*||file[core-identity]:src/main//*||file[core-management]:src/main//*||file[core-samples]:src/main//*||file[core-wsrp]:src/main//*||file[faces]:src/main//*||file[jems]:src/main//*||file[portlet-server]:src/main//*||file[registration]:src/main//*||file[search]:src/main//*||file[security]:src/main//*||file[server]:src/main//*||file[theme]:src/main//*||file[widget]:src/main//*"
/>
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
</component>
<component name="EclipseCompilerSettings">
@@ -53,6 +77,7 @@
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
<option name="MAXIMUM_HEAP_SIZE" value="128" />
</component>
+ <component name="Encoding" useUTFGuessing="true"
native2AsciiForPropertiesFiles="true"
defaultCharsetForPropertiesFiles="UTF-8" />
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
@@ -61,18 +86,980 @@
<option name="OPEN_IN_BROWSER" value="false" />
<option name="OUTPUT_DIRECTORY" />
</component>
+ <component name="FacetAutodetectingManager">
+ <autodetection-disabled>
+ <facet-type id="hibernate" />
+ <facet-type id="web" />
+ <facet-type id="javaeeApplication" />
+ <facet-type id="jsf">
+ <modules>
+ <module name="migration">
+ <files>
+ <file
url="file://$PROJECT_DIR$/migration/src/resources/portal-migration-war/WEB-INF/faces-config.xml"
/>
+ </files>
+ </module>
+ <module name="core-wsrp">
+ <files>
+ <file
url="file://$PROJECT_DIR$/core-wsrp/src/resources/portal-wsrp-admin-war/WEB-INF/faces-config.xml"
/>
+ </files>
+ </module>
+ <module name="faces">
+ <files>
+ <file
url="file://$PROJECT_DIR$/faces/src/resources/portal-faces-war/WEB-INF/faces-config.xml"
/>
+ </files>
+ </module>
+ </modules>
+ </facet-type>
+ </autodetection-disabled>
+ </component>
<component name="IdProvider"
IDEtalkID="E2A438D8B6AE84F43587A2210E562521" />
<component name="InspectionProjectProfileManager">
<option name="PROJECT_PROFILE" value="Project Default" />
- <option name="USE_PROJECT_LEVEL_SETTINGS" value="false" />
+ <option name="USE_PROJECT_LEVEL_SETTINGS" value="true" />
<scopes />
<profiles>
<profile version="1.0" is_locked="false">
+ <option name="myName" value="All" />
+ <option name="myLocal" value="false" />
+ <inspection_tool class="CastToConcreteClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="InstanceofChain" level="WARNING"
enabled="true" />
+ <inspection_tool class="ClassReferencesSubclass"
level="WARNING" enabled="true" />
+ <inspection_tool class="DeclareCollectionAsInterface"
level="WARNING" enabled="true">
+ <option name="ignoreLocalVariables" value="false" />
+ <option name="ignorePrivateMethodsAndFields"
value="false" />
+ </inspection_tool>
+ <inspection_tool class="FeatureEnvy" level="WARNING"
enabled="true">
+ <option name="ignoreTestCases" value="false" />
+ </inspection_tool>
+ <inspection_tool class="InstanceVariableOfConcreteClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="InstanceofInterfaces"
level="WARNING" enabled="true" />
+ <inspection_tool class="InstanceofThis" level="WARNING"
enabled="true" />
+ <inspection_tool class="LocalVariableOfConcreteClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="MagicNumber" level="WARNING"
enabled="true">
+ <option name="m_ignoreInHashCode" value="true" />
+ </inspection_tool>
+ <inspection_tool class="ParameterOfConcreteClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="MethodReturnOfConcreteClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="OverlyStrongTypeCast"
level="WARNING" enabled="true">
+ <option name="ignoreInMatchingInstanceof" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="MethodOnlyUsedFromInnerClass"
level="WARNING" enabled="true">
+ <option name="ignoreMethodsAccessedFromAnonymousClass"
value="false" />
+ </inspection_tool>
+ <inspection_tool class="PublicMethodNotExposedInInterface"
level="WARNING" enabled="true" />
+ <inspection_tool class="StaticMethodOnlyUsedInOneClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="StaticVariableOfConcreteClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="TypeMayBeWeakened" level="WARNING"
enabled="true">
+ <option name="useRighthandTypeAsWeakestTypeInAssignments"
value="true" />
+ <option name="useParameterizedTypeForCollectionMethods"
value="true" />
+ </inspection_tool>
+ <inspection_tool class="ReplaceAssignmentWithOperatorAssignment"
level="WARNING" enabled="true">
+ <option name="ignoreLazyOperators" value="true" />
+ <option name="ignoreObscureOperators" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="AssignmentToForLoopParameter"
level="WARNING" enabled="true">
+ <option name="m_checkForeachParameters" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="AssignmentToNull" level="WARNING"
enabled="true" />
+ <inspection_tool class="AssignmentToCatchBlockParameter"
level="WARNING" enabled="true" />
+ <inspection_tool class="AssignmentToCollectionFieldFromParameter"
level="WARNING" enabled="true">
+ <option name="ignorePrivateMethods" value="true" />
+ </inspection_tool>
+ <inspection_tool class="AssignmentToDateFieldFromParameter"
level="WARNING" enabled="true">
+ <option name="ignorePrivateMethods" value="true" />
+ </inspection_tool>
+ <inspection_tool class="AssignmentToMethodParameter"
level="WARNING" enabled="true">
+ <option name="ignoreTransformationOfOriginalParameter"
value="false" />
+ </inspection_tool>
+ <inspection_tool class="AssignmentToStaticFieldFromInstanceMethod"
level="WARNING" enabled="true" />
+ <inspection_tool class="AssignmentUsedAsCondition"
level="WARNING" enabled="true" />
+ <inspection_tool class="NestedAssignment" level="WARNING"
enabled="true" />
+ <inspection_tool class="IncrementDecrementUsedAsExpression"
level="WARNING" enabled="true" />
+ <inspection_tool class="AnonymousClassMethodCount"
level="WARNING" enabled="true">
+ <option name="m_limit" value="1" />
+ </inspection_tool>
+ <inspection_tool class="ClassInheritanceDepth"
level="WARNING" enabled="true">
+ <option name="m_limit" value="2" />
+ </inspection_tool>
+ <inspection_tool class="ConstructorCount" level="WARNING"
enabled="true">
+ <option name="m_limit" value="5" />
+ </inspection_tool>
+ <inspection_tool class="FieldCount" level="WARNING"
enabled="true">
+ <option name="m_countConstantFields" value="false"
/>
+ <option name="m_considerStaticFinalFieldsConstant"
value="false" />
+ <option name="m_limit" value="10" />
+ </inspection_tool>
+ <inspection_tool class="MethodCount" level="WARNING"
enabled="true">
+ <option name="m_limit" value="20" />
+ </inspection_tool>
+ <inspection_tool class="ClassNestingDepth" level="WARNING"
enabled="true">
+ <option name="m_limit" value="1" />
+ </inspection_tool>
+ <inspection_tool class="AnonymousClassComplexity"
level="WARNING" enabled="true">
+ <option name="m_limit" value="3" />
+ </inspection_tool>
+ <inspection_tool class="ClassComplexity" level="WARNING"
enabled="true">
+ <option name="m_limit" value="80" />
+ </inspection_tool>
+ <inspection_tool class="ClassCoupling" level="WARNING"
enabled="true">
+ <option name="m_includeJavaClasses" value="false" />
+ <option name="m_includeLibraryClasses" value="false"
/>
+ <option name="m_limit" value="15" />
+ </inspection_tool>
+ <inspection_tool class="AnonymousInnerClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="ClassMayBeInterface"
level="WARNING" enabled="true" />
+ <inspection_tool class="ClassNameDiffersFromFileName"
level="WARNING" enabled="true" />
+ <inspection_tool class="ClassInTopLevelPackage"
level="WARNING" enabled="true" />
+ <inspection_tool class="ConstantDeclaredInAbstractClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="ConstantDeclaredInInterface"
level="WARNING" enabled="true" />
+ <inspection_tool class="EmptyClass" level="WARNING"
enabled="true" />
+ <inspection_tool class="FinalClass" level="WARNING"
enabled="true" />
+ <inspection_tool class="FinalMethod" level="WARNING"
enabled="true" />
+ <inspection_tool class="FinalMethodInFinalClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="InnerClassOnInterface"
level="WARNING" enabled="true">
+ <option name="m_ignoreInnerInterfaces" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="LimitedScopeInnerClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="MarkerInterface" level="WARNING"
enabled="true" />
+ <inspection_tool class="MethodReturnAlwaysConstant"
level="WARNING" enabled="true" />
+ <inspection_tool class="MissingDeprecatedAnnotation"
level="WARNING" enabled="true" />
+ <inspection_tool class="MissingOverrideAnnotation"
level="WARNING" enabled="true" />
+ <inspection_tool class="MultipleTopLevelClassesInFile"
level="WARNING" enabled="true" />
+ <inspection_tool class="NoopMethodInAbstractClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="ClassInitializer" level="WARNING"
enabled="true" />
+ <inspection_tool class="ProtectedMemberInFinalClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="PublicConstructorInNonPublicClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="Singleton" level="WARNING"
enabled="true" />
+ <inspection_tool class="StaticNonFinalField"
level="WARNING" enabled="true" />
+ <inspection_tool class="UtilityClass" level="WARNING"
enabled="true" />
+ <inspection_tool class="UtilityClassWithPublicConstructor"
level="WARNING" enabled="true" />
+ <inspection_tool class="UtilityClassWithoutPrivateConstructor"
level="WARNING" enabled="true">
+ <option name="ignoreClassesWithOnlyMain" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="CloneCallsConstructors"
level="WARNING" enabled="true" />
+ <inspection_tool class="CloneInNonCloneableClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="CloneableImplementsClone"
level="WARNING" enabled="true">
+ <option name="m_ignoreCloneableDueToInheritance"
value="false" />
+ </inspection_tool>
+ <inspection_tool class="ThrowablePrintStackTrace"
level="WARNING" enabled="true" />
+ <inspection_tool class="ThreadDumpStack" level="WARNING"
enabled="true" />
+ <inspection_tool class="ClassWithoutToString"
level="WARNING" enabled="true" />
+ <inspection_tool class="SuppressionAnnotation"
level="WARNING" enabled="true" />
+ <inspection_tool class="TodoComment" level="WARNING"
enabled="true" />
+ <inspection_tool class="ObsoleteCollection"
level="WARNING" enabled="true">
+ <option name="ignoreLibraryArguments" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="SystemOutErr" level="WARNING"
enabled="true" />
+ <inspection_tool class="CStyleArrayDeclaration"
level="WARNING" enabled="true" />
+ <inspection_tool class="CallToStringConcatCanBeReplacedByOperator"
level="WARNING" enabled="true" />
+ <inspection_tool class="ChainedEquality" level="WARNING"
enabled="true" />
+ <inspection_tool class="ChainedMethodCall" level="WARNING"
enabled="true">
+ <option name="m_ignoreFieldInitializations" value="true"
/>
+ </inspection_tool>
+ <inspection_tool class="ConfusingOctalEscape"
level="WARNING" enabled="true" />
+ <inspection_tool class="ConstantOnLHSOfComparison"
level="WARNING" enabled="true" />
+ <inspection_tool class="ConstantOnRHSOfComparison"
level="WARNING" enabled="true" />
+ <inspection_tool class="ControlFlowStatementWithoutBraces"
level="WARNING" enabled="true" />
+ <inspection_tool class="LiteralAsArgToStringEquals"
level="WARNING" enabled="true" />
+ <inspection_tool class="ImplicitCallToSuper"
level="WARNING" enabled="true">
+ <option name="m_ignoreForObjectSubclasses" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="ListIndexOfReplaceableByContains"
level="WARNING" enabled="true" />
+ <inspection_tool class="LocalCanBeFinal" level="WARNING"
enabled="true">
+ <option name="REPORT_VARIABLES" value="true" />
+ <option name="REPORT_PARAMETERS" value="true" />
+ </inspection_tool>
+ <inspection_tool class="MissortedModifiers"
level="WARNING" enabled="true">
+ <option name="m_requireAnnotationsFirst" value="true"
/>
+ </inspection_tool>
+ <inspection_tool class="MultipleDeclaration"
level="WARNING" enabled="true" />
+ <inspection_tool class="NestedMethodCall" level="WARNING"
enabled="true">
+ <option name="m_ignoreFieldInitializations" value="true"
/>
+ </inspection_tool>
+ <inspection_tool class="RedundantFieldInitialization"
level="WARNING" enabled="true" />
+ <inspection_tool class="RedundantImplements"
level="WARNING" enabled="true" />
+ <inspection_tool class="UnnecessaryConstructor"
level="WARNING" enabled="true" />
+ <inspection_tool class="ReturnThis" level="WARNING"
enabled="true" />
+ <inspection_tool class="UnnecessarilyQualifiedStaticUsage"
level="WARNING" enabled="true">
+ <option name="m_ignoreStaticFieldAccesses" value="false"
/>
+ <option name="m_ignoreStaticMethodCalls" value="false"
/>
+ <option name="m_ignoreStaticAccessFromStaticContext"
value="false" />
+ </inspection_tool>
+ <inspection_tool class="UnnecessaryFinalOnLocalVariable"
level="WARNING" enabled="true" />
+ <inspection_tool class="UnnecessaryFinalOnParameter"
level="WARNING" enabled="true">
+ <option name="onlyWarnOnAbstractMethods" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="UnnecessaryThis" level="WARNING"
enabled="true" />
+ <inspection_tool class="UnnecessarySuperConstructor"
level="WARNING" enabled="true" />
+ <inspection_tool class="UnnecessaryBlockStatement"
level="WARNING" enabled="true" />
+ <inspection_tool class="UnnecessaryEnumModifier"
level="WARNING" enabled="true" />
+ <inspection_tool class="UnnecessaryFullyQualifiedName"
level="WARNING" enabled="true">
+ <option name="m_ignoreJavadoc" value="false" />
+ </inspection_tool>
+ <inspection_tool class="UnnecessaryInterfaceModifier"
level="WARNING" enabled="true" />
+ <inspection_tool class="UnnecessaryParentheses"
level="WARNING" enabled="true">
+ <option name="ignoreClarifyingParentheses" value="false"
/>
+ <option name="ignoreParenthesesOnConditionals"
value="false" />
+ </inspection_tool>
+ <inspection_tool class="UnnecessaryQualifierForThis"
level="WARNING" enabled="true" />
+ <inspection_tool class="UnqualifiedFieldAccess"
level="WARNING" enabled="true" />
+ <inspection_tool class="UnqualifiedStaticUsage"
level="WARNING" enabled="true">
+ <option name="m_ignoreStaticFieldAccesses" value="false"
/>
+ <option name="m_ignoreStaticMethodCalls" value="false"
/>
+ <option name="m_ignoreStaticAccessFromStaticContext"
value="false" />
+ </inspection_tool>
+ <inspection_tool class="MultipleTypedDeclaration"
level="WARNING" enabled="true" />
+ <inspection_tool class="BreakStatement" level="WARNING"
enabled="true" />
+ <inspection_tool class="BreakStatementWithLabel"
level="WARNING" enabled="true" />
+ <inspection_tool class="ConditionalExpression"
level="WARNING" enabled="true">
+ <option name="ignoreSimpleAssignmentsAndReturns"
value="false" />
+ </inspection_tool>
+ <inspection_tool class="ConditionalExpressionWithIdenticalBranches"
level="WARNING" enabled="true" />
+ <inspection_tool class="NegatedConditional"
level="WARNING" enabled="true">
+ <option name="m_ignoreNegatedNullComparison"
value="true" />
+ </inspection_tool>
+ <inspection_tool class="ConfusingElse" level="WARNING"
enabled="true" />
+ <inspection_tool class="ContinueStatement" level="WARNING"
enabled="true" />
+ <inspection_tool class="ContinueStatementWithLabel"
level="WARNING" enabled="true" />
+ <inspection_tool class="DefaultNotLastCaseInSwitch"
level="WARNING" enabled="true" />
+ <inspection_tool class="DoubleNegation" level="WARNING"
enabled="true" />
+ <inspection_tool class="DuplicateCondition"
level="WARNING" enabled="true">
+ <option name="ignoreMethodCalls" value="false" />
+ </inspection_tool>
+ <inspection_tool class="DuplicateBooleanBranch"
level="WARNING" enabled="true" />
+ <inspection_tool class="EnumSwitchStatementWhichMissesCases"
level="WARNING" enabled="true">
+ <option name="ignoreSwitchStatementsWithDefault"
value="false" />
+ </inspection_tool>
+ <inspection_tool class="FallthruInSwitchStatement"
level="WARNING" enabled="true" />
+ <inspection_tool class="ForLoopReplaceableByWhile"
level="WARNING" enabled="true">
+ <option name="m_ignoreLoopsWithoutConditions"
value="false" />
+ </inspection_tool>
+ <inspection_tool class="ForLoopWithMissingComponent"
level="WARNING" enabled="true">
+ <option name="ignoreCollectionLoops" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="IfStatementWithIdenticalBranches"
level="WARNING" enabled="true" />
+ <inspection_tool class="NegatedIfElse" level="WARNING"
enabled="true">
+ <option name="m_ignoreNegatedNullComparison"
value="true" />
+ </inspection_tool>
+ <inspection_tool class="IfStatementWithTooManyBranches"
level="WARNING" enabled="true">
+ <option name="m_limit" value="3" />
+ </inspection_tool>
+ <inspection_tool class="LabeledStatement" level="WARNING"
enabled="true" />
+ <inspection_tool class="SwitchStatementWithConfusingDeclaration"
level="WARNING" enabled="true" />
+ <inspection_tool class="LoopConditionNotUpdatedInsideLoop"
level="WARNING" enabled="true">
+ <option name="ignoreIterators" value="false" />
+ </inspection_tool>
+ <inspection_tool class="LoopWithImplicitTerminationCondition"
level="WARNING" enabled="true" />
+ <inspection_tool class="NestedSwitchStatement"
level="WARNING" enabled="true" />
+ <inspection_tool class="NestedConditionalExpression"
level="WARNING" enabled="true" />
+ <inspection_tool class="OverlyComplexBooleanExpression"
level="WARNING" enabled="true">
+ <option name="m_limit" value="3" />
+ <option name="m_ignorePureConjunctionsDisjunctions"
value="true" />
+ </inspection_tool>
+ <inspection_tool class="PointlessIndexOfComparison"
level="WARNING" enabled="true" />
+ <inspection_tool class="SwitchStatement" level="WARNING"
enabled="true" />
+ <inspection_tool class="SwitchStatementWithTooFewBranches"
level="WARNING" enabled="true">
+ <option name="m_limit" value="2" />
+ </inspection_tool>
+ <inspection_tool class="SwitchStatementDensity"
level="WARNING" enabled="true">
+ <option name="m_limit" value="20" />
+ </inspection_tool>
+ <inspection_tool class="SwitchStatementWithTooManyBranches"
level="WARNING" enabled="true">
+ <option name="m_limit" value="10" />
+ </inspection_tool>
+ <inspection_tool class="SwitchStatementsWithoutDefault"
level="WARNING" enabled="true">
+ <option name="m_ignoreFullyCoveredEnums" value="true"
/>
+ </inspection_tool>
+ <inspection_tool class="UnnecessaryDefault"
level="WARNING" enabled="true" />
+ <inspection_tool class="LawOfDemeter" level="WARNING"
enabled="true">
+ <option name="ignoreLibraryCalls" value="true" />
+ </inspection_tool>
+ <inspection_tool class="ReuseOfLocalVariable"
level="WARNING" enabled="true" />
+ <inspection_tool class="TooBroadScope" level="WARNING"
enabled="true">
+ <option name="m_allowConstructorAsInitializer"
value="false" />
+ <option name="m_onlyLookAtBlocks" value="false" />
+ </inspection_tool>
+ <inspection_tool class="RedundantSuppression"
level="WARNING" enabled="true" />
+ <inspection_tool class="RedundantThrowsDeclaration"
level="WARNING" enabled="true" />
+ <inspection_tool class="UnusedLibrary" level="WARNING"
enabled="true" />
+ <inspection_tool class="ClassWithTooManyDependencies"
level="WARNING" enabled="true">
+ <option name="limit" value="10" />
+ </inspection_tool>
+ <inspection_tool class="ClassWithTooManyDependents"
level="WARNING" enabled="true">
+ <option name="limit" value="10" />
+ </inspection_tool>
+ <inspection_tool class="ClassWithTooManyTransitiveDependencies"
level="WARNING" enabled="true">
+ <option name="limit" value="35" />
+ </inspection_tool>
+ <inspection_tool class="ClassWithTooManyTransitiveDependents"
level="WARNING" enabled="true">
+ <option name="limit" value="35" />
+ </inspection_tool>
+ <inspection_tool class="CyclicClassDependency"
level="WARNING" enabled="true" />
+ <inspection_tool class="CyclicPackageDependency"
level="WARNING" enabled="true" />
+ <inspection_tool class="UseOfAnotherObjectsPrivateField"
level="WARNING" enabled="true" />
+ <inspection_tool class="PackageVisibleField"
level="WARNING" enabled="true" />
+ <inspection_tool class="PackageVisibleInnerClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="ProtectedField" level="WARNING"
enabled="true" />
+ <inspection_tool class="ProtectedInnerClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="PublicField" level="WARNING"
enabled="true">
+ <option name="ignoreEnums" value="false" />
+ </inspection_tool>
+ <inspection_tool class="PublicInnerClass" level="WARNING"
enabled="true">
+ <option name="ignoreEnums" value="false" />
+ </inspection_tool>
+ <inspection_tool class="ReturnOfCollectionField"
level="WARNING" enabled="true">
+ <option name="ignorePrivateMethods" value="true" />
+ </inspection_tool>
+ <inspection_tool class="ReturnOfDateField" level="WARNING"
enabled="true" />
+ <inspection_tool class="CatchGenericClass" level="WARNING"
enabled="true" />
+ <inspection_tool class="CheckedExceptionClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="InstanceofCatchParameter"
level="WARNING" enabled="true" />
+ <inspection_tool class="ErrorRethrown" level="WARNING"
enabled="true" />
+ <inspection_tool class="ThreadDeathRethrown"
level="WARNING" enabled="true" />
+ <inspection_tool class="NestedTryStatement"
level="WARNING" enabled="true" />
+ <inspection_tool class="NonFinalFieldOfException"
level="WARNING" enabled="true" />
+ <inspection_tool class="TooBroadCatch" level="WARNING"
enabled="true">
+ <option name="onlyWarnOnRootExceptions" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="BadExceptionCaught"
level="WARNING" enabled="true">
+ <option name="exceptionsString"
value="java.lang.NullPointerException,java.lang.IllegalMonitorStateException,java.lang.ArrayIndexOutOfBoundsException"
/>
+ </inspection_tool>
+ <inspection_tool class="BadExceptionDeclared"
level="WARNING" enabled="true">
+ <option name="exceptionsString"
value="java.lang.Throwable,java.lang.Exception,java.lang.Error,java.lang.RuntimeException,java.lang.NullPointerException,java.lang.ClassCastException,java.lang.ArrayIndexOutOfBoundsException"
/>
+ <option name="ignoreTestCases" value="false" />
+ </inspection_tool>
+ <inspection_tool class="BadExceptionThrown"
level="WARNING" enabled="true">
+ <option name="exceptionsString"
value="java.lang.Throwable,java.lang.Exception,java.lang.Error,java.lang.RuntimeException,java.lang.NullPointerException,java.lang.ClassCastException,java.lang.ArrayIndexOutOfBoundsException"
/>
+ </inspection_tool>
+ <inspection_tool class="ThrowCaughtLocally"
level="WARNING" enabled="true">
+ <option name="ignoreRethrownExceptions" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="ExceptionFromCatchWhichDoesntWrap"
level="WARNING" enabled="true">
+ <option name="ignoreGetMessage" value="false" />
+ </inspection_tool>
+ <inspection_tool class="UncheckedExceptionClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="UnusedCatchParameter"
level="WARNING" enabled="true">
+ <option name="m_ignoreCatchBlocksWithComments"
value="false" />
+ <option name="m_ignoreTestCases" value="false" />
+ </inspection_tool>
+ <inspection_tool class="Finalize" level="WARNING"
enabled="true" />
+ <inspection_tool class="FinalizeNotProtected"
level="WARNING" enabled="true" />
+ <inspection_tool class="EqualsAndHashcode" level="WARNING"
enabled="true" />
+ <inspection_tool class="SSBasedInspection" level="WARNING"
enabled="true" />
+ <inspection_tool class="TestOnlyProblems" level="WARNING"
enabled="true" />
+ <inspection_tool class="OnDemandImport" level="WARNING"
enabled="true" />
+ <inspection_tool class="SamePackageImport" level="WARNING"
enabled="true" />
+ <inspection_tool class="JavaLangImport" level="WARNING"
enabled="true" />
+ <inspection_tool class="RedundantImport" level="WARNING"
enabled="true" />
+ <inspection_tool class="SingleClassImport" level="WARNING"
enabled="true" />
+ <inspection_tool class="StaticImport" level="WARNING"
enabled="true" />
+ <inspection_tool class="UnusedImport" level="WARNING"
enabled="true" />
+ <inspection_tool class="AbstractClassExtendsConcreteClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="AbstractClassNeverImplemented"
level="WARNING" enabled="true" />
+ <inspection_tool class="AbstractClassWithoutAbstractMethods"
level="WARNING" enabled="true" />
+ <inspection_tool class="AbstractMethodOverridesAbstractMethod"
level="WARNING" enabled="true" />
+ <inspection_tool class="AbstractMethodOverridesConcreteMethod"
level="WARNING" enabled="true" />
+ <inspection_tool class="AbstractMethodWithMissingImplementations"
level="WARNING" enabled="true" />
+ <inspection_tool class="ExtendsConcreteCollection"
level="WARNING" enabled="true" />
+ <inspection_tool class="ExtendsUtilityClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="NonProtectedConstructorInAbstractClass"
level="WARNING" enabled="true">
+ <option name="m_ignoreNonPublicClasses" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="InterfaceNeverImplemented"
level="WARNING" enabled="true">
+ <option name="ignoreInterfacesThatOnlyDeclareConstants"
value="false" />
+ </inspection_tool>
+ <inspection_tool class="RedundantMethodOverride"
level="WARNING" enabled="true" />
+ <inspection_tool class="RefusedBequest" level="WARNING"
enabled="true">
+ <option name="ignoreEmptySuperMethods" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="StaticInheritance" level="WARNING"
enabled="true" />
+ <inspection_tool class="TypeParameterExtendsFinalClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="AbstractMethodCallInConstructor"
level="WARNING" enabled="true" />
+ <inspection_tool class="InstanceVariableInitialization"
level="WARNING" enabled="true">
+ <option name="m_ignorePrimitives" value="false" />
+ </inspection_tool>
+ <inspection_tool class="InstanceVariableUninitializedUse"
level="WARNING" enabled="true">
+ <option name="m_ignorePrimitives" value="false" />
+ </inspection_tool>
+ <inspection_tool
class="NonFinalStaticVariableUsedInClassInitialization"
level="WARNING" enabled="true" />
+ <inspection_tool
class="OverridableMethodCallDuringObjectConstruction" level="WARNING"
enabled="true" />
+ <inspection_tool
class="OverriddenMethodCallDuringObjectConstruction" level="WARNING"
enabled="true" />
+ <inspection_tool class="StaticVariableInitialization"
level="WARNING" enabled="true">
+ <option name="m_ignorePrimitives" value="false" />
+ </inspection_tool>
+ <inspection_tool class="StaticVariableUninitializedUse"
level="WARNING" enabled="true">
+ <option name="m_ignorePrimitives" value="false" />
+ </inspection_tool>
+ <inspection_tool class="ThisEscapedInConstructor"
level="WARNING" enabled="true" />
+ <inspection_tool class="NonThreadSafeLazyInitialization"
level="WARNING" enabled="true" />
+ <inspection_tool class="DateToString" level="WARNING"
enabled="true" />
+ <inspection_tool class="StringCompareTo" level="WARNING"
enabled="true" />
+ <inspection_tool class="StringEquals" level="WARNING"
enabled="true" />
+ <inspection_tool class="StringEqualsIgnoreCase"
level="WARNING" enabled="true" />
+ <inspection_tool class="StringToUpperWithoutLocale"
level="WARNING" enabled="true" />
+ <inspection_tool class="TimeToString" level="WARNING"
enabled="true" />
+ <inspection_tool class="NumericToString" level="WARNING"
enabled="true" />
+ <inspection_tool class="CharacterComparison"
level="WARNING" enabled="true" />
+ <inspection_tool class="DuplicatePropertyInspection"
level="WARNING" enabled="true">
+ <option name="CURRENT_FILE" value="true" />
+ <option name="MODULE_WITH_DEPENDENCIES" value="false"
/>
+ <option name="CHECK_DUPLICATE_VALUES" value="true"
/>
+ <option name="CHECK_DUPLICATE_KEYS" value="true" />
+ <option name="CHECK_DUPLICATE_KEYS_WITH_DIFFERENT_VALUES"
value="true" />
+ </inspection_tool>
+ <inspection_tool class="DuplicateStringLiteralInspection"
level="WARNING" enabled="true">
+ <option name="MIN_STRING_LENGTH" value="5" />
+ <option name="IGNORE_PROPERTY_KEYS" value="false" />
+ </inspection_tool>
+ <inspection_tool class="HardCodedStringLiteral"
level="WARNING" enabled="true">
+ <option name="ignoreForAssertStatements" value="true"
/>
+ <option name="ignoreForExceptionConstructors"
value="true" />
+ <option name="ignoreForSpecifiedExceptionConstructors"
value="" />
+ <option name="ignoreForJUnitAsserts" value="true" />
+ <option name="ignoreForClassReferences" value="true"
/>
+ <option name="ignoreForPropertyKeyReferences"
value="true" />
+ <option name="ignoreForNonAlpha" value="true" />
+ <option name="ignoreAssignedToConstants" value="false"
/>
+ <option name="ignoreToString" value="false" />
+ <option name="nonNlsCommentPattern" value="NON-NLS"
/>
+ </inspection_tool>
+ <inspection_tool class="SimpleDateFormatWithoutLocale"
level="WARNING" enabled="true" />
+ <inspection_tool class="LossyEncoding" level="WARNING"
enabled="true" />
+ <inspection_tool class="MagicCharacter" level="WARNING"
enabled="true" />
+ <inspection_tool class="StringConcatenation"
level="WARNING" enabled="true">
+ <option name="ignoreAsserts" value="false" />
+ <option name="ignoreSystemOuts" value="false" />
+ <option name="ignoreSystemErrs" value="false" />
+ </inspection_tool>
+ <inspection_tool class="StringTokenizer" level="WARNING"
enabled="true" />
+ <inspection_tool class="AbstractClassWithOnlyOneDirectInheritor"
level="WARNING" enabled="true" />
+ <inspection_tool class="AnonymousInnerClassMayBeStatic"
level="WARNING" enabled="true" />
+ <inspection_tool class="ArrayLengthInLoopCondition"
level="WARNING" enabled="true" />
+ <inspection_tool class="ConnectionResource"
level="WARNING" enabled="true" />
+ <inspection_tool class="FieldRepeatedlyAccessed"
level="WARNING" enabled="true">
+ <option name="m_ignoreFinalFields" value="false" />
+ </inspection_tool>
+ <inspection_tool class="InterfaceWithOnlyOneDirectInheritor"
level="WARNING" enabled="true" />
+ <inspection_tool class="CheckForOutOfMemoryOnLargeArrayAllocation"
level="WARNING" enabled="true">
+ <option name="m_limit" value="64" />
+ </inspection_tool>
+ <inspection_tool class="MethodCallInLoopCondition"
level="WARNING" enabled="true" />
+ <inspection_tool class="MultiplyOrDivideByPowerOfTwo"
level="WARNING" enabled="true">
+ <option name="checkDivision" value="false" />
+ </inspection_tool>
+ <inspection_tool class="OverlyLargePrimitiveArrayInitializer"
level="WARNING" enabled="true">
+ <option name="m_limit" value="64" />
+ </inspection_tool>
+ <inspection_tool
class="PrivateMemberAccessBetweenOuterAndInnerClass" level="WARNING"
enabled="true" />
+ <inspection_tool class="RecordStoreResource"
level="WARNING" enabled="true" />
+ <inspection_tool class="SingleCharacterStartsWith"
level="WARNING" enabled="true" />
+ <inspection_tool class="IndexOfReplaceableByContains"
level="WARNING" enabled="true" />
+ <inspection_tool class="RawUseOfParameterizedType"
level="WARNING" enabled="true">
+ <option name="ignoreObjectConstruction" value="true"
/>
+ <option name="ignoreTypeCasts" value="false" />
+ </inspection_tool>
+ <inspection_tool class="Since15" level="ERROR"
enabled="true">
+ <option name="FORBID_15_API" value="true" />
+ <option name="FORBID_16_API" value="true" />
+ </inspection_tool>
+ <inspection_tool class="Annotation" level="WARNING"
enabled="true" />
+ <inspection_tool class="AnnotationClass" level="WARNING"
enabled="true" />
+ <inspection_tool class="AssertStatement" level="WARNING"
enabled="true" />
+ <inspection_tool class="AutoBoxing" level="WARNING"
enabled="true">
+ <option name="ignoreAddedToCollection" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="AutoUnboxing" level="WARNING"
enabled="true" />
+ <inspection_tool class="EnumClass" level="WARNING"
enabled="true" />
+ <inspection_tool class="EnumerationCanBeIteration"
level="WARNING" enabled="true" />
+ <inspection_tool class="ForeachStatement" level="WARNING"
enabled="true" />
+ <inspection_tool class="AssertAsName" level="WARNING"
enabled="true" />
+ <inspection_tool class="EnumAsName" level="WARNING"
enabled="true" />
+ <inspection_tool class="VarargParameter" level="WARNING"
enabled="true" />
+ <inspection_tool class="ClassWithoutConstructor"
level="WARNING" enabled="true" />
+ <inspection_tool class="ClassWithoutNoArgConstructor"
level="WARNING" enabled="true">
+ <option name="m_ignoreClassesWithNoConstructors"
value="true" />
+ </inspection_tool>
+ <inspection_tool class="FieldHasSetterButNoGetter"
level="WARNING" enabled="true" />
+ <inspection_tool class="JUnitAbstractTestClassNamingConvention"
level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z][A-Za-z\d]*TestCase"
/>
+ <option name="m_minLength" value="12" />
+ <option name="m_maxLength" value="64" />
+ </inspection_tool>
+ <inspection_tool class="TestCaseWithNoTestMethods"
level="WARNING" enabled="true">
+ <option name="ignoreSupers" value="false" />
+ </inspection_tool>
+ <inspection_tool class="JUnitTestClassNamingConvention"
level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z][A-Za-z\d]*Test"
/>
+ <option name="m_minLength" value="8" />
+ <option name="m_maxLength" value="64" />
+ </inspection_tool>
+ <inspection_tool class="TestMethodInProductCode"
level="WARNING" enabled="true" />
+ <inspection_tool class="TestMethodWithoutAssertion"
level="WARNING" enabled="true" />
+ <inspection_tool class="TestCaseInProductCode"
level="WARNING" enabled="true" />
+ <inspection_tool class="TestCaseWithConstructor"
level="WARNING" enabled="true" />
+ <inspection_tool class="BeforeOrAfterIsPublicVoidNoArg"
level="WARNING" enabled="true" />
+ <inspection_tool
class="BeforeClassOrAfterClassIsPublicStaticVoidNoArg" level="WARNING"
enabled="true" />
+ <inspection_tool class="AssertsWithoutMessages"
level="WARNING" enabled="true" />
+ <inspection_tool class="MisorderedAssertEqualsParameters"
level="WARNING" enabled="true" />
+ <inspection_tool class="SetupCallsSuperSetup"
level="WARNING" enabled="true" />
+ <inspection_tool class="MisspelledSetUp" level="WARNING"
enabled="true" />
+ <inspection_tool class="SetupIsPublicVoidNoArg"
level="WARNING" enabled="true" />
+ <inspection_tool class="SimplifiableJUnitAssertion"
level="WARNING" enabled="true" />
+ <inspection_tool class="StaticSuite" level="WARNING"
enabled="true" />
+ <inspection_tool class="TeardownCallsSuperTeardown"
level="WARNING" enabled="true" />
+ <inspection_tool class="MisspelledTearDown"
level="WARNING" enabled="true" />
+ <inspection_tool class="TeardownIsPublicVoidNoArg"
level="WARNING" enabled="true" />
+ <inspection_tool class="TestMethodIsPublicVoidNoArg"
level="WARNING" enabled="true" />
+ <inspection_tool class="UnconstructableTestCase"
level="WARNING" enabled="true" />
+ <inspection_tool class="ClassWithMultipleLoggers"
level="WARNING" enabled="true">
+ <option name="loggerClassName"
value="java.util.logging.Logger" />
+ </inspection_tool>
+ <inspection_tool class="ClassWithoutLogger"
level="WARNING" enabled="true">
+ <option name="loggerClassName"
value="java.util.logging.Logger" />
+ <option name="ignoreSuperLoggers" value="false" />
+ </inspection_tool>
+ <inspection_tool class="NonStaticFinalLogger"
level="WARNING" enabled="true">
+ <option name="loggerClassName"
value="java.util.logging.Logger" />
+ </inspection_tool>
+ <inspection_tool class="SystemGC" level="WARNING"
enabled="true" />
+ <inspection_tool class="StaticCollection" level="WARNING"
enabled="true">
+ <option name="m_ignoreWeakCollections" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="StringBufferField" level="WARNING"
enabled="true" />
+ <inspection_tool class="ZeroLengthArrayInitialization"
level="WARNING" enabled="true" />
+ <inspection_tool class="ParametersPerConstructor"
level="WARNING" enabled="true">
+ <option name="m_limit" value="5" />
+ </inspection_tool>
+ <inspection_tool class="ThreeNegationsPerMethod"
level="WARNING" enabled="true">
+ <option name="m_ignoreInEquals" value="true" />
+ </inspection_tool>
+ <inspection_tool class="MethodWithMultipleLoops"
level="WARNING" enabled="true" />
+ <inspection_tool class="MultipleReturnPointsPerMethod"
level="WARNING" enabled="true">
+ <option name="ignoreGuardClauses" value="false" />
+ <option name="ignoreEqualsMethod" value="false" />
+ <option name="m_limit" value="1" />
+ </inspection_tool>
+ <inspection_tool class="ThrownExceptionsPerMethod"
level="WARNING" enabled="true">
+ <option name="m_limit" value="3" />
+ </inspection_tool>
+ <inspection_tool class="ParametersPerMethod"
level="WARNING" enabled="true">
+ <option name="m_limit" value="5" />
+ </inspection_tool>
+ <inspection_tool class="CyclomaticComplexity"
level="WARNING" enabled="true">
+ <option name="m_limit" value="10" />
+ </inspection_tool>
+ <inspection_tool class="MethodCoupling" level="WARNING"
enabled="true">
+ <option name="m_includeJavaClasses" value="false" />
+ <option name="m_includeLibraryClasses" value="false"
/>
+ <option name="m_limit" value="10" />
+ </inspection_tool>
+ <inspection_tool class="NonCommentSourceStatements"
level="WARNING" enabled="true">
+ <option name="m_limit" value="30" />
+ </inspection_tool>
+ <inspection_tool class="NestingDepth" level="WARNING"
enabled="true">
+ <option name="m_limit" value="5" />
+ </inspection_tool>
+ <inspection_tool class="ModuleWithTooFewClasses"
level="WARNING" enabled="true">
+ <option name="limit" value="10" />
+ </inspection_tool>
+ <inspection_tool class="ModuleWithTooManyClasses"
level="WARNING" enabled="true">
+ <option name="limit" value="100" />
+ </inspection_tool>
+ <inspection_tool class="AnnotationNamingConvention"
level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z][A-Za-z\d]*" />
+ <option name="m_minLength" value="8" />
+ <option name="m_maxLength" value="64" />
+ </inspection_tool>
+ <inspection_tool class="BooleanMethodNameMustStartWithQuestion"
level="WARNING" enabled="true">
+ <option name="questionString"
value="is,can,has,should,could,will,shall,check,contains,equals,add,put,remove,startsWith,endsWith"
/>
+ </inspection_tool>
+ <inspection_tool class="ClassNamePrefixedWithPackageName"
level="WARNING" enabled="true" />
+ <inspection_tool class="ClassNameSameAsAncestorName"
level="WARNING" enabled="true" />
+ <inspection_tool class="ClassNamingConvention"
level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z][A-Za-z\d]*" />
+ <option name="m_minLength" value="8" />
+ <option name="m_maxLength" value="64" />
+ </inspection_tool>
+ <inspection_tool class="ConfusingMainMethod"
level="WARNING" enabled="true" />
+ <inspection_tool class="ConstantNamingConvention"
level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z_\d]*" />
+ <option name="m_minLength" value="5" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="EnumeratedClassNamingConvention"
level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z][A-Za-z\d]*" />
+ <option name="m_minLength" value="8" />
+ <option name="m_maxLength" value="64" />
+ </inspection_tool>
+ <inspection_tool class="EnumeratedConstantNamingConvention"
level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z][A-Za-z\d]*" />
+ <option name="m_minLength" value="5" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="ExceptionNameDoesntEndWithException"
level="WARNING" enabled="true" />
+ <inspection_tool class="InstanceMethodNamingConvention"
level="WARNING" enabled="true">
+ <option name="m_regex" value="[a-z][A-Za-z\d]*" />
+ <option name="m_minLength" value="4" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="InstanceVariableNamingConvention"
level="WARNING" enabled="true">
+ <option name="m_regex" value="m_[a-z][A-Za-z\d]*" />
+ <option name="m_minLength" value="5" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="InterfaceNamingConvention"
level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z][A-Za-z\d]*" />
+ <option name="m_minLength" value="8" />
+ <option name="m_maxLength" value="64" />
+ </inspection_tool>
+ <inspection_tool class="LocalVariableNamingConvention"
level="WARNING" enabled="true">
+ <option name="m_ignoreForLoopParameters" value="false"
/>
+ <option name="m_ignoreCatchParameters" value="false"
/>
+ <option name="m_regex" value="[a-z][A-Za-z\d]*" />
+ <option name="m_minLength" value="1" />
+ <option name="m_maxLength" value="20" />
+ </inspection_tool>
+ <inspection_tool class="MethodNameSameAsClassName"
level="WARNING" enabled="true" />
+ <inspection_tool class="MethodNameSameAsParentName"
level="WARNING" enabled="true" />
+ <inspection_tool class="MethodNamesDifferOnlyByCase"
level="WARNING" enabled="true" />
+ <inspection_tool class="ParameterNamingConvention"
level="WARNING" enabled="true">
+ <option name="m_regex" value="[a-z][A-Za-z\d]*" />
+ <option name="m_minLength" value="1" />
+ <option name="m_maxLength" value="20" />
+ </inspection_tool>
+ <inspection_tool class="NonBooleanMethodNameMayNotStartWithQuestion"
level="WARNING" enabled="true">
+ <option name="questionString"
value="is,can,has,should,could,will,shall,check,contains,equals,startsWith,endsWith"
/>
+ </inspection_tool>
+ <inspection_tool class="UpperCaseFieldNameNotConstant"
level="WARNING" enabled="true" />
+ <inspection_tool class="NonExceptionNameEndsWithException"
level="WARNING" enabled="true" />
+ <inspection_tool class="OverloadedMethodsWithSameNumberOfParameters"
level="WARNING" enabled="true" />
+ <inspection_tool class="OverloadedVarargsMethod"
level="WARNING" enabled="true" />
+ <inspection_tool class="ParameterNameDiffersFromOverriddenParameter"
level="WARNING" enabled="true">
+ <option name="m_ignoreSingleCharacterNames"
value="false" />
+ <option name="m_ignoreOverridesOfLibraryMethods"
value="false" />
+ </inspection_tool>
+ <inspection_tool class="QuestionableName" level="WARNING"
enabled="true">
+ <option name="nameString"
value="aa,abc,bad,bar,bar2,baz,baz1,baz2,baz3,bb,blah,bogus,bool,cc,dd,defau1t,dummy,dummy2,ee,fa1se,ff,foo,foo1,foo2,foo3,foobar,four,fred,fred1,fred2,gg,hh,hello,hello1,hello2,hello3,ii,nu11,one,silly,silly2,string,two,that,then,three,whi1e,var"
/>
+ </inspection_tool>
+ <inspection_tool class="StandardVariableNames"
level="WARNING" enabled="true" />
+ <inspection_tool class="StaticMethodNamingConvention"
level="WARNING" enabled="true">
+ <option name="m_regex" value="[a-z][A-Za-z\d]*" />
+ <option name="m_minLength" value="4" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="StaticVariableNamingConvention"
level="WARNING" enabled="true">
+ <option name="m_regex" value="s_[a-z][A-Za-z\d]*" />
+ <option name="m_minLength" value="5" />
+ <option name="m_maxLength" value="32" />
+ </inspection_tool>
+ <inspection_tool class="TypeParameterNamingConvention"
level="WARNING" enabled="true">
+ <option name="m_regex" value="[A-Z\d]" />
+ <option name="m_minLength" value="1" />
+ <option name="m_maxLength" value="1" />
+ </inspection_tool>
+ <inspection_tool class="DollarSignInName" level="WARNING"
enabled="true" />
+ <inspection_tool class="ComparisonOfShortAndChar"
level="WARNING" enabled="true" />
+ <inspection_tool class="ComparisonToNaN" level="WARNING"
enabled="true" />
+ <inspection_tool class="ConfusingFloatingPointLiteral"
level="WARNING" enabled="true" />
+ <inspection_tool class="ConstantMathCall" level="WARNING"
enabled="true" />
+ <inspection_tool class="DivideByZero" level="WARNING"
enabled="true" />
+ <inspection_tool class="BigDecimalEquals" level="WARNING"
enabled="true" />
+ <inspection_tool class="FloatingPointEquality"
level="WARNING" enabled="true" />
+ <inspection_tool class="ImplicitNumericConversion"
level="WARNING" enabled="true">
+ <option name="ignoreWideningConversions" value="false"
/>
+ <option name="ignoreCharConversions" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="IntegerDivisionInFloatingPointContext"
level="WARNING" enabled="true" />
+ <inspection_tool class="IntegerMultiplicationImplicitCastToLong"
level="WARNING" enabled="true" />
+ <inspection_tool class="LongLiteralsEndingWithLowercaseL"
level="WARNING" enabled="true" />
+ <inspection_tool class="NonReproducibleMathCall"
level="WARNING" enabled="true" />
+ <inspection_tool class="CachedNumberConstructorCall"
level="WARNING" enabled="true" />
+ <inspection_tool class="CastThatLosesPrecision"
level="WARNING" enabled="true">
+ <option name="ignoreIntegerCharCasts" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="OctalAndDecimalIntegersMixed"
level="WARNING" enabled="true" />
+ <inspection_tool class="OverlyComplexArithmeticExpression"
level="WARNING" enabled="true">
+ <option name="m_limit" value="6" />
+ </inspection_tool>
+ <inspection_tool class="BadOddness" level="WARNING"
enabled="true" />
+ <inspection_tool class="UnaryPlus" level="WARNING"
enabled="true" />
+ <inspection_tool class="UnnecessaryUnaryMinus"
level="WARNING" enabled="true" />
+ <inspection_tool class="UnpredictableBigDecimalConstructorCall"
level="WARNING" enabled="true" />
+ <inspection_tool class="ClassUnconnectedToPackage"
level="WARNING" enabled="true" />
+ <inspection_tool class="PackageInMultipleModules"
level="WARNING" enabled="true" />
+ <inspection_tool class="DisjointPackage" level="WARNING"
enabled="true" />
+ <inspection_tool class="PackageWithTooFewClasses"
level="WARNING" enabled="true">
+ <option name="limit" value="3" />
+ </inspection_tool>
+ <inspection_tool class="PackageWithTooManyClasses"
level="WARNING" enabled="true">
+ <option name="limit" value="10" />
+ </inspection_tool>
+ <inspection_tool class="ConstantStringIntern"
level="WARNING" enabled="true" />
+ <inspection_tool class="CallToSimpleGetterInClass"
level="WARNING" enabled="true">
+ <option name="ignoreGetterCallsOnOtherObjects"
value="false" />
+ </inspection_tool>
+ <inspection_tool class="CallToSimpleSetterInClass"
level="WARNING" enabled="true">
+ <option name="ignoreSetterCallsOnOtherObjects"
value="false" />
+ </inspection_tool>
+ <inspection_tool class="CollectionsMustHaveInitialCapacity"
level="WARNING" enabled="true" />
+ <inspection_tool class="TrivialStringConcatenation"
level="WARNING" enabled="true" />
+ <inspection_tool class="StringBufferReplaceableByString"
level="WARNING" enabled="true" />
+ <inspection_tool class="EqualsHashCodeCalledOnUrl"
level="WARNING" enabled="true" />
+ <inspection_tool class="FieldMayBeStatic" level="WARNING"
enabled="true" />
+ <inspection_tool class="InnerClassMayBeStatic"
level="WARNING" enabled="true" />
+ <inspection_tool class="CollectionContainsUrl"
level="WARNING" enabled="true" />
+ <inspection_tool class="MapReplaceableByEnumMap"
level="WARNING" enabled="true" />
+ <inspection_tool class="MethodMayBeStatic" level="WARNING"
enabled="true">
+ <option name="m_onlyPrivateOrFinal" value="false" />
+ <option name="m_ignoreEmptyMethods" value="true" />
+ </inspection_tool>
+ <inspection_tool class="StringReplaceableByStringBuffer"
level="WARNING" enabled="true">
+ <option name="onlyWarnOnLoop" value="true" />
+ </inspection_tool>
+ <inspection_tool class="ObjectAllocationInLoop"
level="WARNING" enabled="true" />
+ <inspection_tool class="SubstringZero" level="WARNING"
enabled="true" />
+ <inspection_tool class="SetReplaceableByEnumSet"
level="WARNING" enabled="true" />
+ <inspection_tool class="LengthOneStringsInConcatenation"
level="WARNING" enabled="true" />
+ <inspection_tool class="LengthOneStringInIndexOf"
level="WARNING" enabled="true" />
+ <inspection_tool class="SizeReplaceableByIsEmpty"
level="WARNING" enabled="true">
+ <option name="ignoreNegations" value="false" />
+ </inspection_tool>
+ <inspection_tool class="StringConcatenationInLoops"
level="WARNING" enabled="true">
+ <option name="m_ignoreUnlessAssigned" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="StringEqualsEmptyString"
level="WARNING" enabled="true" />
+ <inspection_tool class="StringBufferMustHaveInitialCapacity"
level="WARNING" enabled="true" />
+ <inspection_tool class="StringBufferReplaceableByStringBuilder"
level="WARNING" enabled="true" />
+ <inspection_tool class="StringBufferToStringInConcatenation"
level="WARNING" enabled="true" />
+ <inspection_tool class="TailRecursion" level="WARNING"
enabled="true" />
+ <inspection_tool class="JavaLangReflect" level="WARNING"
enabled="true" />
+ <inspection_tool class="RandomDoubleForRandomInteger"
level="WARNING" enabled="true" />
+ <inspection_tool class="RuntimeExec" level="WARNING"
enabled="true" />
+ <inspection_tool class="SystemExit" level="WARNING"
enabled="true" />
+ <inspection_tool class="SystemGetenv" level="WARNING"
enabled="true" />
+ <inspection_tool class="HardcodedFileSeparators"
level="WARNING" enabled="true">
+ <option name="m_recognizeExampleMediaType" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="HardcodedLineSeparators"
level="WARNING" enabled="true" />
+ <inspection_tool class="NativeMethods" level="WARNING"
enabled="true" />
+ <inspection_tool class="UseOfAWTPeerClass" level="WARNING"
enabled="true" />
+ <inspection_tool class="UseOfJDBCDriverClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="UseOfProcessBuilder"
level="WARNING" enabled="true" />
+ <inspection_tool class="UseOfSunClasses" level="WARNING"
enabled="true" />
+ <inspection_tool class="ObjectToString" level="WARNING"
enabled="true" />
+ <inspection_tool class="ReplaceAllDot" level="WARNING"
enabled="true" />
+ <inspection_tool class="CastConflictsWithInstanceof"
level="WARNING" enabled="true" />
+ <inspection_tool class="CastToIncompatibleInterface"
level="WARNING" enabled="true" />
+ <inspection_tool class="CollectionAddedToSelf"
level="WARNING" enabled="true" />
+ <inspection_tool class="ComparableImplementedButEqualsNotOverridden"
level="WARNING" enabled="true" />
+ <inspection_tool class="MisspelledCompareTo"
level="WARNING" enabled="true" />
+ <inspection_tool class="CovariantCompareTo"
level="WARNING" enabled="true" />
+ <inspection_tool class="CovariantEquals" level="WARNING"
enabled="true" />
+ <inspection_tool class="EmptyInitializer" level="WARNING"
enabled="true" />
+ <inspection_tool class="MisspelledEquals" level="WARNING"
enabled="true" />
+ <inspection_tool class="ForLoopThatDoesntUseLoopVariable"
level="WARNING" enabled="true" />
+ <inspection_tool class="MisspelledHashcode"
level="WARNING" enabled="true" />
+ <inspection_tool class="InstanceofIncompatibleInterface"
level="WARNING" enabled="true" />
+ <inspection_tool class="InstantiationOfUtilityClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="IteratorHasNextCallsIteratorNext"
level="WARNING" enabled="true" />
+ <inspection_tool
class="IteratorNextDoesNotThrowNoSuchElementException" level="WARNING"
enabled="true" />
+ <inspection_tool class="CompareToUsesNonFinalVariable"
level="WARNING" enabled="true" />
+ <inspection_tool class="EqualsUsesNonFinalVariable"
level="WARNING" enabled="true" />
+ <inspection_tool class="HashCodeUsesNonFinalVariable"
level="WARNING" enabled="true" />
+ <inspection_tool class="NonShortCircuitBoolean"
level="WARNING" enabled="true" />
+ <inspection_tool class="ObjectEquality" level="WARNING"
enabled="true">
+ <option name="m_ignoreEnums" value="true" />
+ <option name="m_ignoreClassObjects" value="false" />
+ <option name="m_ignorePrivateConstructors" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="ResultOfObjectAllocationIgnored"
level="WARNING" enabled="true" />
+ <inspection_tool class="ReturnNull" level="WARNING"
enabled="true">
+ <option name="m_reportObjectMethods" value="true" />
+ <option name="m_reportArrayMethods" value="true" />
+ <option name="m_reportCollectionMethods" value="true"
/>
+ </inspection_tool>
+ <inspection_tool class="StaticFieldReferenceOnSubclass"
level="WARNING" enabled="true" />
+ <inspection_tool class="StaticCallOnSubclass"
level="WARNING" enabled="true" />
+ <inspection_tool class="SubtractionInCompareTo"
level="WARNING" enabled="true" />
+ <inspection_tool class="SuspiciousIndentAfterControlStatement"
level="WARNING" enabled="true" />
+ <inspection_tool class="TextLabelInSwitchStatement"
level="WARNING" enabled="true" />
+ <inspection_tool class="MisspelledToString"
level="WARNING" enabled="true" />
+ <inspection_tool class="ArchaicSystemPropertyAccess"
level="WARNING" enabled="true" />
+ <inspection_tool class="ResultSetIndexZero"
level="WARNING" enabled="true" />
+ <inspection_tool class="UseOfPropertiesAsHashtable"
level="WARNING" enabled="true" />
+ <inspection_tool class="UnusedProperty" level="WARNING"
enabled="true" />
+ <inspection_tool class="ChannelResource" level="WARNING"
enabled="true" />
+ <inspection_tool class="HibernateResource" level="WARNING"
enabled="true" />
+ <inspection_tool class="IOResource" level="WARNING"
enabled="true" />
+ <inspection_tool class="JDBCResource" level="WARNING"
enabled="true" />
+ <inspection_tool class="JNDIResource" level="WARNING"
enabled="true" />
+ <inspection_tool class="SocketResource" level="WARNING"
enabled="true" />
+ <inspection_tool class="DriverManagerGetConnection"
level="WARNING" enabled="true" />
+ <inspection_tool class="SystemProperties" level="WARNING"
enabled="true" />
+ <inspection_tool class="RuntimeExecWithNonConstantString"
level="WARNING" enabled="true" />
+ <inspection_tool class="LoadLibraryWithNonConstantString"
level="WARNING" enabled="true" />
+ <inspection_tool class="SystemSetSecurityManager"
level="WARNING" enabled="true" />
+ <inspection_tool class="ClassLoaderInstantiation"
level="WARNING" enabled="true" />
+ <inspection_tool class="CloneableClassInSecureContext"
level="WARNING" enabled="true" />
+ <inspection_tool class="JDBCPrepareStatementWithNonConstantString"
level="WARNING" enabled="true" />
+ <inspection_tool class="CustomClassloader" level="WARNING"
enabled="true" />
+ <inspection_tool class="CustomSecurityManager"
level="WARNING" enabled="true" />
+ <inspection_tool class="DeserializableClassInSecureContext"
level="WARNING" enabled="true" />
+ <inspection_tool class="DesignForExtension"
level="WARNING" enabled="true" />
+ <inspection_tool class="UnsecureRandomNumberGeneration"
level="WARNING" enabled="true" />
+ <inspection_tool class="NonFinalClone" level="WARNING"
enabled="true" />
+ <inspection_tool class="NonStaticInnerClassInSecureContext"
level="WARNING" enabled="true" />
+ <inspection_tool class="PublicStaticArrayField"
level="WARNING" enabled="true" />
+ <inspection_tool class="PublicStaticCollectionField"
level="WARNING" enabled="true" />
+ <inspection_tool class="SerializableClassInSecureContext"
level="WARNING" enabled="true" />
+ <inspection_tool class="JDBCExecuteWithNonConstantString"
level="WARNING" enabled="true" />
+ <inspection_tool class="ComparatorNotSerializable"
level="WARNING" enabled="true" />
+ <inspection_tool class="ExternalizableWithSerializationMethods"
level="WARNING" enabled="true" />
+ <inspection_tool class="ReadObjectInitialization"
level="WARNING" enabled="true" />
+ <inspection_tool class="NonSerializableWithSerializationMethods"
level="WARNING" enabled="true" />
+ <inspection_tool class="NonSerializableWithSerialVersionUIDField"
level="WARNING" enabled="true" />
+ <inspection_tool class="NonSerializableFieldInSerializableClass"
level="WARNING" enabled="true">
+ <option name="superClassString"
value="java.awt.Component" />
+ </inspection_tool>
+ <inspection_tool class="NonSerializableObjectBoundToHttpSession"
level="WARNING" enabled="true" />
+ <inspection_tool class="NonSerializableObjectPassedToObjectStream"
level="WARNING" enabled="true" />
+ <inspection_tool class="ReadObjectAndWriteObjectPrivate"
level="WARNING" enabled="true" />
+ <inspection_tool class="ReadResolveAndWriteReplaceProtected"
level="WARNING" enabled="true" />
+ <inspection_tool class="SerializableWithUnconstructableAncestor"
level="WARNING" enabled="true" />
+ <inspection_tool class="SerializableHasSerializationMethods"
level="WARNING" enabled="true">
+ <option name="superClassString"
value="java.awt.Component" />
+ </inspection_tool>
+ <inspection_tool class="SerializableHasSerialVersionUIDField"
level="WARNING" enabled="true">
+ <option name="superClassString"
value="java.awt.Component" />
+ </inspection_tool>
+ <inspection_tool
class="SerializableInnerClassWithNonSerializableOuterClass"
level="WARNING" enabled="true">
+ <option name="superClassString"
value="java.awt.Component" />
+ </inspection_tool>
+ <inspection_tool
class="SerializableInnerClassHasSerialVersionUIDField" level="WARNING"
enabled="true">
+ <option name="superClassString"
value="java.awt.Component" />
+ </inspection_tool>
+ <inspection_tool class="SerialPersistentFieldsWithWrongSignature"
level="WARNING" enabled="true" />
+ <inspection_tool class="SerialVersionUIDNotStaticFinal"
level="WARNING" enabled="true" />
+ <inspection_tool class="TransientFieldInNonSerializableClass"
level="WARNING" enabled="true" />
+ <inspection_tool class="TransientFieldNotInitialized"
level="WARNING" enabled="true" />
+ <inspection_tool
class="AccessToNonThreadSafeStaticFieldFromInstance" level="WARNING"
enabled="true">
+ <option name="nonThreadSafeTypes"
value="java.text.DateFormat,java.util.Calendar" />
+ </inspection_tool>
+ <inspection_tool class="AccessToStaticFieldLockedOnInstance"
level="WARNING" enabled="true" />
+ <inspection_tool class="ArithmeticOnVolatileField"
level="WARNING" enabled="true" />
+ <inspection_tool class="AwaitNotInLoop" level="WARNING"
enabled="true" />
+ <inspection_tool class="AwaitWithoutCorrespondingSignal"
level="WARNING" enabled="true" />
+ <inspection_tool class="BusyWait" level="WARNING"
enabled="true" />
+ <inspection_tool class="ObjectNotify" level="WARNING"
enabled="true" />
+ <inspection_tool class="ConditionSignal" level="WARNING"
enabled="true" />
+ <inspection_tool class="SystemRunFinalizersOnExit"
level="WARNING" enabled="true" />
+ <inspection_tool class="ThreadRun" level="WARNING"
enabled="true" />
+ <inspection_tool class="ThreadPriority" level="WARNING"
enabled="true" />
+ <inspection_tool class="SleepWhileHoldingLock"
level="WARNING" enabled="true" />
+ <inspection_tool class="ThreadStartInConstruction"
level="WARNING" enabled="true" />
+ <inspection_tool class="ThreadStopSuspendResume"
level="WARNING" enabled="true" />
+ <inspection_tool class="ThreadYield" level="WARNING"
enabled="true" />
+ <inspection_tool class="CallToNativeMethodWhileLocked"
level="WARNING" enabled="true" />
+ <inspection_tool class="ExtendsThread" level="WARNING"
enabled="true" />
+ <inspection_tool class="DoubleCheckedLocking"
level="WARNING" enabled="true">
+ <option name="ignoreOnVolatileVariables" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="EmptySynchronizedStatement"
level="WARNING" enabled="true" />
+ <inspection_tool class="FieldAccessedSynchronizedAndUnsynchronized"
level="WARNING" enabled="true">
+ <option name="countGettersAndSetters" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="ThreadWithDefaultRunMethod"
level="WARNING" enabled="true" />
+ <inspection_tool class="SafeLock" level="WARNING"
enabled="true" />
+ <inspection_tool class="MethodMayBeSynchronized"
level="WARNING" enabled="true" />
+ <inspection_tool class="NestedSynchronizedStatement"
level="WARNING" enabled="true" />
+ <inspection_tool class="PublicFieldAccessedInSynchronizedContext"
level="WARNING" enabled="true" />
+ <inspection_tool
class="NonSynchronizedMethodOverridesSynchronizedMethod"
level="WARNING" enabled="true" />
+ <inspection_tool class="NotifyCalledOnCondition"
level="WARNING" enabled="true" />
+ <inspection_tool class="NotifyNotInSynchronizedContext"
level="WARNING" enabled="true" />
+ <inspection_tool class="NakedNotify" level="WARNING"
enabled="true" />
+ <inspection_tool class="NotifyWithoutCorrespondingWait"
level="WARNING" enabled="true" />
+ <inspection_tool class="SignalWithoutCorrespondingAwait"
level="WARNING" enabled="true" />
+ <inspection_tool class="SynchronizeOnThis" level="WARNING"
enabled="true" />
+ <inspection_tool class="SynchronizeOnLock" level="WARNING"
enabled="true" />
+ <inspection_tool class="SynchronizedOnLiteralObject"
level="WARNING" enabled="true" />
+ <inspection_tool class="SynchronizedMethod"
level="WARNING" enabled="true">
+ <option name="m_includeNativeMethods" value="true"
/>
+ </inspection_tool>
+ <inspection_tool class="UnconditionalWait" level="WARNING"
enabled="true" />
+ <inspection_tool class="VolatileArrayField"
level="WARNING" enabled="true" />
+ <inspection_tool class="VolatileLongOrDoubleField"
level="WARNING" enabled="true" />
+ <inspection_tool class="WaitCalledOnCondition"
level="WARNING" enabled="true" />
+ <inspection_tool class="WaitNotInLoop" level="WARNING"
enabled="true" />
+ <inspection_tool class="WaitOrAwaitWithoutTimeout"
level="WARNING" enabled="true" />
+ <inspection_tool class="WaitWhileHoldingTwoLocks"
level="WARNING" enabled="true" />
+ <inspection_tool class="WaitNotInSynchronizedContext"
level="WARNING" enabled="true" />
+ <inspection_tool class="WaitWithoutCorrespondingNotify"
level="WARNING" enabled="true" />
+ <inspection_tool class="WhileLoopSpinsOnField"
level="WARNING" enabled="true">
+ <option name="ignoreNonEmtpyLoops" value="false" />
+ </inspection_tool>
+ <inspection_tool
class="AnonymousClassVariableHidesContainingMethodVariable"
level="WARNING" enabled="true" />
+ <inspection_tool class="ClassEscapesItsScope"
level="WARNING" enabled="true" />
+ <inspection_tool class="FieldHidesSuperclassField"
level="WARNING" enabled="true">
+ <option name="m_ignoreInvisibleFields" value="true"
/>
+ </inspection_tool>
+ <inspection_tool class="InnerClassVariableHidesOuterClassVariable"
level="WARNING" enabled="true">
+ <option name="m_ignoreInvisibleFields" value="true"
/>
+ </inspection_tool>
+ <inspection_tool class="LocalVariableHidingMemberVariable"
level="WARNING" enabled="true">
+ <option name="m_ignoreInvisibleFields" value="true"
/>
+ <option name="m_ignoreStaticMethods" value="true" />
+ </inspection_tool>
+ <inspection_tool class="MethodOverloadsParentMethod"
level="WARNING" enabled="true" />
+ <inspection_tool class="MethodOverridesPackageLocalMethod"
level="WARNING" enabled="true" />
+ <inspection_tool class="MethodOverridesPrivateMethod"
level="WARNING" enabled="true" />
+ <inspection_tool class="MethodOverridesStaticMethod"
level="WARNING" enabled="true" />
+ <inspection_tool class="ParameterHidingMemberVariable"
level="WARNING" enabled="true">
+ <option name="m_ignoreInvisibleFields" value="true"
/>
+ <option name="m_ignoreStaticMethodParametersHidingInstanceFields"
value="false" />
+ <option name="m_ignoreForConstructors" value="false"
/>
+ <option name="m_ignoreForPropertySetters" value="false"
/>
+ <option name="m_ignoreForAbstractMethods" value="false"
/>
+ </inspection_tool>
+ <inspection_tool class="TypeParameterHidesVisibleType"
level="WARNING" enabled="true" />
+ </profile>
+ <profile version="1.0" is_locked="false">
<option name="myName" value="Project Default" />
<option name="myLocal" value="false" />
+ <inspection_tool class="JpaDataSourceORMInspection"
level="ERROR" enabled="false" />
+ <inspection_tool class="JpaDataSourceORMDomInspection"
level="ERROR" enabled="false" />
+ <inspection_tool class="EjbErrorInspection" level="ERROR"
enabled="false" />
+ <inspection_tool class="EjbWarningInspection"
level="WARNING" enabled="false" />
+ <inspection_tool class="EjbDomInspection" level="ERROR"
enabled="false" />
+ <inspection_tool class="EjbQlInspection" level="ERROR"
enabled="false" />
+ <inspection_tool class="JavaeeApplicationDomInspection"
level="ERROR" enabled="false" />
+ <inspection_tool class="MimeType" level="ERROR"
enabled="false" />
+ <inspection_tool class="JpaORMDomInspection" level="ERROR"
enabled="false" />
+ <inspection_tool class="JpaModelErrorInspection"
level="ERROR" enabled="false" />
+ <inspection_tool class="JpaModelWarningInspection"
level="WARNING" enabled="false" />
+ <inspection_tool class="JpaQlInspection" level="ERROR"
enabled="false" />
+ <inspection_tool class="JpaQueryApiInspection"
level="ERROR" enabled="false" />
+ <inspection_tool class="JpaDomInspection" level="ERROR"
enabled="false" />
+ <inspection_tool
class="ReferencesToClassesFromDefaultPackagesInJSPFile" level="ERROR"
enabled="false" />
+ <inspection_tool class="SelfIncludingJspFiles"
level="ERROR" enabled="false" />
+ <inspection_tool class="WebProperties" level="ERROR"
enabled="false" />
+ <inspection_tool class="WebWarnings" level="WARNING"
enabled="false" />
+ <inspection_tool class="FacesModelInspection"
level="ERROR" enabled="false" />
+ <inspection_tool class="ELValidationInJSP" level="WARNING"
enabled="false" />
+ <inspection_tool class="CheckJsfComponentUnderViewTag"
level="INFO" enabled="false" />
+ <inspection_tool class="ELSpecValidationInJSP"
level="WARNING" enabled="false" />
+ <inspection_tool class="HibernateMappingDatasourceDomInspection"
level="ERROR" enabled="false" />
+ <inspection_tool class="HibernateConfigDomInspection"
level="ERROR" enabled="false" />
+ <inspection_tool class="HibernateMappingDomInspection"
level="ERROR" enabled="false" />
+ <inspection_tool class="SimplifiableIfStatement"
level="WARNING" enabled="false" />
+ <inspection_tool class="JBoss" level="ERROR"
enabled="false" />
</profile>
</profiles>
- <list size="0" />
+ <list size="4">
+ <item index="0" class="java.lang.String"
itemvalue="SERVER PROBLEM" />
+ <item index="1" class="java.lang.String"
itemvalue="INFO" />
+ <item index="2" class="java.lang.String"
itemvalue="WARNING" />
+ <item index="3" class="java.lang.String"
itemvalue="ERROR" />
+ </list>
</component>
<component name="JavacSettings">
<option name="DEBUGGING_INFO" value="true" />
@@ -233,19 +1220,36 @@
</item>
</group>
</component>
+ <component name="ProjectDetails">
+ <option name="projectName" value="jboss-portal" />
+ </component>
+ <component name="ProjectFacetManager">
+ <default-configurations>
+ <entry facet-type="hibernate">
+ <default-facet-configuration>
+ <configuration>
+ <setting name="validation-enabled" value="true" />
+ <datasource-map />
+ </configuration>
+ </default-facet-configuration>
+ </entry>
+ </default-configurations>
+ </component>
<component name="ProjectFileVersion" converted="true" />
+ <component name="ProjectKey">
+ <option name="state"
value="project:///Users/claprun/Dev/jboss-portal-2.7/jboss-portal.ipr" />
+ </component>
<component name="ProjectModuleManager">
<modules>
<module
fileurl="file://$PROJECT_DIR$/build/ide/intellij/idea70/modules/api/api.iml"
filepath="$PROJECT_DIR$/build/ide/intellij/idea70/modules/api/api.iml" />
- <module
fileurl="file://$PROJECT_DIR$/build/ide/intellij/idea70/modules/cms/cms.iml"
filepath="$PROJECT_DIR$/build/ide/intellij/idea70/modules/cms/cms.iml" />
<module
fileurl="file://$PROJECT_DIR$/build/ide/intellij/idea70/modules/core/core.iml"
filepath="$PROJECT_DIR$/build/ide/intellij/idea70/modules/core/core.iml" />
<module
fileurl="file://$PROJECT_DIR$/build/ide/intellij/idea70/modules/core-admin/core-admin.iml"
filepath="$PROJECT_DIR$/build/ide/intellij/idea70/modules/core-admin/core-admin.iml"
/>
<module
fileurl="file://$PROJECT_DIR$/build/ide/intellij/idea70/modules/core-cms/core-cms.iml"
filepath="$PROJECT_DIR$/build/ide/intellij/idea70/modules/core-cms/core-cms.iml"
/>
+ <module
fileurl="file://$PROJECT_DIR$/build/ide/intellij/idea70/modules/core-identity/core-identity.iml"
filepath="$PROJECT_DIR$/build/ide/intellij/idea70/modules/core-identity/core-identity.iml"
/>
<module
fileurl="file://$PROJECT_DIR$/build/ide/intellij/idea70/modules/core-management/core-management.iml"
filepath="$PROJECT_DIR$/build/ide/intellij/idea70/modules/core-management/core-management.iml"
/>
<module
fileurl="file://$PROJECT_DIR$/build/ide/intellij/idea70/modules/core-samples/core-samples.iml"
filepath="$PROJECT_DIR$/build/ide/intellij/idea70/modules/core-samples/core-samples.iml"
/>
<module
fileurl="file://$PROJECT_DIR$/build/ide/intellij/idea70/modules/core-wsrp/core-wsrp.iml"
filepath="$PROJECT_DIR$/build/ide/intellij/idea70/modules/core-wsrp/core-wsrp.iml"
/>
<module
fileurl="file://$PROJECT_DIR$/build/ide/intellij/idea70/modules/faces/faces.iml"
filepath="$PROJECT_DIR$/build/ide/intellij/idea70/modules/faces/faces.iml"
/>
- <module
fileurl="file://$PROJECT_DIR$/build/ide/intellij/idea70/modules/format/format.iml"
filepath="$PROJECT_DIR$/build/ide/intellij/idea70/modules/format/format.iml"
/>
<module
fileurl="file://$PROJECT_DIR$/build/ide/intellij/idea70/modules/jems/jems.iml"
filepath="$PROJECT_DIR$/build/ide/intellij/idea70/modules/jems/jems.iml" />
<module
fileurl="file://$PROJECT_DIR$/build/ide/intellij/idea70/modules/migration/migration.iml"
filepath="$PROJECT_DIR$/build/ide/intellij/idea70/modules/migration/migration.iml"
/>
<module
fileurl="file://$PROJECT_DIR$/build/ide/intellij/idea70/modules/portlet-server/portlet-server.iml"
filepath="$PROJECT_DIR$/build/ide/intellij/idea70/modules/portlet-server/portlet-server.iml"
/>
@@ -262,7 +1266,7 @@
<module
fileurl="file://$PROJECT_DIR$/build/ide/intellij/idea70/modules/wsrp/wsrp.iml"
filepath="$PROJECT_DIR$/build/ide/intellij/idea70/modules/wsrp/wsrp.iml" />
</modules>
</component>
- <component name="ProjectRootManager" version="2"
assert-keyword="true" jdk-15="true" project-jdk-name="1.5"
project-jdk-type="JavaSDK">
+ <component name="ProjectRootManager" version="2"
languageLevel="JDK_1_5" assert-keyword="true" jdk-15="true"
project-jdk-name="1.6" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/output" />
</component>
<component name="RmicSettings">
@@ -290,7 +1294,7 @@
<Base>
<setting name="state" value="1" />
</Base>
- <LanguageOptions name="$TEMPLATE$">
+ <LanguageOptions name="$PROJECT_DIR$">
<option name="templateOptions">
<value>
<option name="block" value="true" />
@@ -311,27 +1315,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="HTML">
<option name="templateOptions">
<value>
@@ -395,27 +1378,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
@@ -470,7 +1432,8 @@
</library>
<library name="portlet api">
<CLASSES>
- <root
url="jar://$PROJECT_DIR$/thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/"
/>
+ <root
url="jar://$PROJECT_DIR$/thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/"
/>
+ <root
url="jar://$PROJECT_DIR$/thirdparty/portlet/lib/portlet-api.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -491,11 +1454,31 @@
<SOURCES />
<jarDirectory
url="file://$PROJECT_DIR$/thirdparty/jboss-portal/modules/portlet/lib"
recursive="false" />
</library>
+ <library name="test">
+ <CLASSES>
+ <root
url="file://$PROJECT_DIR$/thirdparty/jboss-portal/modules/test/lib" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES>
+ <root
url="file://$portal-modules-root$/test/trunk/test/src/main/java" />
+ <root
url="file://$portal-modules-root$/test/trunk/unit/src/main/java" />
+ <root
url="file://$portal-modules-root$/test/trunk/remote/src/main/java" />
+ <root
url="file://$portal-modules-root$/test/trunk/remote/src/test/java" />
+ <root
url="file://$portal-modules-root$/test/trunk/unit/src/test/java" />
+ <root url="file://$portal-modules-root$/test/trunk/mc/src/main/java"
/>
+ <root url="file://$portal-modules-root$/test/trunk/mc/src/test/java"
/>
+ </SOURCES>
+ <jarDirectory
url="file://$PROJECT_DIR$/thirdparty/jboss-portal/modules/test/lib"
recursive="false" />
+ </library>
</component>
<component name="uidesigner-configuration">
<option name="INSTRUMENT_CLASSES" value="true" />
<option name="COPY_FORMS_RUNTIME_TO_OUTPUT" value="true"
/>
<option name="DEFAULT_LAYOUT_MANAGER"
value="GridLayoutManager" />
</component>
+ <UsedPathMacros>
+ <macro name="TEMPLATE" />
+ <macro name="portal-modules-root" />
+ </UsedPathMacros>
</project>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/api/api.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/api/api.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/api/api.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../api/output/idea/classes" />
+ <output url="file://$MODULE_DIR$/../../../../../../api/output/classes"
/>
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../api">
<sourceFolder url="file://$MODULE_DIR$/../../../../../../api/src/main"
isTestSource="false" />
@@ -18,7 +18,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -32,6 +31,27 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
+ <option name="prefixLines" value="true" />
+ <option name="lenBefore" value="80" />
+ <option name="lenAfter" value="80" />
+ <option name="box" value="false" />
+ <option name="filler" value=" " />
+ </value>
+ </option>
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="keyword" value="Copyright" />
+ <option name="fileTypeOverride" value="4" />
+ <option name="relativeBefore" value="true" />
+ <option name="addBlankAfter" value="true" />
+ <option name="fileLocation" value="1" />
+ <option name="useAlternate" value="false" />
+ </LanguageOptions>
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
+ <option name="templateOptions">
+ <value>
+ <option name="block" value="true" />
<option name="separateBefore" value="true" />
<option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core/core.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core/core.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core/core.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,70 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
- <component name="FacetManager">
- <facet type="hibernate" name="Hibernate"
implicit="true">
- <configuration>
- <setting name="validation-enabled" value="false" />
- <datasource-map>
- <unit-entry name="<anonymous>hibernate.cfg.xml@1992"
/>
- </datasource-map>
- <deploymentDescriptor name="hibernate.cfg.xml"
url="file://$MODULE_DIR$/../../../../../../core/src/resources/portal-core-sar/conf/hibernate/instance/hibernate.cfg.xml"
optional="false" version="3.0" />
- </configuration>
- </facet>
- <facet type="web" name="Web">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../core/src/resources/portal-core-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../core/src/resources/portal-core-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="core">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web2">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../core/src/resources/portal-server-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../core/src/resources/portal-server-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="core">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- </component>
<component name="NewModuleRootManager"
inherit-compiler-output="false">
<output
url="file://$MODULE_DIR$/../../../../../../core/output/idea/classes" />
<exclude-output />
@@ -76,7 +11,6 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="theme" />
<orderEntry type="module" module-name="server" />
- <orderEntry type="module" module-name="format" />
<orderEntry type="module-library">
<library>
<CLASSES>
@@ -104,15 +38,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/"
/>
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
<orderEntry type="module" module-name="security" />
<orderEntry type="module" module-name="faces" />
<orderEntry type="module-library">
@@ -124,7 +49,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="module" module-name="cms" />
<orderEntry type="module-library">
<library>
<CLASSES>
@@ -182,15 +106,6 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/"
/>
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
<root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/"
/>
</CLASSES>
<JAVADOC />
@@ -348,15 +263,6 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/"
/>
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
<root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/"
/>
</CLASSES>
<JAVADOC />
@@ -446,8 +352,24 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="library" name="portlet api"
level="project" />
- <orderEntryProperties />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/portlet/lib/portlet-api.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jsf/lib/jsf-api.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-admin/core-admin.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-admin/core-admin.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-admin/core-admin.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,490 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
- <component name="FacetManager">
- <facet type="web" name="Web">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../core-admin/src/resources/portal-admin-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../core-admin/src/resources/portal-admin-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core-admin">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../core-admin/src/etc/sun-jsf/jsf-example.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-impl.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-identity-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/identity/lib/portal-identity-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- </packaging>
- </configuration>
- <facet type="jsf" name="JSF" implicit="true">
- <configuration />
- </facet>
- </facet>
- </component>
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../core-admin/output/idea/classes"
/>
+ <output
url="file://$MODULE_DIR$/../../../../../../core-admin/output/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../core-admin">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../core-admin/src/main"
isTestSource="false" />
@@ -513,39 +30,12 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/"
/>
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-impl.jar!/"
/>
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
<root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../core-admin/src/etc/sun-jsf/jsf-example.jar!/"
/>
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
<orderEntry type="module" module-name="faces" />
<orderEntry type="module" module-name="core" />
<orderEntry type="module" module-name="theme" />
@@ -560,7 +50,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="module" module-name="format" />
<orderEntry type="module" module-name="jems" />
<orderEntry type="module-library">
<library>
@@ -627,7 +116,24 @@
</library>
</orderEntry>
<orderEntry type="library" name="portal common"
level="project" />
- <orderEntryProperties />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jsf/lib/jsf-api.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/portlet/lib/portlet-api.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -641,16 +147,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -658,22 +164,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -742,27 +248,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-cms/core-cms.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-cms/core-cms.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-cms/core-cms.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,43 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
- <component name="FacetManager">
- <facet type="hibernate" name="Hibernate"
implicit="true">
- <configuration>
- <setting name="validation-enabled" value="false" />
- <datasource-map />
- <deploymentDescriptor name="hibernate.cfg.xml"
url="file://$MODULE_DIR$/../../../../../../core-cms/src/resources/portal-cms-sar/conf/hibernate/cms/hibernate.cfg.xml"
optional="false" version="3.0" />
- </configuration>
- </facet>
- <facet type="web" name="Web">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../core-cms/src/resources/portal-cms-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../core-cms/src/resources/portal-cms-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="core-cms">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- </component>
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../core-cms/output/idea/classes" />
+ <output
url="file://$MODULE_DIR$/../../../../../../core-cms/output/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../core-cms">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../core-cms/src/main"
isTestSource="false" />
@@ -72,7 +36,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="module" module-name="cms" />
<orderEntry type="module" module-name="core" />
<orderEntry type="module" module-name="api" />
<orderEntry type="module" module-name="workflow" />
@@ -121,35 +84,43 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="library" name="portal common"
level="project" />
+ <orderEntry type="library" name="identity"
level="project" />
+ <orderEntry type="library" name="portal portlet"
level="project" />
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="library" name="portal common"
level="project" />
- <orderEntry type="library" name="identity"
level="project" />
- <orderEntry type="library" name="portal portlet"
level="project" />
+ <orderEntry type="library" name="portlet api"
level="project" />
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jsf/lib/jsf-api.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="library" name="portlet api"
level="project" />
- <orderEntryProperties />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/cms/lib/cms-jackrabbit.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -163,16 +134,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -180,22 +151,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -264,27 +235,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-identity/core-identity.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-identity/core-identity.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-identity/core-identity.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,14 +1,164 @@
<?xml version="1.0" encoding="UTF-8"?>
-<module version="4" relativePaths="true"
type="JAVA_MODULE">
- <component name="ModuleRootManager" />
+<module relativePaths="true" type="JAVA_MODULE"
version="4">
<component name="NewModuleRootManager"
inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../core-identity">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../core-identity/src/main"
isTestSource="false" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../core-identity/output" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntryProperties />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$APPLICATION_HOME_DIR$/lib/javaee.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module" module-name="core" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/identity/lib/portal-identity-lib.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jsf/lib/jsf-api.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jpdl/lib/jbpm-identity.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jpdl/lib/jbpm-jpdl.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module" module-name="workflow" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/portlet/lib/portlet-api.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module" module-name="theme" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module" module-name="faces" />
+ <orderEntry type="module" module-name="jems" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module" module-name="api" />
+ <orderEntry type="module" module-name="server" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jcaptcha/lib/jcaptcha.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-xerces/lib/xercesImpl.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
</component>
</module>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-management/core-management.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-management/core-management.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-management/core-management.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../core-management/output/idea/classes"
/>
+ <output
url="file://$MODULE_DIR$/../../../../../../core-management/output/classes"
/>
<exclude-output />
<content
url="file://$MODULE_DIR$/../../../../../../core-management">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../core-management/src/main"
isTestSource="false" />
@@ -48,7 +48,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -62,16 +61,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -79,22 +78,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -163,27 +162,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-samples/core-samples.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-samples/core-samples.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-samples/core-samples.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,171 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
- <component name="FacetManager">
- <facet type="web" name="Web">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../core-samples/src/resources/portal-basic-samples-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../core-samples/src/resources/portal-basic-samples-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="core-samples">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web2" implicit="true">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../core-samples/src/resources/portal-jsp-samples-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../core-samples/src/resources/portal-jsp-samples-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="core-samples">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web3" implicit="true">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../core-samples/src/resources/portal-news-samples-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../core-samples/src/resources/portal-news-samples-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="core-samples">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web4" implicit="true">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../core-samples/src/resources/portal-users-samples-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../core-samples/src/resources/portal-users-samples-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="core-samples">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web5" implicit="true">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../core-samples/src/resources/portal-weather-samples-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../core-samples/src/resources/portal-weather-samples-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="core-samples">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web6" implicit="true">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../core-samples/src/resources/portal-portlet-samples-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../core-samples/src/resources/portal-portlet-samples-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="core-samples">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- </component>
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../core-samples/output/idea/classes"
/>
+ <output
url="file://$MODULE_DIR$/../../../../../../core-samples/output/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../core-samples">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../core-samples/src/main"
isTestSource="false" />
@@ -173,7 +9,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="format" />
<orderEntry type="module" module-name="core" />
<orderEntry type="module" module-name="api" />
<orderEntry type="module-library">
@@ -224,7 +59,6 @@
</orderEntry>
<orderEntry type="library" name="portal common"
level="project" />
<orderEntry type="library" name="identity"
level="project" />
- <orderEntry type="library" name="portal portlet"
level="project" />
<orderEntry type="module-library">
<library>
<CLASSES>
@@ -243,8 +77,16 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="library" name="portlet api"
level="project" />
- <orderEntryProperties />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/portlet/lib/portlet-api.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module" module-name="security" />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -258,16 +100,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -275,22 +117,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -359,27 +201,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-wsrp/core-wsrp.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-wsrp/core-wsrp.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/core-wsrp/core-wsrp.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,39 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
- <component name="FacetManager">
- <facet type="web" name="Web">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../core-wsrp/src/resources/portal-wsrp-admin-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../core-wsrp/src/resources/portal-wsrp-admin-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="core-wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- <facet type="jsf" name="JSF" implicit="true">
- <configuration />
- </facet>
- </facet>
- </component>
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../core-wsrp/output/idea/classes" />
+ <output
url="file://$MODULE_DIR$/../../../../../../core-wsrp/output/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../core-wsrp">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../core-wsrp/src/main"
isTestSource="false" />
@@ -74,7 +42,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -83,32 +51,32 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="module" module-name="jems" />
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="module" module-name="jems" />
+ <orderEntry type="module" module-name="faces" />
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
@@ -118,16 +86,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -135,22 +103,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -219,27 +187,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/faces/faces.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/faces/faces.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/faces/faces.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,39 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
- <component name="FacetManager">
- <facet type="web" name="Web">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../faces/src/resources/portal-faces-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../faces/src/resources/portal-faces-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="faces">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- <facet type="jsf" name="JSF" implicit="true">
- <configuration />
- </facet>
- </facet>
- </component>
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../faces/output/idea/classes" />
+ <output url="file://$MODULE_DIR$/../../../../../../faces/output/classes"
/>
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../faces">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../faces/src/main"
isTestSource="false" />
@@ -44,15 +12,6 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/"
/>
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
<root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/"
/>
</CLASSES>
<JAVADOC />
@@ -115,9 +74,44 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="library" name="portal portlet"
level="project" />
<orderEntry type="library" name="portal common"
level="project" />
- <orderEntryProperties />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/portlet/lib/portlet-api.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="library" name="portal portlet"
level="project" />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jsf/lib/jsf-api.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jsf/lib/jsf-impl.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$APPLICATION_HOME_DIR$/lib/javaee.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -131,16 +125,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -148,22 +142,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -232,27 +226,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/jems/jems.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/jems/jems.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/jems/jems.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../jems/output/idea/classes" />
+ <output url="file://$MODULE_DIR$/../../../../../../jems/output/classes"
/>
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../jems">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../jems/src/main"
isTestSource="false" />
@@ -210,7 +210,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -219,7 +219,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -228,7 +228,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -237,13 +237,12 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache-jdk50.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -257,16 +256,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -274,22 +273,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -358,27 +357,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/migration/migration.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/migration/migration.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/migration/migration.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,62 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
- <component name="FacetManager">
- <facet type="hibernate" name="Hibernate">
- <configuration>
- <setting name="validation-enabled" value="false" />
- <datasource-map>
- <unit-entry name="<anonymous>hibernate.cfg.xml@1993"
/>
- </datasource-map>
- <deploymentDescriptor name="hibernate.cfg.xml"
url="file://$MODULE_DIR$/../../../../../../migration/src/resources/migration/schema20/hibernate.cfg.xml"
optional="false" version="3.0" />
- </configuration>
- </facet>
- <facet type="javaeeApplication" name="javaEEApplication">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="application.xml"
url="file://$MODULE_DIR$/../../../../../../migration/src/resources/portal-migration-sar/META-INF/application.xml"
optional="false" version="5" />
- </descriptors>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- </building>
- </configuration>
- </facet>
- <facet type="web" name="Web">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../migration/src/resources/portal-migration-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../migration/src/resources/portal-migration-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="migration">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- <facet type="jsf" name="JSF" implicit="true">
- <configuration />
- </facet>
- </facet>
- </component>
<component name="NewModuleRootManager"
inherit-compiler-output="false">
<output
url="file://$MODULE_DIR$/../../../../../../migration/output/idea/classes" />
<exclude-output />
@@ -71,7 +14,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -80,7 +23,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -89,7 +32,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -98,7 +41,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -107,7 +50,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -116,7 +59,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -125,13 +68,12 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jsf/lib/jsf-api.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -145,16 +87,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -162,22 +104,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -246,27 +188,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/portlet-server/portlet-server.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/portlet-server/portlet-server.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/portlet-server/portlet-server.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,36 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
- <component name="FacetManager">
- <facet type="web" name="Web">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../portlet-server/src/resources/test-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../portlet-server/src/resources/test-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- </component>
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../portlet-server/output/idea/classes"
/>
+ <output
url="file://$MODULE_DIR$/../../../../../../portlet-server/output/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../portlet-server">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../portlet-server/src/main"
isTestSource="false" />
@@ -168,7 +139,16 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module" module-name="jems" />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -182,16 +162,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -199,22 +179,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -283,27 +263,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/registration/registration.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/registration/registration.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/registration/registration.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../registration/output/idea/classes"
/>
+ <output
url="file://$MODULE_DIR$/../../../../../../registration/output/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../registration">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../registration/src/main"
isTestSource="false" />
@@ -56,7 +56,6 @@
</library>
</orderEntry>
<orderEntry type="library" name="portal common"
level="project" />
- <orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -70,16 +69,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -87,22 +86,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -171,27 +170,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/search/search.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/search/search.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/search/search.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../search/output/idea/classes" />
+ <output
url="file://$MODULE_DIR$/../../../../../../search/output/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../search">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../search/src/main"
isTestSource="false" />
@@ -57,7 +57,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -71,16 +70,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -88,22 +87,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -172,27 +171,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/security/security.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/security/security.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/security/security.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../security/output/idea/classes" />
+ <output
url="file://$MODULE_DIR$/../../../../../../security/output/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../security">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../security/src/main"
isTestSource="false" />
@@ -23,15 +23,6 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/"
/>
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
<root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/"
/>
</CLASSES>
<JAVADOC />
@@ -112,7 +103,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -126,16 +116,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -143,22 +133,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -227,27 +217,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/server/server.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/server/server.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/server/server.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,117 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
- <component name="FacetManager">
- <facet type="web" name="Web">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../server/src/resources/test/test-servlet-defaultservletmapping-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../server/src/resources/test/test-servlet-defaultservletmapping-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="server">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web2">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../server/src/resources/test/test-servlet-pathmapping-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../server/src/resources/test/test-servlet-pathmapping-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="server">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web3">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../server/src/resources/test/test-servlet-rootpathmapping-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../server/src/resources/test/test-servlet-rootpathmapping-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="server">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web4">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../server/src/resources/test-agent-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../server/src/resources/test-agent-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="server">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- </component>
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../server/output/idea/classes" />
+ <output
url="file://$MODULE_DIR$/../../../../../../server/output/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../server">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../server/src/main"
isTestSource="false" />
@@ -195,7 +85,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -204,7 +94,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -213,7 +103,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -222,7 +112,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -231,7 +121,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -240,13 +130,12 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -260,16 +149,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -277,22 +166,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -361,27 +250,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/testsuite/testsuite.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/testsuite/testsuite.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/testsuite/testsuite.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -8,7 +8,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -22,16 +21,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -39,22 +38,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -123,27 +122,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/theme/theme.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/theme/theme.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/theme/theme.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,63 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
- <component name="FacetManager">
- <facet type="web" name="Web">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../theme/src/resources/portal-ajax-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../theme/src/resources/portal-ajax-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="theme">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web2">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../theme/src/resources/test/theme-test-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../theme/src/resources/test/theme-test-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="theme">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- </component>
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../theme/output/idea/classes" />
+ <output url="file://$MODULE_DIR$/../../../../../../theme/output/classes"
/>
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../theme">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../theme/src/main"
isTestSource="false" />
@@ -185,7 +129,15 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-xerces/lib/xercesImpl.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -199,16 +151,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -216,22 +168,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -300,27 +252,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/thirdparty/thirdparty.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/thirdparty/thirdparty.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/thirdparty/thirdparty.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,33 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
<component name="NewModuleRootManager"
inherit-compiler-output="true">
- <output url="file://$MODULE_DIR$/../../../../../../thirdparty/classes"
/>
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../thirdparty">
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/antlr" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-ant" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-beanutils" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-codec" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-collections" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-digester" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-lang" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-logging" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene" />
- <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-net" />
- <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-tomahawk" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-xerces" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/apache-xmlsec" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/asm" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/aspectj" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/beanshell" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/cglib" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/commons-el" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/dbunit" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/dom4j" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/ehcache" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/el" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/facelets" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/freemarker" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/glassfish" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/hibernate" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/hsqldb" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/httpunit" />
@@ -36,9 +38,12 @@
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/javassist" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/jaxen" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/jboss" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/jbossas" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/jbpm" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/jcaptcha" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/jcr" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/jetty" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/jflex" />
@@ -49,23 +54,32 @@
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/licenses" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/nekohtml" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/odmg" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/org" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/portals-bridges" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/portlet" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/qdox" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/sleepycat" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/slf4j" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/stax-api" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/sun-javacc" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/sun-jaxb" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/sun-jaxws" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/sun-jsf" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/sun-jstl" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/sun-opends" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/tagsoup" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/trove" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/woodstox" />
+ <excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/wscommons-policy" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/wutka-dtdparser" />
<excludeFolder
url="file://$MODULE_DIR$/../../../../../../thirdparty/xdoclet" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntryProperties />
</component>
<component name="copyright">
<Base>
@@ -75,16 +89,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -92,22 +106,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -176,27 +190,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/tools/tools.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/tools/tools.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/tools/tools.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
<component name="NewModuleRootManager"
inherit-compiler-output="true">
- <output url="file://$MODULE_DIR$/../../../../../../tools/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../tools">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../tools/src/main"
isTestSource="false" />
@@ -17,7 +16,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -31,16 +29,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -48,22 +46,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -132,27 +130,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/widget/widget.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/widget/widget.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/widget/widget.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,63 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
- <component name="FacetManager">
- <facet type="web" name="Web2">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../widget/src/resources/portal-widget-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../widget/src/resources/portal-widget-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="widget">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web" implicit="true">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../widget/src/resources/portal-widget-netvibes-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../widget/src/resources/portal-widget-netvibes-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="widget">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- </component>
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../widget/output/idea/classes" />
+ <output
url="file://$MODULE_DIR$/../../../../../../widget/output/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../widget">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../widget/src/main"
isTestSource="false" />
@@ -84,15 +28,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/"
/>
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
<orderEntry type="module" module-name="api" />
<orderEntry type="module-library">
<library>
@@ -140,7 +75,6 @@
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -154,16 +88,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -171,22 +105,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -255,27 +189,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/workflow/workflow.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/workflow/workflow.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/workflow/workflow.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,16 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
- <component name="FacetManager">
- <facet type="hibernate" name="Hibernate"
implicit="true">
- <configuration>
- <setting name="validation-enabled" value="false" />
- <datasource-map />
- <deploymentDescriptor name="hibernate.cfg.xml"
url="file://$MODULE_DIR$/../../../../../../workflow/src/resources/portal-workflow-sar/conf/hibernate/workflow/hibernate.cfg.xml"
optional="false" version="3.0" />
- </configuration>
- </facet>
- </component>
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../workflow/output/idea/classes" />
+ <output
url="file://$MODULE_DIR$/../../../../../../workflow/output/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../workflow">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../workflow/src/main"
isTestSource="false" />
@@ -67,13 +58,12 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jpdl/lib/jbpm-jpdl.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
@@ -87,16 +77,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -104,22 +94,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -188,27 +178,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>
Modified:
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/wsrp/wsrp.iml
===================================================================
---
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/wsrp/wsrp.iml 2009-03-06
23:21:55 UTC (rev 12977)
+++
branches/JBoss_Portal_AS5_Deployer/build/ide/intellij/idea70/modules/wsrp/wsrp.iml 2009-03-06
23:22:05 UTC (rev 12978)
@@ -1,9432 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE"
version="4">
- <component name="FacetManager">
- <facet type="web" name="Web">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/portal-wsrp-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/portal-wsrp-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web10">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web11">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web12">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web13">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web14">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web15">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web16">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web17">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web18">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web19">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web20">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web21">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web22">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web23">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web24">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web25">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web26">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web27">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web28">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web29">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web30">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web31">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web32">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web33">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web34">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web35">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web36">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web37">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web38">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web5">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web6">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web7">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web8">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web9">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/ibm-wsdl4j/lib/wsdl4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-portlet-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- <containerElement type="library" name="common"
level="module">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web2">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-basic-portlet-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-basic-portlet-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web10">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web11">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web12">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web13">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web14">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web15">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web16">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web17">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web18">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web19">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web20">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web21">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web22">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web23">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web24">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web25">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web26">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web27">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web28">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web29">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web30">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web31">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web32">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web33">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web34">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web35">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web36">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web37">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web38">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web5">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web6">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web7">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web8">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web9">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/ibm-wsdl4j/lib/wsdl4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-portlet-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- <containerElement type="library" name="common"
level="module">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web3">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-dispatcher-portlet-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-dispatcher-portlet-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web10">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web11">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web12">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web13">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web14">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web15">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web16">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web17">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web18">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web19">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web20">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web21">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web22">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web23">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web24">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web25">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web26">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web27">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web28">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web29">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web30">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web31">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web32">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web33">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web34">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web35">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web36">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web37">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web38">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web5">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web6">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web7">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web8">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web9">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/ibm-wsdl4j/lib/wsdl4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-portlet-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- <containerElement type="library" name="common"
level="module">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web4">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-encodeurl-portlet-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-encodeurl-portlet-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web10">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web11">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web12">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web13">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web14">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web15">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web16">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web17">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web18">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web19">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web20">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web21">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web22">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web23">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web24">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web25">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web26">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web27">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web28">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web29">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web30">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web31">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web32">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web33">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web34">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web35">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web36">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web37">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web38">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web5">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web6">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web7">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web8">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web9">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/ibm-wsdl4j/lib/wsdl4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-portlet-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- <containerElement type="library" name="common"
level="module">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web5">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-getlocales-portlet-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-getlocales-portlet-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web10">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web11">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web12">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web13">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web14">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web15">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web16">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web17">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web18">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web19">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web20">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web21">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web22">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web23">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web24">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web25">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web26">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web27">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web28">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web29">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web30">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web31">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web32">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web33">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web34">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web35">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web36">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web37">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web38">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web5">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web6">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web7">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web8">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web9">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/ibm-wsdl4j/lib/wsdl4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-portlet-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- <containerElement type="library" name="common"
level="module">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web6">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-implicitcloning-portlet-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-implicitcloning-portlet-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web10">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web11">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web12">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web13">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web14">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web15">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web16">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web17">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web18">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web19">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web20">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web21">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web22">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web23">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web24">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web25">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web26">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web27">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web28">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web29">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web30">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web31">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web32">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web33">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web34">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web35">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web36">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web37">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web38">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web5">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web6">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web7">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web8">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web9">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/ibm-wsdl4j/lib/wsdl4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-portlet-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- <containerElement type="library" name="common"
level="module">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web7">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-markup-portlet-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-markup-portlet-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web10">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web11">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web12">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web13">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web14">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web15">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web16">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web17">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web18">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web19">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web20">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web21">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web22">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web23">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web24">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web25">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web26">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web27">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web28">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web29">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web30">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web31">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web32">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web33">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web34">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web35">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web36">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web37">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web38">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web5">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web6">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web7">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web8">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web9">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/ibm-wsdl4j/lib/wsdl4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-portlet-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- <containerElement type="library" name="common"
level="module">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web8">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-multivalued-portlet-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-multivalued-portlet-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web10">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web11">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web12">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web13">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web14">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web15">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web16">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web17">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web18">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web19">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web20">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web21">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web22">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web23">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web24">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web25">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web26">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web27">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web28">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web29">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web30">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web31">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web32">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web33">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web34">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web35">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web36">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web37">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web38">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web5">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web6">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web7">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web8">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web9">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/ibm-wsdl4j/lib/wsdl4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-portlet-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- <containerElement type="library" name="common"
level="module">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web9">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-renderparam-portlet-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-renderparam-portlet-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web10">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web11">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web12">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web13">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web14">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web15">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web16">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web17">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web18">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web19">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web20">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web21">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web22">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web23">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web24">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web25">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web26">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web27">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web28">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web29">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web30">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web31">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web32">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web33">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web34">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web35">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web36">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web37">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web38">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web5">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web6">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web7">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web8">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web9">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/ibm-wsdl4j/lib/wsdl4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-portlet-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- <containerElement type="library" name="common"
level="module">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web10">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-resource-portlet-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-resource-portlet-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web10">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web11">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web12">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web13">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web14">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web15">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web16">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web17">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web18">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web19">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web20">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web21">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web22">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web23">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web24">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web25">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web26">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web27">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web28">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web29">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web30">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web31">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web32">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web33">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web34">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web35">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web36">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web37">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web38">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web5">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web6">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web7">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web8">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web9">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/ibm-wsdl4j/lib/wsdl4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-portlet-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- <containerElement type="library" name="common"
level="module">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web11">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-session-portlet-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-session-portlet-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web10">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web11">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web12">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web13">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web14">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web15">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web16">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web17">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web18">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web19">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web20">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web21">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web22">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web23">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web24">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web25">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web26">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web27">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web28">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web29">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web30">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web31">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web32">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web33">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web34">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web35">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web36">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web37">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web38">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web5">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web6">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web7">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web8">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web9">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/ibm-wsdl4j/lib/wsdl4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-portlet-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- <containerElement type="library" name="common"
level="module">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web12">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-usercontext-portlet-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-usercontext-portlet-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web10">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web11">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web12">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web13">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web14">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web15">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web16">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web17">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web18">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web19">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web20">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web21">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web22">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web23">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web24">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web25">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web26">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web27">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web28">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web29">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web30">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web31">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web32">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web33">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web34">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web35">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web36">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web37">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web38">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web5">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web6">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web7">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web8">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web9">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/ibm-wsdl4j/lib/wsdl4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-portlet-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- <containerElement type="library" name="common"
level="module">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web13">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-wsrp-consumer-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-wsrp-consumer-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web10">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web11">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web12">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web13">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web14">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web15">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web16">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web17">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web18">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web19">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web20">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web21">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web22">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web23">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web24">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web25">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web26">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web27">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web28">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web29">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web30">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web31">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web32">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web33">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web34">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web35">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web36">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web37">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web38">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web5">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web6">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web7">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web8">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web9">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/ibm-wsdl4j/lib/wsdl4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-portlet-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- <containerElement type="library" name="common"
level="module">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web14">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-wsrp-producer-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-wsrp-producer-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web10">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web11">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web12">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web13">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web14">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web15">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web16">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web17">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web18">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web19">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web20">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web21">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web22">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web23">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web24">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web25">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web26">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web27">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web28">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web29">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web30">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web31">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web32">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web33">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web34">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web35">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web36">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web37">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web38">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web5">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web6">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web7">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web8">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web9">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/ibm-wsdl4j/lib/wsdl4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-portlet-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- <containerElement type="library" name="common"
level="module">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web15">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-multipart-portlet-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-multipart-portlet-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="facet"
facetId="cms/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="faces/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet-server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web10">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web11">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web12">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web13">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web14">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web15">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web16">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web17">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web18">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web19">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="core/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="theme/web/Web2">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web20">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web21">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web22">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web23">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web24">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web25">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web26">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web27">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web28">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web29">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web3">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web30">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web31">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web32">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web33">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web34">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web35">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web36">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web37">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web38">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="server/web/Web4">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web5">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web6">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web7">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web8">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="facet"
facetId="portlet/web/Web9">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
- </containerElement>
- <containerElement type="module" name="api">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="cms">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="core">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="faces">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="format">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="jems">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module"
name="portlet-server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="registration">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="search">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="security">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="server">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="theme">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="workflow">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-collections/lib/commons-collections.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-fileupload/lib/commons-fileupload.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-httpclient/lib/commons-httpclient.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-log4j/lib/log4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-logging/lib/commons-logging.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-lucene/lib/lucene.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/apache-myfaces/lib/myfaces-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/beanshell/lib/bsh-1.3.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dbunit/lib/dbunit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/dom4j/lib/dom4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/el/lib/el-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/facelets/lib/jsf-facelets.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/freemarker/lib/freemarker.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/ibm-wsdl4j/lib/wsdl4j.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jackrabbit/lib/jackrabbit-core.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-cactus/lib/cactus.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jakarta-io/lib/commons-io.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/javassist/lib/javassist.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/common/lib/portal-common-portal-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-bridge-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="1" />
- <attribute name="URI"
value="/WEB-INF/lib/portal-portlet-lib.jar" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-jboss-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/web/lib/portal-web-lib.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/aop/lib/jboss-aop.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/cache/lib/jboss-cache.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-container.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-dependency.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-aspect-library.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common-jdbc-wrapper.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-common.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-hibernate.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jaxrpc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jca.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-jmx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-local-jdbc.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-saaj.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-system.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-transaction.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jboss.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbossha.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jbosssx.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jmx-invoker-adaptor-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnp-client.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/jnpserver.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbossas/core-libs/lib/namespace.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm-identity.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jbpm/jaronly/lib/jbpm.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jcr/lib/jcr-1.0.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jgroups/lib/jgroups.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/junit/lib/junit.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/jwebunit/lib/jwebunit-1.2.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/slf4j/lib/slf4j-log4j12.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-jaf/lib/activation.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-javamail/lib/mail.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="/WEB-INF/lib" />
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-opends/lib/OpenDS.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/jsp-api.jar!/</url>
- </containerElement>
- <containerElement type="library" level="module">
- <attribute name="method" value="0" />
- <attribute name="URI" value="<N/A>"
/>
-
<url>jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/</url>
- </containerElement>
- <containerElement type="library" name="common"
level="module">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="hibernate" name="Hibernate">
- <configuration>
- <setting name="validation-enabled" value="false" />
- <datasource-map>
- <unit-entry name="<anonymous>hibernate.cfg.xml@1953"
/>
- </datasource-map>
- <deploymentDescriptor name="hibernate.cfg.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/hibernate.cfg.xml"
optional="false" version="3.0" />
- </configuration>
- </facet>
- <facet type="web" name="Web16">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/portal-wsrp-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/portal-wsrp-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- <facet type="web" name="Web17">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml"
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-applicationscope-portlet-war/WEB-INF/web.xml"
optional="false" version="2.5" />
- </descriptors>
- <webroots>
- <root
url="file://$MODULE_DIR$/../../../../../../wsrp/src/resources/tests/test-applicationscope-portlet-war"
relative="/" />
- </webroots>
- <building>
- <setting name="EXPLODED_URL" value="file://" />
- <setting name="EXPLODED_ENABLED" value="false" />
- <setting name="JAR_URL" value="file://" />
- <setting name="JAR_ENABLED" value="false" />
- <setting name="BUILD_MODULE_ON_FRAME_DEACTIVATION"
value="false" />
- <setting name="BUILD_EXTERNAL_DEPENDENCIES"
value="false" />
- <setting name="EXCLUDE_EXPLODED_DIRECTORY" value="true"
/>
- <setting name="RUN_JASPER_VALIDATION" value="true"
/>
- <setting name="BUILD_ONLY_WEB_RESOURCES" value="false"
/>
- </building>
- <packaging>
- <containerElement type="module" name="wsrp">
- <attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/classes" />
- </containerElement>
- </packaging>
- </configuration>
- </facet>
- </component>
<component name="NewModuleRootManager"
inherit-compiler-output="false">
- <output
url="file://$MODULE_DIR$/../../../../../../wsrp/output/idea/classes" />
+ <output url="file://$MODULE_DIR$/../../../../../../wsrp/output/classes"
/>
<exclude-output />
<content url="file://$MODULE_DIR$/../../../../../../wsrp">
<sourceFolder
url="file://$MODULE_DIR$/../../../../../../wsrp/src/generated"
isTestSource="false" />
@@ -9443,12 +18,11 @@
<root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/"
/>
</CLASSES>
<JAVADOC>
- <root
url="http://java.sun.com/j2ee/1.4/docs/api/" />
+ <root
url="http://java.sun.com/j2ee/1.4/docs/api" />
</JAVADOC>
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="module" module-name="api" />
<orderEntry type="module-library">
<library>
<CLASSES>
@@ -9583,12 +157,11 @@
<root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/hibernate/lib/hibernate3.jar!/"
/>
</CLASSES>
<JAVADOC>
- <root
url="http://www.hibernate.org/hib_docs/v3/api/" />
+ <root
url="http://www.hibernate.org/hib_docs/v3/api" />
</JAVADOC>
<SOURCES />
</library>
</orderEntry>
- <orderEntry type="module" module-name="core" />
<orderEntry type="module-library">
<library>
<CLASSES>
@@ -9647,7 +220,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-jsr168api-lib.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -9656,7 +229,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/jboss-portal/modules/portlet/lib/portal-portlet-federation-lib.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -9665,24 +238,35 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/oswego-concurrent/lib/concurrent.jar!/"
/>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-xerces/lib/xercesImpl.jar!/"
/>
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="module" module-name="api" />
+ <orderEntry type="module" module-name="core" />
<orderEntry type="module-library">
<library>
<CLASSES>
- <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/apache-xerces/lib/xercesImpl.jar!/"
/>
+ <root url="jar://$APPLICATION_HOME_DIR$/lib/javaee.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
- <orderEntryProperties />
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root
url="jar://$MODULE_DIR$/../../../../../../thirdparty/portlet/lib/portlet-api.jar!/"
/>
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
+ <orderEntry type="module" module-name="faces" />
<javadoc-paths>
- <root
url="http://java.sun.com/j2ee/1.4/docs/api/" />
+ <root
url="http://java.sun.com/j2ee/1.4/docs/api" />
</javadoc-paths>
</component>
<component name="VcsManagerConfiguration">
@@ -9697,16 +281,16 @@
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="true" />
- <option name="separateAfter" value="true" />
+ <option name="separateBefore" value="false" />
+ <option name="separateAfter" value="false" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="true" />
+ <option name="box" value="false" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
+ <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
<option name="keyword" value="Copyright" />
<option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
@@ -9714,22 +298,22 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="CSS">
+ <LanguageOptions name="$MODULE_DIR$/../../../../../..">
<option name="templateOptions">
<value>
<option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
+ <option name="separateBefore" value="true" />
+ <option name="separateAfter" value="true" />
<option name="prefixLines" value="true" />
<option name="lenBefore" value="80" />
<option name="lenAfter" value="80" />
- <option name="box" value="false" />
+ <option name="box" value="true" />
<option name="filler" value=" " />
</value>
</option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
+ <option name="notice" value="JBoss, a division of Red
Hat Copyright &#36;today.year, Red Hat Middleware, LLC, and individual
contributors as indicated by the @authors tag. See the copyright.txt in
the distribution for a full listing of individual
contributors. This is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version. This software is
distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details. You
should have received a copy of the GNU Lesser General Public License along with
this software; if not, write to the Free Software Foundation, Inc., 51 Fr!
anklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org." />
<option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
+ <option name="fileTypeOverride" value="4" />
<option name="relativeBefore" value="true" />
<option name="addBlankAfter" value="true" />
<option name="fileLocation" value="1" />
@@ -9798,27 +382,6 @@
<option name="fileLocation" value="1" />
<option name="useAlternate" value="false" />
</LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="templateOptions">
- <value>
- <option name="block" value="true" />
- <option name="separateBefore" value="false" />
- <option name="separateAfter" value="false" />
- <option name="prefixLines" value="true" />
- <option name="lenBefore" value="80" />
- <option name="lenAfter" value="80" />
- <option name="box" value="false" />
- <option name="filler" value=" " />
- </value>
- </option>
- <option name="notice" value="Copyright (c)
&#36;today.year, Your Corporation. All Rights Reserved." />
- <option name="keyword" value="Copyright" />
- <option name="fileTypeOverride" value="1" />
- <option name="relativeBefore" value="true" />
- <option name="addBlankAfter" value="true" />
- <option name="fileLocation" value="1" />
- <option name="useAlternate" value="false" />
- </LanguageOptions>
<LanguageOptions name="Properties">
<option name="templateOptions">
<value>