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

Commit 9b92c60

Browse files
natocesarregoBruno Basto
authored and
Bruno Basto
committed
AUI-2111 - Replace portal-service.jar by portal-kernel.jar.
1 parent cdf0bd7 commit 9b92c60

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
<classpathentry kind="lib" path="lib/development/portlet.jar"/>
4343
<classpathentry kind="lib" path="lib/development/servlet-api.jar"/>
4444
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
45-
<classpathentry kind="lib" path="lib/application/portal-service.jar"/>
4645
<classpathentry kind="lib" path="lib/application/portal-impl.jar"/>
4746
<classpathentry kind="lib" path="lib/application/util-java.jar"/>
4847
<classpathentry kind="lib" path="lib/application/util-taglib.jar" sourcepath="/portal-master/util-taglib"/>
4948
<classpathentry kind="lib" path="lib/liferay/jodd-3.6.jar"/>
5049
<classpathentry kind="lib" path="lib/development/junit.jar"/>
5150
<classpathentry kind="lib" path="lib/development/hamcrest-core.jar"/>
5251
<classpathentry kind="lib" path="lib/development/hamcrest-library.jar"/>
52+
<classpathentry kind="lib" path="lib/application/portal-kernel.jar"/>
5353
<classpathentry kind="output" path="alloy-taglib/classes"/>
5454
</classpath>

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<copy todir="${project.dir}/lib/application" overwrite="true">
1818
<fileset dir="${lp.source.dir}/portal-impl" includes="portal-impl.jar" />
19-
<fileset dir="${lp.source.dir}/portal-service" includes="portal-service.jar" />
19+
<fileset dir="${lp.source.dir}/portal-kernel" includes="portal-kernel.jar" />
2020
<fileset dir="${lp.source.dir}/util-java" includes="util-java.jar" />
2121
<fileset dir="${lp.source.dir}/util-taglib" includes="util-taglib.jar" />
2222
</copy>

lib/application/portal-kernel.jar

6.69 MB
Binary file not shown.

lib/application/portal-service.jar

-6.99 MB
Binary file not shown.

0 commit comments

Comments
 (0)