Skip to content

Commit

Permalink
LPS-40931
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Oct 4, 2013
1 parent ed9b8a0 commit e60e142
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
7 changes: 7 additions & 0 deletions portal-impl/test/portal-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ jdbc.default.password=

ehcache.portal.cache.manager.jmx.enabled=false

value.object.listener.com.liferay.portal.model.Contact=com.liferay.portal.model.DummyModelListener
value.object.listener.com.liferay.portal.model.Layout=com.liferay.portal.model.DummyModelListener
value.object.listener.com.liferay.portal.model.LayoutSet=com.liferay.portal.model.DummyModelListener
value.object.listener.com.liferay.portal.model.PortletPreferences=com.liferay.portal.model.DummyModelListener
value.object.listener.com.liferay.portal.model.User=com.liferay.portal.model.DummyModelListener
value.object.listener.com.liferay.portal.model.UserGroup=com.liferay.portal.model.DummyModelListener

mail.session.mail.smtp.port=5025

membership.policy.organizations=com.liferay.portal.security.membershippolicy.samples.TestOrganizationMembershipPolicy
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
*
* This library 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 library 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.
*/

package com.liferay.portal.model;

/**
* @author Brian Wing Shun Chan
*/
@SuppressWarnings("rawtypes")
public class DummyModelListener extends BaseModelListener {
}

0 comments on commit e60e142

Please sign in to comment.