JBoss Portal SVN: r11107 - branches/JBoss_Portal_Branch_2_7/core-admin/src/main/org/jboss/portal/core/admin/ui.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2008-06-23 07:53:31 -0400 (Mon, 23 Jun 2008)
New Revision: 11107
Modified:
branches/JBoss_Portal_Branch_2_7/core-admin/src/main/org/jboss/portal/core/admin/ui/ThemeBean.java
Log:
It looks like MyFaces and SunRI doesn't consider null same way
Modified: branches/JBoss_Portal_Branch_2_7/core-admin/src/main/org/jboss/portal/core/admin/ui/ThemeBean.java
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-admin/src/main/org/jboss/portal/core/admin/ui/ThemeBean.java 2008-06-23 10:54:00 UTC (rev 11106)
+++ branches/JBoss_Portal_Branch_2_7/core-admin/src/main/org/jboss/portal/core/admin/ui/ThemeBean.java 2008-06-23 11:53:31 UTC (rev 11107)
@@ -77,7 +77,7 @@
public String getLayoutName()
{
- return layoutName;
+ return (layoutName != null) ? layoutName : "";
}
public void setLayoutName(String layoutName)
@@ -87,7 +87,7 @@
public String getThemeName()
{
- return themeName;
+ return (themeName != null) ? themeName : "";
}
public void setThemeName(String themeName)
@@ -97,7 +97,7 @@
public String getRenderSetName()
{
- return renderSetName;
+ return (renderSetName != null) ? renderSetName : "";
}
public void setRenderSetName(String renderSetName)
@@ -107,7 +107,7 @@
public String getWindowRendererName()
{
- return windowRendererName;
+ return (windowRendererName != null) ? windowRendererName : "";
}
public void setWindowRendererName(String windowRendererName)
@@ -117,7 +117,7 @@
public String getDecorationRendererName()
{
- return decorationRendererName;
+ return (decorationRendererName != null) ? decorationRendererName : "";
}
public void setDecorationRendererName(String decorationRendererName)
@@ -127,7 +127,7 @@
public String getPortletRendererName()
{
- return portletRendererName;
+ return (portletRendererName != null) ? portletRendererName : "";
}
public void setPortletRendererName(String portletRendererName)
17 years, 10 months
JBoss Portal SVN: r11106 - branches/JBoss_Portal_Branch_2_7/core-identity.
by portal-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2008-06-23 06:54:00 -0400 (Mon, 23 Jun 2008)
New Revision: 11106
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/build.xml
Log:
Use the new jbpm reference
Modified: branches/JBoss_Portal_Branch_2_7/core-identity/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-identity/build.xml 2008-06-23 09:41:38 UTC (rev 11105)
+++ branches/JBoss_Portal_Branch_2_7/core-identity/build.xml 2008-06-23 10:54:00 UTC (rev 11106)
@@ -105,7 +105,7 @@
<path refid="jcaptcha.jcaptcha.classpath"/>
<path refid="jakarta.cactus.classpath"/>
<path refid="junit.junit.classpath"/>
- <path refid="jbpm.jaronly.classpath"/>
+ <path refid="jbpm.jpdl.classpath"/>
<path refid="sun.jsf.classpath"/>
<path refid="el.el.classpath"/>
<path refid="richfaces.richfaces.classpath"/>
17 years, 10 months
JBoss Portal SVN: r11105 - docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules.
by portal-commits@lists.jboss.org
Author: mmcallis
Date: 2008-06-23 05:41:38 -0400 (Mon, 23 Jun 2008)
New Revision: 11105
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/trademarks.xml
Log:
updating for Microsoft Active Directory trademark
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/trademarks.xml
===================================================================
--- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/trademarks.xml 2008-06-23 09:41:21 UTC (rev 11104)
+++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/trademarks.xml 2008-06-23 09:41:38 UTC (rev 11105)
@@ -7,10 +7,13 @@
JBoss is a registered trademark of Red Hat, Inc. in the U.S. and other countries.
</para>
<para>
+ Red Hat is a registered trademark of Red Hat, Inc. in the United States and other countries.
+ </para>
+ <para>
Oracle is a registered trademark of Oracle International Corporation.
</para>
<para>
- Microsoft, Windows, and SQL Server are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.
+ Microsoft, Windows, Active Directory, and SQL Server are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.
</para>
<para>
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.
17 years, 10 months
JBoss Portal SVN: r11104 - docs/branches/JBoss_Portal_Branch_2_6/common/en/modules.
by portal-commits@lists.jboss.org
Author: mmcallis
Date: 2008-06-23 05:41:21 -0400 (Mon, 23 Jun 2008)
New Revision: 11104
Modified:
docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml
Log:
updating for Microsoft Active Directory trademark
Modified: docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml
===================================================================
--- docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml 2008-06-21 06:29:00 UTC (rev 11103)
+++ docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml 2008-06-23 09:41:21 UTC (rev 11104)
@@ -61,7 +61,7 @@
<emphasis role="bold">Connect to virtually any LDAP server.</emphasis>
</listitem>
<listitem>
- <emphasis role="bold">Integrates with <trademark class="trade">Sun</trademark> Active Directory and OpenLDAP out of the box (experimental support for Active Directory).</emphasis>
+ <emphasis role="bold">Integrates with <trademark class="trade">Sun</trademark> Active Directory and OpenLDAP out of the box (experimental support for <trademark class="registered">Microsoft</trademark> <trademark class="registered">Active Directory</trademark>).</emphasis>
</listitem>
</itemizedlist>
</para>
17 years, 10 months
JBoss Portal SVN: r11103 - docs/branches/JBoss_Portal_Branch_2_6/common/en/modules.
by portal-commits@lists.jboss.org
Author: mmcallis
Date: 2008-06-21 02:29:00 -0400 (Sat, 21 Jun 2008)
New Revision: 11103
Modified:
docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml
Log:
- periodic backup
- revising feature list
Modified: docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml
===================================================================
--- docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml 2008-06-21 06:08:16 UTC (rev 11102)
+++ docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml 2008-06-21 06:29:00 UTC (rev 11103)
@@ -44,7 +44,7 @@
</itemizedlist>
</para>
<para>
- <emphasis role="bold">Single Sign-On</emphasis>
+ <emphasis role="bold">Single Sign-on</emphasis>
<itemizedlist>
<listitem>
<emphasis role="bold">Leverages Apache Tomcat and JBoss Single sign-on (SSO) solutions.</emphasis>
@@ -208,37 +208,37 @@
<itemizedlist>
<listitem>
<emphasis role="bold">JCR-compliant:</emphasis>
- The CMS is powered by Apache Jackrabbit, an open source implementation
+ the CMS is powered by Apache Jackrabbit, an open source implementation
of the <trademark class="trade">Java</trademark> content repository API.
</listitem>
<listitem>
- <emphasis role="bold">DB or Filesystem store support:</emphasis>
- Configurable content store
- to either a filesystem or RDBMS.
+ <emphasis role="bold">Database and File System Store Support:</emphasis>
+ configure the content store
+ for either a file system or an RDBMS.
</listitem>
<listitem>
<emphasis role="bold">External Blob Support:</emphasis>
- Configurable content store allowing
- large blobs to reside on filesystem and content node references/properties to reside in
+ configurable content store, allowing
+ large blobs to reside on a file system, and content node references and properties to reside in an
RDBMS.
</listitem>
<listitem>
- <emphasis role="bold">Versioning support:</emphasis>
- All content edited/created is
- autoversioned with a history of edits that can be viewed at any time.
+ <emphasis role="bold">Version and History Support:</emphasis>
+ all content edited and created is
+ autoversioned with a history of edits, that can be viewed at any time.
</listitem>
<listitem>
<emphasis role="bold">Content Serving Search-engine-friendly URLS:</emphasis>
- http://yourdomain/portal/content/index.html (Does not apply to portlet actions.)
+ http://yourdomain/portal/content/index.html (does not apply to portlet actions).
</listitem>
<listitem>
- <emphasis role="bold">No long portal URLS:</emphasis>
- Serve binaries with simple urls.
- (http://domain/files/products.pdf)
+ <emphasis role="bold">No Long Portal URLS:</emphasis>
+ serve binaries with simple URLs
+ (http://domain/files/products.pdf).
</listitem>
<listitem>
- <emphasis role="bold">Multiple HTML Portlet instance support:</emphasis>
- Allows for extra
+ <emphasis role="bold">Multiple HTML Portlet Instance Support:</emphasis>
+ allows extra
instances of static content from the CMS to be served under separate windows.
</listitem>
<listitem>
@@ -252,36 +252,36 @@
files.
</listitem>
<listitem>
- <emphasis role="bold">Embedded directory-browser:</emphasis>
- When copying, moving,
+ <emphasis role="bold">Embedded Directory-browser:</emphasis>
+ when copying, moving,
deleting, or creating files, administrators can simply navigate the directory tree to find
the collection they want to perform the action on.
</listitem>
<listitem>
- <emphasis role="bold">Ease-of-use architecture:</emphasis>
- All actions to be performed on
+ <emphasis role="bold">Ease-of-use Architecture:</emphasis>
+ all actions to be performed on
files and folder are one mouse-click away.
</listitem>
<listitem>
- <emphasis role="bold">Full-featured HTML editor:</emphasis>
- HTML Editor contains WYSIWYG
+ <emphasis role="bold">Full-featured HTML Editor:</emphasis>
+ the HTML editor contains a WYSIWYG
mode, preview functionality, and HTML source editting mode. HTML commands support tables,
- fonts, zooming, image and url linking, flash movie support, bulleted and numbered list, and
+ fonts, zooming, image and URL linking, flash movie support, bulleted and numbered list, and
dozens more.
</listitem>
<listitem>
- <emphasis role="bold">Editor style-sheet support:</emphasis>
- WYSIWYG editor displays
- current Portal style-sheet, for easy choosing of classes.
+ <emphasis role="bold">Editor Style-sheet Support:</emphasis>
+ the WYSIWYG editor displays
+ the current portal style-sheet, for easy choosing of classes.
</listitem>
<listitem>
<emphasis role="bold">Internationalization Support:</emphasis>
- Content can be attributed to a specific locale and then served
- to the user based on his/her browser settings.
+ content can be attributed to a specific locale, and then served
+ to the user based on his or hers Web browser settings.
</listitem>
<listitem>
<emphasis role="bold">Workflow Support:</emphasis>
- Basic submit for review and approval process.
+ basic submit for review and approval process.
</listitem>
</itemizedlist>
</preface>
17 years, 10 months
JBoss Portal SVN: r11102 - docs/branches/JBoss_Portal_Branch_2_6/common/en/modules.
by portal-commits@lists.jboss.org
Author: mmcallis
Date: 2008-06-21 02:08:16 -0400 (Sat, 21 Jun 2008)
New Revision: 11102
Modified:
docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml
Log:
- revising feature list (letter case, punctuation)
Modified: docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml
===================================================================
--- docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml 2008-06-21 03:43:01 UTC (rev 11101)
+++ docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml 2008-06-21 06:08:16 UTC (rev 11102)
@@ -135,18 +135,18 @@
</para>
<itemizedlist>
<listitem>
- <emphasis role="bold">Easily swappable themes/layouts:</emphasis>
- New themes and layouts
- containing images can be deployed in WAR archives.
+ <emphasis role="bold">Swappable themes and layouts:</emphasis>
+ new themes and layouts
+ containing images can easily be deployed in WAR archives.
</listitem>
<listitem>
<emphasis role="bold">Flexible API:</emphasis>
- Theme and Layout API are designed to
+ the Theme and Layout APIs are designed to
separate the business layer from the presentation layer.
</listitem>
<listitem>
<emphasis role="bold">Per-page layout strategy:</emphasis>
- Different layouts can be
+ different layouts can be
assigned to different pages.
</listitem>
</itemizedlist>
@@ -155,36 +155,36 @@
</para>
<itemizedlist>
<listitem>
- <emphasis role="bold">User registration/validation:</emphasis>
- Configurable registration
- parameters allow for user email validation before activation.
+ <emphasis role="bold">User Registration and Validation:</emphasis>
+ configurable registration
+ parameters allow user email validation before activation.
</listitem>
<listitem>
<emphasis role="bold">Workflow:</emphasis>
- Ability to define your own jBPM workflow on user registration.
+ ability to define your own jBPM workflow on user registration.
</listitem>
<listitem>
- <emphasis role="bold">User login:</emphasis>
- Makes use of servlet container authentication.
+ <emphasis role="bold">User Log In:</emphasis>
+ makes use of servlet container authentication.
</listitem>
<listitem>
- <emphasis role="bold">Create/Edit Users:</emphasis>
- Ability for administrators to
- create/edit user profiles.
+ <emphasis role="bold">Create and Edit Users:</emphasis>
+ ability for administrators to
+ create and edit user profiles.
</listitem>
<listitem>
- <emphasis role="bold">Create/Edit Roles:</emphasis>
- Ability for administrators create/edit
+ <emphasis role="bold">Create and Edit Roles:</emphasis>
+ Ability for administrators create and edit
roles.
</listitem>
<listitem>
<emphasis role="bold">Role Assignment:</emphasis>
- Ability for administrators to assign
+ ability for administrators to assign
users to roles.
</listitem>
<listitem>
- <emphasis role="bold">Captcha support:</emphasis>
- To distinct humans from machines when registering.
+ <emphasis role="bold">CAPTCHA Support:</emphasis>
+ to distinguish humans from machines when registering.
</listitem>
</itemizedlist>
<para>
@@ -193,12 +193,12 @@
<itemizedlist>
<listitem>
<emphasis role="bold">Extendable permissions API:</emphasis>
- Allows custom portlets
+ allows custom portlet
permissions based on role definition.
</listitem>
<listitem>
- <emphasis role="bold">Administrative interface:</emphasis>
- Allows for permissions
+ <emphasis role="bold">Administrative Interface:</emphasis>
+ allows permission
assignments to roles at any time for any deployed portlet, page, or portal instance.
</listitem>
</itemizedlist>
17 years, 10 months
JBoss Portal SVN: r11101 - docs/branches/JBoss_Portal_Branch_2_6/common/en/modules.
by portal-commits@lists.jboss.org
Author: mmcallis
Date: 2008-06-20 23:43:01 -0400 (Fri, 20 Jun 2008)
New Revision: 11101
Modified:
docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml
Log:
minor revisions to feature list
Modified: docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml
===================================================================
--- docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml 2008-06-21 03:15:20 UTC (rev 11100)
+++ docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml 2008-06-21 03:43:01 UTC (rev 11101)
@@ -69,16 +69,16 @@
<emphasis role="bold">Supported Standards</emphasis>
<itemizedlist>
<listitem>
- <emphasis role="bold">Portlet Specification and API 1.0 (JSR-168)</emphasis>
+ <emphasis role="bold">Portlet Specification and API 1.0 (JSR-168).</emphasis>
</listitem>
<listitem>
- <emphasis role="bold">Content Repository for <trademark class="trade">Java</trademark> technology API (JSR-170)</emphasis>
+ <emphasis role="bold">Content Repository for <trademark class="trade">Java</trademark> technology API (JSR-170).</emphasis>
</listitem>
<listitem>
- <emphasis role="bold"><trademark class="trade">JavaServer</trademark> Faces 1.2 (JSR-252)</emphasis>
+ <emphasis role="bold"><trademark class="trade">JavaServer</trademark> Faces 1.2 (JSR-252).</emphasis>
</listitem>
<listitem>
- <emphasis role="bold">Java Management Extension (<trademark class="trade">JMX</trademark>) 1.2</emphasis>
+ <emphasis role="bold">Java Management Extension (<trademark class="trade">JMX</trademark>) 1.2.</emphasis>
</listitem>
<listitem>
<emphasis role="bold">Web Services for Remote Portlets (WSRP) 1.0:</emphasis>
@@ -86,7 +86,7 @@
support in JBoss Portal</ulink> for further details.
</listitem>
<listitem>
- <emphasis role="bold">Full <trademark class="trade">J2EE</trademark> 1.4 compliance when used with JBoss AS</emphasis>
+ <emphasis role="bold">Full <trademark class="trade">J2EE</trademark> 1.4 compliance when used with JBoss AS.</emphasis>
</listitem>
</itemizedlist>
</para>
@@ -96,38 +96,38 @@
<itemizedlist>
<listitem>
<emphasis role="bold">Multiple Portal Instances:</emphasis>
- Ability to have multiple Portal
- instances running inside of one Portal container.
+ the ability to have multiple portal
+ instances running inside one portal container.
</listitem>
<listitem>
<emphasis role="bold">IPC:</emphasis>
- Inter-Portlet Communication API enables portlets to create links to other
- objects such as a page, portal or window .
+ the Inter-Portlet Communication API enables portlets to create links to other
+ objects, such as pages, portals, and windows.
</listitem>
<listitem>
<emphasis role="bold">Dynamic:</emphasis>
- The ability for administrators and users to create and destroy objects such as
+ the ability for administrators and users to create and destroy objects such as
portlets, pages, portals, themes, and layouts at runtime.
</listitem>
<listitem>
<emphasis role="bold">Internationalization:</emphasis>
- Ability to use internationalization
+ the ability to use internationalization
resource files for every portlet.
</listitem>
<listitem>
<emphasis role="bold">Pluggable services:</emphasis>
- Authentication performed by the
+ authentication performed by the
servlet container and JAAS make it possible to swap the authentication scheme.
</listitem>
<listitem>
<emphasis role="bold">Page-based Architecture:</emphasis>
- Allows for the grouping/division
+ allows the grouping and division
of portlets on a per-page basis.
</listitem>
<listitem>
- <emphasis role="bold">Existing Framework support:</emphasis>
- Portlets utilizing Struts,
- Spring MVC, Sun JSF-RI, AJAX, and Apache MyFaces are supported.
+ <emphasis role="bold">Existing Framework Support:</emphasis>
+ portlets utilizing Apache Struts,
+ Spring Web MVC, Sun JSF-RI, AJAX, and Apache MyFaces are supported.
</listitem>
</itemizedlist>
<para>
17 years, 10 months
JBoss Portal SVN: r11100 - docs/branches/JBoss_Portal_Branch_2_6/common/en/modules.
by portal-commits@lists.jboss.org
Author: mmcallis
Date: 2008-06-20 23:15:20 -0400 (Fri, 20 Jun 2008)
New Revision: 11100
Modified:
docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml
Log:
Feature List
- minor revisions
- fixing WSRP link
Modified: docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml
===================================================================
--- docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml 2008-06-20 16:56:15 UTC (rev 11099)
+++ docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml 2008-06-21 03:15:20 UTC (rev 11100)
@@ -11,34 +11,34 @@
<itemizedlist>
<listitem>
<emphasis role="bold">JEMS:</emphasis>
- Leverages the power of JBoss Enterprise Middleware
+ leverages the power of JBoss Enterprise Middleware
Services: JBoss Application Server, JBoss Cache, JGroups, and Hibernate.
</listitem>
<listitem>
<emphasis role="bold">Database Agnostic:</emphasis>
- Works with any RDBMS supported by Hibernate.
+ works with any RDBMS supported by Hibernate.
</listitem>
<listitem>
<emphasis role="bold">JAAS Authentication:</emphasis>
- Custom authentication via JAAS login modules.
+ custom authentication via JAAS login modules.
</listitem>
<listitem>
<emphasis role="bold">Caching:</emphasis>
- Utilizes render-view caching for improved performance.
+ utilizes render-view caching for improved performance.
</listitem>
<listitem>
<emphasis role="bold">Clustering:</emphasis>
- Cluster support allows for the portal state to be
+ cluster support allows the portal state to be
clustered for all portal instances.
</listitem>
<listitem>
<emphasis role="bold">Hot-Deployment:</emphasis>
- Leverages JBoss dynamic auto-deployment
+ leverages JBoss dynamic auto-deployment
features.
</listitem>
<listitem>
<emphasis role="bold">SAR Installer:</emphasis>
- Browser-based installer makes installation
+ browser-based installer makes installation
and initial configuration a breeze.
</listitem>
</itemizedlist>
@@ -58,10 +58,10 @@
<emphasis role="bold">LDAP</emphasis>
<itemizedlist>
<listitem>
- <emphasis role="bold">Connect to virtually any LDAP server</emphasis>
+ <emphasis role="bold">Connect to virtually any LDAP server.</emphasis>
</listitem>
<listitem>
- <emphasis role="bold">Integrates with <trademark class="trade">Sun</trademark> Active Directory and OpenLDAP out of the box. (Experimental support for Active Directory)</emphasis>
+ <emphasis role="bold">Integrates with <trademark class="trade">Sun</trademark> Active Directory and OpenLDAP out of the box (experimental support for Active Directory).</emphasis>
</listitem>
</itemizedlist>
</para>
@@ -81,9 +81,9 @@
<emphasis role="bold">Java Management Extension (<trademark class="trade">JMX</trademark>) 1.2</emphasis>
</listitem>
<listitem>
- <emphasis role="bold">Web Services for Remote Portlets (WSRP) 1.0</emphasis>
- See <ulink url="http://docs.jboss.com/jbportal/v2.6/reference-guide/en/html/wsrp.html#wsr...">WSRP
- support in Portal</ulink> for more details.
+ <emphasis role="bold">Web Services for Remote Portlets (WSRP) 1.0:</emphasis>
+ refer to <ulink url="http://docs.jboss.com/jbportal/v2.6.5/referenceGuide/html/wsrp.html#wsrp_...">WSRP
+ support in JBoss Portal</ulink> for further details.
</listitem>
<listitem>
<emphasis role="bold">Full <trademark class="trade">J2EE</trademark> 1.4 compliance when used with JBoss AS</emphasis>
17 years, 10 months
JBoss Portal SVN: r11099 - in modules/test/branches/JBP_TEST_BRANCH_1_0: test and 1 other directories.
by portal-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2008-06-20 12:56:15 -0400 (Fri, 20 Jun 2008)
New Revision: 11099
Modified:
modules/test/branches/JBP_TEST_BRANCH_1_0/build/build-thirdparty.xml
modules/test/branches/JBP_TEST_BRANCH_1_0/build/build.xml
modules/test/branches/JBP_TEST_BRANCH_1_0/test/build.xml
modules/test/branches/JBP_TEST_BRANCH_1_0/tools/build.xml
Log:
- Updated common to 1.2.0
- Cleaned up build files somewhat.
Modified: modules/test/branches/JBP_TEST_BRANCH_1_0/build/build-thirdparty.xml
===================================================================
--- modules/test/branches/JBP_TEST_BRANCH_1_0/build/build-thirdparty.xml 2008-06-20 06:23:41 UTC (rev 11098)
+++ modules/test/branches/JBP_TEST_BRANCH_1_0/build/build-thirdparty.xml 2008-06-20 16:56:15 UTC (rev 11099)
@@ -47,7 +47,7 @@
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.0"/>
<componentref name="codehaus/cargo" version="0.9"/>
Modified: modules/test/branches/JBP_TEST_BRANCH_1_0/build/build.xml
===================================================================
--- modules/test/branches/JBP_TEST_BRANCH_1_0/build/build.xml 2008-06-20 06:23:41 UTC (rev 11098)
+++ modules/test/branches/JBP_TEST_BRANCH_1_0/build/build.xml 2008-06-20 16:56:15 UTC (rev 11099)
@@ -61,7 +61,7 @@
<property name="version.major" value="1"/>
<property name="version.minor" value="0"/>
- <property name="version.revision" value="0"/>
+ <property name="version.revision" value="2"/>
<property name="version.tag" value="GA"/>
<property name="version.name" value=""/>
@@ -116,8 +116,7 @@
<!-- Module groups -->
<group name="test">
- <include
- modules="test"/>
+ <include modules="test"/>
</group>
<group name="default">
@@ -251,51 +250,6 @@
<delete file="${jboss.home}/server/${portal.deploy.dir}/jboss-portal.sar"/>
</target>
- <target name="deploy-all"
- description="Deploy all archives."
- depends="most">
- <require file="${jboss.home}/server/${portal.deploy.dir}"/>
- <copy file="../core/output/lib/jboss-portal.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
- <copy file="../core-admin/output/lib//portal-admin.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
- <copy file="../core-cms/output/lib/portal-cms.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
- <copy file="../core-management/output/lib/portal-management.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
- <copy file="../core-samples/output/lib/portal-basic-samples.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
- <copy file="../core-samples/output/lib/portal-news-samples.war" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
- <copy file="../core-samples/output/lib/portal-jsp-samples.war" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
- <copy file="../core-samples/output/lib/portal-weather-samples.war" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
- <!--<copy file="../core-search/output/lib/portal-search.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>-->
- <copy file="../widget/output/lib/widget.war" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
- <copy file="../wsrp/output/lib/portal-wsrp.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
- </target>
-
- <target name="undeploy-all"
- description="Undeploy all archives."
- depends="init">
- <require file="${jboss.home}/server/${portal.deploy.dir}"/>
- <delete file="${jboss.home}/server/${portal.deploy.dir}/jboss-portal.sar"/>
- <delete file="${jboss.home}/server/${portal.deploy.dir}/portal-admin.sar"/>
- <delete file="${jboss.home}/server/${portal.deploy.dir}/portal-cms.sar"/>
- <delete file="${jboss.home}/server/${portal.deploy.dir}/portal-management.sar"/>
- <delete file="${jboss.home}/server/${portal.deploy.dir}/portal-basic-samples.sar"/>
- <delete file="${jboss.home}/server/${portal.deploy.dir}/portal-news-samples.war"/>
- <delete file="${jboss.home}/server/${portal.deploy.dir}/portal-jsp-samples.war"/>
- <delete file="${jboss.home}/server/${portal.deploy.dir}/portal-weather-samples.war"/>
- <!--<delete file="${jboss.home}/server/${portal.deploy.dir}/portal-search.sar"/>-->
- <delete file="${jboss.home}/server/${portal.deploy.dir}/widget.war"/>
- <delete file="${jboss.home}/server/${portal.deploy.dir}/portal-wsrp.sar"/>
- </target>
-
- <target name="exploded-deploy"
- description="Deploy exploded sar."
- depends="main">
- <require file="${jboss.home}/server/${portal.deploy.dir}"/>
- <delete dir="${jboss.home}/server/${portal.deploy.dir}/jboss-portal-exploded.sar"/>
- <mkdir dir="${jboss.home}/server/${portal.deploy.dir}/jboss-portal-exploded.sar"/>
- <copy todir="${jboss.home}/server/${portal.deploy.dir}/jboss-portal-exploded.sar">
- <fileset dir="../core/output/resources/jboss-portal.sar"/>
- </copy>
- </target>
-
<target name="javadoc">
<mkdir dir="javadoc"/>
<javadoc destdir="javadoc">
Modified: modules/test/branches/JBP_TEST_BRANCH_1_0/test/build.xml
===================================================================
--- modules/test/branches/JBP_TEST_BRANCH_1_0/test/build.xml 2008-06-20 06:23:41 UTC (rev 11098)
+++ modules/test/branches/JBP_TEST_BRANCH_1_0/test/build.xml 2008-06-20 16:56:15 UTC (rev 11099)
@@ -43,7 +43,7 @@
<!--| Buildmagic extentions. |-->
<!--+======================================================================+-->
-<project default="main" name="JBoss Portal">
+<project default="main" name="JBoss Portal Test">
<!--+====================================================================+-->
<!--| Setup |-->
Modified: modules/test/branches/JBP_TEST_BRANCH_1_0/tools/build.xml
===================================================================
--- modules/test/branches/JBP_TEST_BRANCH_1_0/tools/build.xml 2008-06-20 06:23:41 UTC (rev 11098)
+++ modules/test/branches/JBP_TEST_BRANCH_1_0/tools/build.xml 2008-06-20 16:56:15 UTC (rev 11099)
@@ -20,7 +20,7 @@
<!--| Buildmagic extentions. |-->
<!--+======================================================================+-->
-<project default="main" name="JBoss Portal">
+<project default="main" name="JBoss Portal Test Tools">
<!--+====================================================================+-->
<!--| Setup |-->
17 years, 10 months
JBoss Portal SVN: r11098 - docs/branches/JBoss_Portal_Branch_2_6/common/en/modules.
by portal-commits@lists.jboss.org
Author: mmcallis
Date: 2008-06-20 02:23:41 -0400 (Fri, 20 Jun 2008)
New Revision: 11098
Modified:
docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml
Log:
backup/minor revisions
Modified: docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml
===================================================================
--- docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml 2008-06-20 06:16:35 UTC (rev 11097)
+++ docs/branches/JBoss_Portal_Branch_2_6/common/en/modules/featurelist.xml 2008-06-20 06:23:41 UTC (rev 11098)
@@ -100,12 +100,12 @@
instances running inside of one Portal container.
</listitem>
<listitem>
- <emphasis role="bold">IPC</emphasis>
+ <emphasis role="bold">IPC:</emphasis>
Inter-Portlet Communication API enables portlets to create links to other
objects such as a page, portal or window .
</listitem>
<listitem>
- <emphasis role="bold">Dynamicity</emphasis>
+ <emphasis role="bold">Dynamic:</emphasis>
The ability for administrators and users to create and destroy objects such as
portlets, pages, portals, themes, and layouts at runtime.
</listitem>
17 years, 10 months