[portal-commits] JBoss Portal SVN: r11890 - in modules/portlet/tags/JBP_PORTLET_2_0_3: portal/src and 1 other directories.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Thu Sep 11 15:56:10 EDT 2008


Author: thomas.heute at jboss.com
Date: 2008-09-11 15:56:10 -0400 (Thu, 11 Sep 2008)
New Revision: 11890

Modified:
   modules/portlet/tags/JBP_PORTLET_2_0_3/build/distrib/distrib.xml
   modules/portlet/tags/JBP_PORTLET_2_0_3/portal/src/build.xml
   modules/portlet/tags/JBP_PORTLET_2_0_3/test/src/test/build.xml
Log:
Do not fail if JBOSS_5_0_HOME is not set


Modified: modules/portlet/tags/JBP_PORTLET_2_0_3/build/distrib/distrib.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_3/build/distrib/distrib.xml	2008-09-11 16:57:54 UTC (rev 11889)
+++ modules/portlet/tags/JBP_PORTLET_2_0_3/build/distrib/distrib.xml	2008-09-11 19:56:10 UTC (rev 11890)
@@ -2,9 +2,9 @@
 
    <property name="source.dir" value="../.."/>
    <property name="src.docs.dir" value="${source.dir}/docs"/>
-   <property name="pc.release.version" value="2.1.0-SNAPSHOT"/>
-   <property name="demo.release.version" value="2.1.0-SNAPSHOT"/>
-   <property name="maven.version" value="2.1.0-SNAPSHOT"/>
+   <property name="pc.release.version" value="2.0.3"/>
+   <property name="demo.release.version" value="2.0.3"/>
+   <property name="maven.version" value="2.0.3"/>
 
    <!-- -->
    <property name="pc.release.name" value="jboss-portletcontainer-${pc.release.version}"/>

Modified: modules/portlet/tags/JBP_PORTLET_2_0_3/portal/src/build.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_3/portal/src/build.xml	2008-09-11 16:57:54 UTC (rev 11889)
+++ modules/portlet/tags/JBP_PORTLET_2_0_3/portal/src/build.xml	2008-09-11 19:56:10 UTC (rev 11890)
@@ -204,7 +204,7 @@
             </and>
          </condition>
       </fail>
-
+<!--
       <fail message="Please set the environment variable JBOSS_5_0_HOME">
          <condition>
             <and>
@@ -214,7 +214,7 @@
             </and>
          </condition>
       </fail>
-
+-->
       <fail message="Please set the environment variable TOMCAT_6_0_HOME">
          <condition>
             <and>

Modified: modules/portlet/tags/JBP_PORTLET_2_0_3/test/src/test/build.xml
===================================================================
--- modules/portlet/tags/JBP_PORTLET_2_0_3/test/src/test/build.xml	2008-09-11 16:57:54 UTC (rev 11889)
+++ modules/portlet/tags/JBP_PORTLET_2_0_3/test/src/test/build.xml	2008-09-11 19:56:10 UTC (rev 11890)
@@ -258,7 +258,7 @@
             </and>
          </condition>
       </fail>
-
+<!--
       <fail message="Please set the environment variable JBOSS_5_0_HOME">
          <condition>
             <and>
@@ -268,7 +268,7 @@
             </and>
          </condition>
       </fail>
-
+-->
       <fail message="Please set the environment variable TOMCAT_6_0_HOME">
          <condition>
             <and>




More information about the portal-commits mailing list