This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<classpath> | |
<classpathentry kind="src" path="src"/> | |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | |
<classpathentry kind="lib" path="lib/commons-io.jar"/> | |
<classpathentry kind="lib" path="lib/lucene-core-3.5.0.jar"/> | |
<classpathentry kind="output" path="bin"/> | |
</classpath> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/portal-impl/src/com/liferay/portlet/layoutsadmin/action/UpdateLayoutAction.java b/portal-impl/src/com/liferay/portlet/layoutsadmin/action/UpdateLayoutAction.java | |
index 159fe2c..fec898f 100644 | |
@@ -29,6 +29,7 @@ import com.liferay.portal.model.Layout; | |
import com.liferay.portal.model.LayoutConstants; | |
import com.liferay.portal.model.LayoutPrototype; | |
import com.liferay.portal.security.permission.ActionKeys; | |
+import com.liferay.portal.service.LayoutLocalServiceUtil; | |
import com.liferay.portal.service.LayoutPrototypeServiceUtil; | |
import com.liferay.portal.service.LayoutServiceUtil; | |
import com.liferay.portal.service.ServiceContext; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<classpath> | |
<classpathentry excluding="**/.svn/**|.svn/" kind="src" path="docroot/WEB-INF/src"/> | |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | |
<classpathentry combineaccessrules="false" kind="src" path="/portal-5.2.6"/> | |
<classpathentry kind="lib" path="docroot/WEB-INF/lib/commons-beanutils-1.8.0.jar"/> | |
<classpathentry kind="lib" path="docroot/WEB-INF/lib/commons-collections-3.2.jar"/> | |
<classpathentry kind="lib" path="docroot/WEB-INF/lib/commons-digester-1.8.jar"/> | |
<classpathentry kind="lib" path="docroot/WEB-INF/lib/icefaces-ee-3.2.0-ga.jar"/> | |
<classpathentry kind="lib" path="docroot/WEB-INF/lib/icefaces-ee-ace-3.2.0-ga.jar"/> |
NewerOlder