[jboss-cvs] Repository SVN: r698 - in jboss-portal: 2.6.GA and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 2 02:41:59 EDT 2007


Author: amit.bhayani at jboss.com
Date: 2007-07-02 02:41:59 -0400 (Mon, 02 Jul 2007)
New Revision: 698

Added:
   jboss-portal/2.6.GA/
   jboss-portal/2.6.GA/component-info.xml
   jboss-portal/2.6.GA/lib/
   jboss-portal/2.6.GA/lib/jboss-portal.sar
   jboss-portal/2.6.GA/resources/
   jboss-portal/2.6.GA/resources/portal-hsqldb-ds.xml
Log:
Adding Portal 2.6.GA binaries to repository

Added: jboss-portal/2.6.GA/component-info.xml
===================================================================
--- jboss-portal/2.6.GA/component-info.xml	                        (rev 0)
+++ jboss-portal/2.6.GA/component-info.xml	2007-07-02 06:41:59 UTC (rev 698)
@@ -0,0 +1,23 @@
+<project name="jboss-portal-component-info">
+
+   <!-- The component id is the repository path -->
+   <!-- The license type for which there must be an *.txt in repository.jboss.com/licenses -->
+   <!-- The version of the component -->
+   <!-- The component home/info page -->
+   <!-- A short description of the component -->
+   <component id="jboss-portal"
+              licenseType="lgpl"
+              version="2.6.GA"
+              projectHome="http://labs.jboss.com/portal/jbossportal/"
+              description="JBoss Portal">
+
+      <!-- Artifacts produced by this component -->
+      <artifact id="jboss-portal.sar"/>
+      <artifact id="portal-hsqldb-ds.xml"/>
+
+      <!-- The artifacts exported by this component -->
+      <export>
+         <include input="jboss-portal.sar"/>
+      </export>
+   </component>
+</project>

Added: jboss-portal/2.6.GA/lib/jboss-portal.sar
===================================================================
(Binary files differ)


Property changes on: jboss-portal/2.6.GA/lib/jboss-portal.sar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss-portal/2.6.GA/resources/portal-hsqldb-ds.xml
===================================================================
--- jboss-portal/2.6.GA/resources/portal-hsqldb-ds.xml	                        (rev 0)
+++ jboss-portal/2.6.GA/resources/portal-hsqldb-ds.xml	2007-07-02 06:41:59 UTC (rev 698)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  ~ JBoss, a division of Red Hat                                              ~
+  ~ Copyright 2006, Red Hat Middleware, LLC, and individual                   ~
+  ~ contributors as indicated by the @authors tag. See the                    ~
+  ~ copyright.txt in the distribution for a full listing of                   ~
+  ~ individual contributors.                                                  ~
+  ~                                                                           ~
+  ~ 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.                  ~
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+
+<datasources>
+  <local-tx-datasource>
+    <jndi-name>PortalDS</jndi-name>
+    <connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}portal${/}hypersonic${/}database</connection-url>
+    <driver-class>org.hsqldb.jdbcDriver</driver-class>
+    <user-name>sa</user-name>
+    <password><![CDATA[]]></password>
+  </local-tx-datasource>
+</datasources>




More information about the jboss-cvs-commits mailing list