mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
attempt to generate p2 metadata
This commit is contained in:
parent
2c30186ecb
commit
92b1442bed
2 changed files with 8 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
|||
todir="${buildDirectory}/site/eclipse/plugins"/>
|
||||
|
||||
<!-- generate p2 metadata -->
|
||||
<p2.generator updateSite="${buildDirectory}/site/eclipse" metadataRepository="file:${buildDirectory}/site/eclipse" artifactRepository="file:${buildDirectory}/site/eclipse" metadataRepositoryName="CDT Update Site" artifactRepositoryName="CDT Artifacts" publishArtifacts="true" compress="true" append="true" />
|
||||
<!--p2.generator updateSite="${buildDirectory}/site/eclipse" metadataRepository="file:${buildDirectory}/site/eclipse" artifactRepository="file:${buildDirectory}/site/eclipse" metadataRepositoryName="CDT Update Site" artifactRepositoryName="CDT Artifacts" publishArtifacts="true" compress="true" append="true" /-->
|
||||
|
||||
<zip destfile="${zipsdir}/${masterFile}"
|
||||
basedir="${buildDirectory}/site/eclipse"/>
|
||||
|
|
|
@ -18,6 +18,13 @@
|
|||
# Of course any of the settings here can be overridden by spec'ing
|
||||
# them on the command line (e.g., -DbaseLocation=d:/eclipse
|
||||
|
||||
############# PRODUCT/PACKAGING CONTROL #############
|
||||
generate.p2.metadata = true
|
||||
p2.metadata.repo=file:${buildDirectory}/site/eclipse
|
||||
p2.artifact.repo=file:${buildDirectory}/site/eclipse
|
||||
p2.flavor=tooling
|
||||
p2.publish.artifacts=true
|
||||
|
||||
############# CVS CONTROL ################
|
||||
# The CVS tag to use when fetching the map files from the repository
|
||||
mapVersionTag=HEAD
|
||||
|
|
Loading…
Add table
Reference in a new issue