Skip to content

Commit

Permalink
LPS-47133 Build problem caused by bnd in China
Browse files Browse the repository at this point in the history
  • Loading branch information
rotty3000 authored and brianchandotcom committed May 28, 2014
1 parent 38741b6 commit f2e31d8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
17 changes: 17 additions & 0 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,23 @@

baseline.jar.reports.dir.name=baseline-reports

-baseline:
-baselinerepo: localrepo
-plugin:\
aQute.bnd.deployer.repository.LocalIndexedRepo;\
local=${sdk.dir}/.bnd/localrepo;\
name=localrepo;\
phase=build;\
type=R5,\
aQute.bnd.deployer.repository.FixedIndexedRepo;\
cache=${sdk.dir}/.bnd/remoterepo;\
locations='http://obr.liferay.com/r5/liferay-portal/index.xml.gz';\
name=remoterepo;\
phase=any;\
type=R5
-pluginpath: ${sdk.dir}/osgi/lib/plugin/bnd-repository.jar
-releaserepo: localrepo

##
## Clean
##
Expand Down
16 changes: 0 additions & 16 deletions common.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,6 @@ Javac-Debug: ${javac.debug}
Javac-Deprecation: ${javac.deprecation}
Javac-Encoding: ${javac.encoding}

-baseline: *
-baselinerepo: localrepo
-donotcopy: (\.touch)
-dsannotations: *
-plugin:\
aQute.bnd.deployer.repository.LocalIndexedRepo;\
local=${workspace}/.bnd/localrepo;\
name=localrepo;\
phase=build;\
type=R5,\
aQute.bnd.deployer.repository.FixedIndexedRepo;\
cache=${workspace}/.bnd/remoterepo;\
locations='http://obr.liferay.com/r5/liferay-portal/index.xml.gz';\
name=remoterepo;\
phase=any;\
type=R5
-pluginpath: ${workspace}/osgi/lib/plugin/bnd-repository.jar
-releaserepo: localrepo
-sources: false

0 comments on commit f2e31d8

Please sign in to comment.