Author: thomas.heute(a)jboss.com
Date: 2011-02-22 10:47:32 -0500 (Tue, 22 Feb 2011)
New Revision: 5919
Removed:
portal/trunk/packaging/profiles.xml.template
Modified:
portal/trunk/packaging/profiles.xml
Log:
Keep supporting -Ppkg-jbossas as before, profile isn't updated and probably not used
Modified: portal/trunk/packaging/profiles.xml
===================================================================
--- portal/trunk/packaging/profiles.xml 2011-02-22 11:10:24 UTC (rev 5918)
+++ portal/trunk/packaging/profiles.xml 2011-02-22 15:47:32 UTC (rev 5919)
@@ -55,6 +55,11 @@
-->
<exo.projects.app.jboss5.version>jboss-5.1.0.GA</exo.projects.app.jboss5.version>
<!--
+ Deprecated, just here for -Ppkg-jboss to keep working, please use
-Ppkg-jbossas5 instead
+ -->
+
<exo.projects.app.jboss.version>${exo.projects.app.jboss5.version}</exo.projects.app.jboss.version>
+
+ <!--
Replace with the name of the directory containing JBoss AS 6
-->
<exo.projects.app.jboss6.version>jboss-6.0.0.Final</exo.projects.app.jboss6.version>
Deleted: portal/trunk/packaging/profiles.xml.template
===================================================================
--- portal/trunk/packaging/profiles.xml.template 2011-02-22 11:10:24 UTC (rev 5918)
+++ portal/trunk/packaging/profiles.xml.template 2011-02-22 15:47:32 UTC (rev 5919)
@@ -1,57 +0,0 @@
-<!--
-
- Copyright (C) 2009 eXo Platform SAS.
-
- 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.
-
--->
-
-<profilesXml>
- <profiles>
- <profile>
- <id>gatein-projects</id>
- <properties>
- <!--
- Replace with the directory where uncompressed Tomcat 6 and/or JBoss 5.1 can
be found
- ex: On Windows 'c:/AS'
- ex: On Linux '/home/user/AS'
- -->
-
<exo.projects.directory.dependencies>REPLACE_WITH_YOUR_OWN_DIRECTORY</exo.projects.directory.dependencies>
-
- <!--
- If you want that the server is deployed always at the same place (not in
packaging/pkg/target/<server> dir)
- Uncomment and Replace with the directory you prefer
- -->
- <!--
- <gatein.working.dir>REPLACE_WITH_SERVER_DIR</gatein.working.dir>
- -->
-
- <!--
- Replace with the name of the directory containing Tomcat 6
- -->
-
<exo.projects.app.tomcat.version>apache-tomcat-6.0.20</exo.projects.app.tomcat.version>
- <!--
- Replace with the name of the directory containing JBoss AS 5.1
- -->
-
<exo.projects.app.jboss.version>jboss-5.1.0.GA</exo.projects.app.jboss.version>
- </properties>
- </profile>
- </profiles>
-
- <activeProfiles>
- <activeProfile>gatein-projects</activeProfile>
- </activeProfiles>
-</profilesXml>