Author: thomas.heute(a)jboss.com
Date: 2009-10-21 04:02:33 -0400 (Wed, 21 Oct 2009)
New Revision: 386
Modified:
portal/tags/3.0.0-Beta02/README.txt
portal/tags/3.0.0-Beta02/Release Notes.txt
portal/tags/3.0.0-Beta02/packaging/
portal/tags/3.0.0-Beta02/pom.xml
Log:
- Fixed pom.xml
- Added JBoss Repository location (Or the GateIn parent couldn't be found)
- Correct SCM
- Fixed README.txt
- Fixed Release Notes.txt
- Add profiles.xml to the svn:ignore list
Modified: portal/tags/3.0.0-Beta02/README.txt
===================================================================
--- portal/tags/3.0.0-Beta02/README.txt 2009-10-21 07:50:24 UTC (rev 385)
+++ portal/tags/3.0.0-Beta02/README.txt 2009-10-21 08:02:33 UTC (rev 386)
@@ -1,22 +1,3 @@
-====
- 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.
-====
-
Welcome to gatein codebase:
===========================
@@ -32,7 +13,7 @@
* MAVEN CONFIGURATION:
**********************
-* edit ${basedir}/profiles.xml and replace the values mentionned so that:
+* edit packaging/profiles.xml and replace the values mentioned so that:
* ${exo.projects.directory.dependencies} directory contains :
** ${exo.projects.app.tomcat.version}/ a clean Tomcat installation, to be used as
packaging template
** ${exo.projects.app.jboss.version}/ a clean JBoss installation, to be used as
packaging template
@@ -45,18 +26,20 @@
*****************
* PACKAGING:
*****************
-
+
* mvn install -Ppkg-tomcat
-** Create a Tomcat delivery in pkg/target/tomcat/ and archives are stored in target
+** Creates a Tomcat delivery in packaging/pkg/target/tomcat/
+** Creates compressed archives in packaging/pkg/target/target
* mvn install -Ppkg-jbossas
-** Create a JBossAS delivery in pkg/target/jboss/ and archives are stored in target
+** Creates a JBossAS delivery in packaging/pkg/target/jboss/
+** Creates compressed archives in packaging/pkg/target/target
*****************
* STARTING:
*****************
* On Tomcat: go to the tomcat directory (or unzip the archive in your favorite location)
and execute 'bin/gatein.sh start' ('bin/gatein.bat start' on Windows)
-* On JBoss: go to the jboss directory (or unzip the archive in your favorite location)
and execute 'bin/run.sh start' ('bin/grun.bat start' on Windows)
+* On JBoss: go to the jboss directory (or unzip the archive in your favorite location)
and execute 'bin/run.sh start' ('bin/run.bat start' on Windows)
* Go to
http://localhost:8080/portal to see the homepage of the portal. That's it.
Modified: portal/tags/3.0.0-Beta02/Release Notes.txt
===================================================================
--- portal/tags/3.0.0-Beta02/Release Notes.txt 2009-10-21 07:50:24 UTC (rev 385)
+++ portal/tags/3.0.0-Beta02/Release Notes.txt 2009-10-21 08:02:33 UTC (rev 386)
@@ -1,27 +1,8 @@
-====
- 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.
-====
+Release Notes will start from GateIn CR1
Release Notes - GateIn
- Other resources and links
- Company site
http://www.exoplatform.com
- Community JIRA
http://jira.exoplatform.org
- Comminity site
http://www.exoplatform.org
- Developers wiki
http://wiki.exoplatform.org
- Documentation
http://docs.exoplatform.org
+ Community site
http://www.gatein.org
+ Community JIRA
https://jira.jboss.org/jira/secure/Dashboard.jspa
+ Community Forum
http://www.jboss.org/index.html?module=bb&op=viewforum&f=335
Property changes on: portal/tags/3.0.0-Beta02/packaging
___________________________________________________________________
Name: svn:ignore
+ profiles.xml
Modified: portal/tags/3.0.0-Beta02/pom.xml
===================================================================
--- portal/tags/3.0.0-Beta02/pom.xml 2009-10-21 07:50:24 UTC (rev 385)
+++ portal/tags/3.0.0-Beta02/pom.xml 2009-10-21 08:02:33 UTC (rev 386)
@@ -65,9 +65,9 @@
</properties>
<scm>
-
<
connection>scm:svn:http://svn.exoplatform.org/projects/gatein/portal/t...
-
<
developerConnection>scm:svn:http://svn.exoplatform.org/projects/gatein...
-
<
url>http://fisheye.exoplatform.org/browse/projects/gatein/portal/trunk...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/tags/3...
+
<
developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/portal/t...
+
<
url>http://fisheye.jboss.org/browse/gatein/portal/tags/3.0.0-Beta02<...
</scm>
<modules>
@@ -219,6 +219,16 @@
<!-- To be removed and replaced by settings in user config -->
<repositories>
<repository>
+ <id>repository.jboss.org</id>
+ <
url>http://repository.jboss.org/maven2</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
<id>exo-int</id>
<
url>http://maven2.exoplatform.org/rest/maven2</url>
<releases>