[richfaces-svn-commits] JBoss Rich Faces SVN: r12119 - trunk/test-applications/regressionArea/regressionArea-ear.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Jan 5 13:40:58 EST 2009
Author: nbelaevski
Date: 2009-01-05 13:40:58 -0500 (Mon, 05 Jan 2009)
New Revision: 12119
Modified:
trunk/test-applications/regressionArea/regressionArea-ear/pom.xml
Log:
Hudson profile added
Modified: trunk/test-applications/regressionArea/regressionArea-ear/pom.xml
===================================================================
--- trunk/test-applications/regressionArea/regressionArea-ear/pom.xml 2009-01-05 18:35:29 UTC (rev 12118)
+++ trunk/test-applications/regressionArea/regressionArea-ear/pom.xml 2009-01-05 18:40:58 UTC (rev 12119)
@@ -169,7 +169,7 @@
<append>false</append>
<zipUrlInstaller>
- <url>file:Y:\Distribs\jboss-4.2.3.GA.zip</url>
+ <url>${jboss.installer.url}</url>
<installDir>
${project.basedir}/target/installs
</installDir>
@@ -200,5 +200,15 @@
<properties>
<jbosshome>${project.basedir}/target/installs/jboss-4.2.3.GA/jboss-4.2.3.GA</jbosshome>
+ <jboss.installer.url>file:Y:\Distribs\jboss-4.2.3.GA.zip</jboss.installer.url>
</properties>
+
+ <profiles>
+ <profile>
+ <id>hudson</id>
+ <properties>
+ <jboss.installer.url>http://internap.dl.sourceforge.net/sourceforge/jboss/jboss-4.2.3.GA.zip</jboss.installer.url>
+ </properties>
+ </profile>
+ </profiles>
</project>
More information about the richfaces-svn-commits
mailing list