[jboss-svn-commits] JBoss Portal SVN: r5512 - in trunk: build/ide/intellij/idea50/modules/common build/ide/intellij/idea50/modules/test portlet/src/main/org/jboss/portal/test/portlet/jsr168/misc
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Oct 30 08:42:50 EST 2006
Author: julien at jboss.com
Date: 2006-10-30 08:42:45 -0500 (Mon, 30 Oct 2006)
New Revision: 5512
Added:
trunk/portlet/src/main/org/jboss/portal/test/portlet/jsr168/misc/Log4JTestCase.java
Modified:
trunk/build/ide/intellij/idea50/modules/common/common.iml
trunk/build/ide/intellij/idea50/modules/test/test.iml
Log:
Log4jTestCase was not added for some reason during commit
Modified: trunk/build/ide/intellij/idea50/modules/common/common.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/common/common.iml 2006-10-30 13:41:33 UTC (rev 5511)
+++ trunk/build/ide/intellij/idea50/modules/common/common.iml 2006-10-30 13:42:45 UTC (rev 5512)
@@ -111,6 +111,15 @@
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/../../../../../../tools/lib/ant-junit.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
Modified: trunk/build/ide/intellij/idea50/modules/test/test.iml
===================================================================
--- trunk/build/ide/intellij/idea50/modules/test/test.iml 2006-10-30 13:41:33 UTC (rev 5511)
+++ trunk/build/ide/intellij/idea50/modules/test/test.iml 2006-10-30 13:42:45 UTC (rev 5512)
@@ -434,6 +434,15 @@
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="module-library">
+ <library>
+ <CLASSES>
+ <root url="jar://$MODULE_DIR$/../../../../../../thirdparty/sun-servlet/lib/servlet-api.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ </orderEntry>
<orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
Added: trunk/portlet/src/main/org/jboss/portal/test/portlet/jsr168/misc/Log4JTestCase.java
===================================================================
--- trunk/portlet/src/main/org/jboss/portal/test/portlet/jsr168/misc/Log4JTestCase.java 2006-10-30 13:41:33 UTC (rev 5511)
+++ trunk/portlet/src/main/org/jboss/portal/test/portlet/jsr168/misc/Log4JTestCase.java 2006-10-30 13:42:45 UTC (rev 5512)
@@ -0,0 +1,37 @@
+/******************************************************************************
+ * 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. *
+ ******************************************************************************/
+package org.jboss.portal.test.portlet.jsr168.misc;
+
+import org.jboss.portal.test.server.ServerTestRunner;
+
+/**
+ * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
+ * @version $Revision: 1.1 $
+ */
+public class Log4jTestCase extends ServerTestRunner
+{
+ public Log4jTestCase()
+ {
+ super("test-jsr168-misc-log4j.war");
+ }
+}
More information about the jboss-svn-commits
mailing list