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 8c1e64f commit 6518a82
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 32 deletions.
32 changes: 32 additions & 0 deletions build.properties
Expand Up @@ -20,6 +20,38 @@

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

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

##
## BND Test Properties
##

-resolve.effective= active
-runee= JavaSE-1.6
-runfw= org.apache.felix.framework
-runvm= -ea

##
## Compiler
##
Expand Down
33 changes: 1 addition & 32 deletions common.bnd
Expand Up @@ -16,37 +16,6 @@ Liferay-Portal-Release-Info: ${release.info.release.info}
Liferay-Portal-Server-Info: ${release.info.server.info}
Liferay-Portal-Version: ${release.info.version}

-baseline:
-baselinerepo: remoterepo
-donotcopy: (\.touch)
-dsannotations: *
-plugin:\
aQute.bnd.deployer.repository.LocalIndexedRepo;\
local=${workspace}/.bnd/localrepo;\
name=localrepo;\
phase=any;\
type=R5,\
aQute.bnd.deployer.repository.FixedIndexedRepo;\
cache=${workspace}/.bnd/bndtoolsrepo;\
locations='https://github.com/bndtools/bundle-hub/raw/master/index.xml.gz';\
name=bndtoolsrepo;\
phase=any;\
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}/tools/sdk/osgi/lib/plugin/bnd-repository.jar
-releaserepo: localrepo
-sources: false

##
## Test Properties
##

-resolve.effective: active
-runee: JavaSE-1.6
-runfw: org.apache.felix.framework
-runvm: -ea
-sources: false

0 comments on commit 6518a82

Please sign in to comment.