This repository was archived by the owner on Oct 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
<classpathentry kind =" lib" path =" lib/development/portlet.jar" />
43
43
<classpathentry kind =" lib" path =" lib/development/servlet-api.jar" />
44
44
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
45
- <classpathentry kind =" lib" path =" lib/application/portal-service.jar" />
46
45
<classpathentry kind =" lib" path =" lib/application/portal-impl.jar" />
47
46
<classpathentry kind =" lib" path =" lib/application/util-java.jar" />
48
47
<classpathentry kind =" lib" path =" lib/application/util-taglib.jar" sourcepath =" /portal-master/util-taglib" />
49
48
<classpathentry kind =" lib" path =" lib/liferay/jodd-3.6.jar" />
50
49
<classpathentry kind =" lib" path =" lib/development/junit.jar" />
51
50
<classpathentry kind =" lib" path =" lib/development/hamcrest-core.jar" />
52
51
<classpathentry kind =" lib" path =" lib/development/hamcrest-library.jar" />
52
+ <classpathentry kind =" lib" path =" lib/application/portal-kernel.jar" />
53
53
<classpathentry kind =" output" path =" alloy-taglib/classes" />
54
54
</classpath >
Original file line number Diff line number Diff line change 16
16
17
17
<copy todir =" ${ project.dir } /lib/application" overwrite =" true" >
18
18
<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" />
20
20
<fileset dir =" ${ lp.source.dir } /util-java" includes =" util-java.jar" />
21
21
<fileset dir =" ${ lp.source.dir } /util-taglib" includes =" util-taglib.jar" />
22
22
</copy >
You can’t perform that action at this time.
0 commit comments