Author: dbaeli
Date: 2009-10-29 21:43:55 -0400 (Thu, 29 Oct 2009)
New Revision: 447
Modified:
portal/trunk/packaging/profiles.xml
Log:
GTNPORTAL- : Packaging, specify a directory to install the server
[
jira.jboss.org was not accessible, issue to create and commit log to change]
* Wrong commit on profiles.xml (this file should be in svn:ignore)
Modified: portal/trunk/packaging/profiles.xml
===================================================================
--- portal/trunk/packaging/profiles.xml 2009-10-30 01:41:55 UTC (rev 446)
+++ portal/trunk/packaging/profiles.xml 2009-10-30 01:43:55 UTC (rev 447)
@@ -29,9 +29,15 @@
ex: On Windows 'c:/AS'
ex: On Linux '/home/user/AS'
-->
-
<exo.projects.directory.dependencies>c:/ExoPlatform/src/exo-dependencies</exo.projects.directory.dependencies>
-
-
<gatein.working.dir>c:/ExoPlatform/src/exo-working</gatein.working.dir>
+
<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
-->