Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
AUI-2111 - Replace portal-service.jar by portal-kernel.jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
natocesarrego authored and Bruno Basto committed Apr 17, 2017
1 parent cdf0bd7 commit 9b92c60
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
<classpathentry kind="lib" path="lib/development/portlet.jar"/>
<classpathentry kind="lib" path="lib/development/servlet-api.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/application/portal-service.jar"/>
<classpathentry kind="lib" path="lib/application/portal-impl.jar"/>
<classpathentry kind="lib" path="lib/application/util-java.jar"/>
<classpathentry kind="lib" path="lib/application/util-taglib.jar" sourcepath="/portal-master/util-taglib"/>
<classpathentry kind="lib" path="lib/liferay/jodd-3.6.jar"/>
<classpathentry kind="lib" path="lib/development/junit.jar"/>
<classpathentry kind="lib" path="lib/development/hamcrest-core.jar"/>
<classpathentry kind="lib" path="lib/development/hamcrest-library.jar"/>
<classpathentry kind="lib" path="lib/application/portal-kernel.jar"/>
<classpathentry kind="output" path="alloy-taglib/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<copy todir="${project.dir}/lib/application" overwrite="true">
<fileset dir="${lp.source.dir}/portal-impl" includes="portal-impl.jar" />
<fileset dir="${lp.source.dir}/portal-service" includes="portal-service.jar" />
<fileset dir="${lp.source.dir}/portal-kernel" includes="portal-kernel.jar" />
<fileset dir="${lp.source.dir}/util-java" includes="util-java.jar" />
<fileset dir="${lp.source.dir}/util-taglib" includes="util-taglib.jar" />
</copy>
Expand Down
Binary file added lib/application/portal-kernel.jar
Binary file not shown.
Binary file removed lib/application/portal-service.jar
Binary file not shown.

0 comments on commit 9b92c60

Please sign in to comment.