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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jul 1 09:21:18 EDT 2007


Author: amit.bhayani at jboss.com
Date: 2007-07-01 09:21:17 -0400 (Sun, 01 Jul 2007)
New Revision: 690

Added:
   jboss-portal/2.6.CR3/
   jboss-portal/2.6.CR3/component-info.xml
   jboss-portal/2.6.CR3/lib/
   jboss-portal/2.6.CR3/lib/jboss-portal.sar
   jboss-portal/2.6.CR3/resources/
   jboss-portal/2.6.CR3/resources/portal-hsqldb-ds.xml
Log:
2.6.CR3 Portal binaries

Added: jboss-portal/2.6.CR3/component-info.xml
===================================================================
--- jboss-portal/2.6.CR3/component-info.xml	                        (rev 0)
+++ jboss-portal/2.6.CR3/component-info.xml	2007-07-01 13:21:17 UTC (rev 690)
@@ -0,0 +1,47 @@
+<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.CR3"
+              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"/>
+
+      <import componentref="apache-beanutils">
+         <compatible version="1.7.0"/>		 
+      </import>
+
+      <import componentref="apache-digester">
+         <compatible version="1.6"/>		 
+      </import>
+
+      <import componentref="commons-el">
+         <compatible version="1.0"/>		 
+      </import>
+
+      <import componentref="apache-lang">
+         <compatible version="2.1"/>		 
+      </import>
+
+      <import componentref="jboss/backport-concurrent">
+         <compatible version="2.1.0.GA"/>		 
+      </import>
+
+      <import componentref="apache-myfaces">
+         <compatible version="1.1.4"/>		 
+      </import>
+
+      <!-- The artifacts exported by this component -->
+      <export>
+         <include input="jboss-portal.sar"/>
+      </export>
+   </component>
+</project>

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


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

Added: jboss-portal/2.6.CR3/resources/portal-hsqldb-ds.xml
===================================================================
--- jboss-portal/2.6.CR3/resources/portal-hsqldb-ds.xml	                        (rev 0)
+++ jboss-portal/2.6.CR3/resources/portal-hsqldb-ds.xml	2007-07-01 13:21:17 UTC (rev 690)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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