forked from liferay/liferay-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbnd.bnd
38 lines (38 loc) · 1.5 KB
/
bnd.bnd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Bundle-Name: ${manifest.bundle.name}
Bundle-SymbolicName: ${manifest.bundle.symbolic.name}
Bundle-Version: 3.3.0
Export-Package:\
com.liferay.portal.lar.test,\
com.liferay.portal.module.framework.test,\
com.liferay.portal.osgi.util.test,\
com.liferay.portal.search.test,\
com.liferay.portal.service.permission.test,\
com.liferay.portal.service.test,\
com.liferay.portal.test.log,\
com.liferay.portal.test.mail,\
com.liferay.portal.test.randomizerbumpers,\
com.liferay.portal.test.rule,\
com.liferay.portal.test.rule.callback,\
com.liferay.portal.util.test,\
com.liferay.portal.verify.test,\
com.liferay.portal.webserver.test,\
com.liferay.portlet.asset.search.test,\
com.liferay.portlet.asset.util.test,\
com.liferay.portlet.documentlibrary.service.test,\
com.liferay.portlet.documentlibrary.store.test,\
com.liferay.portlet.documentlibrary.util.test,\
com.liferay.portlet.notifications.test,\
com.liferay.portlet.social.test,\
com.liferay.portlet.subscriptions.test,\
com.liferay.portlet.trash.test
Import-Package: *;resolution:=optional
Include-Resource:\
classes,\
@${project.dir}/../lib/development/dumbster.jar,\
@${project.dir}/../lib/portal/commons-compress.jar,\
@${project.dir}/../lib/portal/httpclient.jar,\
@${project.dir}/../lib/portal/httpcore.jar,\
@${project.dir}/../lib/portal/httpmime.jar,\
@${project.dir}/../lib/portal/juniversalchardet.jar,\
@${project.dir}/../lib/portal/poi.jar
-baseline: *;file=${project.dir}/.bnd/ant-baseline-cache/com.liferay.portal.test.integration-3.2.0.jar