[jboss-svn-commits] JBL Code SVN: r8893 - in labs/jbosslabs/trunk/portal-extensions-2.6/binaries: as/to-copy/server and 2 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Jan 17 19:08:09 EST 2007
Author: adamw
Date: 2007-01-17 19:08:09 -0500 (Wed, 17 Jan 2007)
New Revision: 8893
Added:
labs/jbosslabs/trunk/portal-extensions-2.6/binaries/as/
labs/jbosslabs/trunk/portal-extensions-2.6/binaries/portal/
Removed:
labs/jbosslabs/trunk/portal-extensions-2.6/binaries/as/to-copy/server/all/
labs/jbosslabs/trunk/portal-extensions-2.6/binaries/as/to-copy/server/minimal/
labs/jbosslabs/trunk/portal-extensions-2.6/binaries/maven-repo-addons/aslibs/
labs/jbosslabs/trunk/portal-extensions-2.6/binaries/maven-repo-addons/jboss/
labs/jbosslabs/trunk/portal-extensions-2.6/binaries/portal/to-copy/portal-mysql-ds.xml
Log:
Moving binaries to their proper place
Copied: labs/jbosslabs/trunk/portal-extensions-2.6/binaries/as (from rev 8864, labs/jbosslabs/trunk/portal-extensions-2.6/jboss-as-binaries)
Copied: labs/jbosslabs/trunk/portal-extensions-2.6/binaries/portal (from rev 8864, labs/jbosslabs/trunk/portal-extensions-2.6/portal-binaries)
Deleted: labs/jbosslabs/trunk/portal-extensions-2.6/binaries/portal/to-copy/portal-mysql-ds.xml
===================================================================
--- labs/jbosslabs/trunk/portal-extensions-2.6/portal-binaries/to-copy/portal-mysql-ds.xml 2007-01-16 14:05:30 UTC (rev 8864)
+++ labs/jbosslabs/trunk/portal-extensions-2.6/binaries/portal/to-copy/portal-mysql-ds.xml 2007-01-18 00:08:09 UTC (rev 8893)
@@ -1,33 +0,0 @@
-<?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:mysql://localhost:3306/jbossportal?useServerPrepStmts=false</connection-url>
- <driver-class>org.gjt.mm.mysql.Driver</driver-class>
- <user-name>portal</user-name>
- <password>portalpassword</password>
- </local-tx-datasource>
-</datasources>
More information about the jboss-svn-commits
mailing list