[gatein-commits] gatein SVN: r5720 - portal/branches/branch-GTNPORTAL-1745/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jan 10 20:55:40 EST 2011


Author: hoang_to
Date: 2011-01-10 20:55:39 -0500 (Mon, 10 Jan 2011)
New Revision: 5720

Modified:
   portal/branches/branch-GTNPORTAL-1745/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GateInJsonContainerConfig.java
Log:
GTNPORTAL-1712: Add copyright section and remove redundant log

Modified: portal/branches/branch-GTNPORTAL-1745/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GateInJsonContainerConfig.java
===================================================================
--- portal/branches/branch-GTNPORTAL-1745/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GateInJsonContainerConfig.java	2011-01-10 15:41:09 UTC (rev 5719)
+++ portal/branches/branch-GTNPORTAL-1745/gadgets/core/src/main/java/org/exoplatform/portal/gadget/core/GateInJsonContainerConfig.java	2011-01-11 01:55:39 UTC (rev 5720)
@@ -1,3 +1,23 @@
+/**
+ * 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.
+ */
+
+
 package org.exoplatform.portal.gadget.core;
 
 import org.apache.commons.io.IOUtils;
@@ -220,7 +240,6 @@
       for (String entry : files) {
         LOG.info("Reading container config: " + entry);
         final ClassLoader contextCl = Thread.currentThread().getContextClassLoader();
-        LOG.info("Current context class loader " + contextCl.toString() + " type : " + contextCl.getClass());
         InputStream resourceInputStream = contextCl.getResourceAsStream(entry);
         String content = IOUtils.toString(resourceInputStream, "UTF-8");
         loadFromString(content, all);



More information about the gatein-commits mailing list