Skip to content

Commit

Permalink
LPS-49191 Put as much inside the portlet package as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Aug 24, 2014
1 parent c27e2aa commit 35f2424
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"com.liferay.portlet.css-class-wrapper=portlet-activities",
"com.liferay.portlet.display-category=category.social",
"com.liferay.portlet.friendly-url-mapping=activities",
"com.liferay.portlet.friendly-url-routes=com/liferay/social/activities/route/activities-friendly-url-routes.xml",
"com.liferay.portlet.friendly-url-routes=com/liferay/social/activities/portlet/route/activities-friendly-url-routes.xml",
"com.liferay.portlet.header-portlet-css=/css/main.css",
"com.liferay.portlet.preferences-owned-by-group=true",
"com.liferay.portlet.private-request-attributes=false",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* details.
*/

package com.liferay.social.activities.route;
package com.liferay.social.activities.portlet.route;

import com.liferay.portal.kernel.portlet.DefaultFriendlyURLMapper;
import com.liferay.portal.kernel.portlet.FriendlyURLMapper;
Expand Down

0 comments on commit 35f2424

Please sign in to comment.