Skip to content

Commit

Permalink
mention <<EMPTY>> placeholderin repo plugin UI
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
  • Loading branch information
chrisrueger committed May 21, 2024
1 parent 53cb0dc commit e46fd43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bndtools.core/_plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@
helpUrl="https://bnd.bndtools.org/plugins/filerepo.html">
<property name="name" type="string"
description="Name of the repository" />
<property name="tags" type="string" description="Comma separated list of tags. (e.g. resolve, baseline, release)" default="resolve" />
<property name="tags" type="string" description="Comma separated list of tags. (e.g. resolve, baseline, release) Use the &lt;&lt;EMPTY&gt;&gt; placeholder for no tags." />
<property name="location" type="string"
description="Local directory path" />
<property name="readonly" type="boolean" default="false" />
Expand All @@ -850,7 +850,7 @@
helpUrl="https://bnd.bndtools.org/plugins/osgirepo.html">
<property name="name" type="string"
description="Name of the repository" />
<property name="tags" type="string" description="Comma separated list of tags. (e.g. resolve, baseline, release)" default="resolve" />
<property name="tags" type="string" description="Comma separated list of tags. (e.g. resolve, baseline, release) Use the &lt;&lt;EMPTY&gt;&gt; placeholder for no tags." />
<property name="locations" type="string"
description="Index locations (comma-separated list of URLs)" />
<property name="cache" type="string"
Expand All @@ -863,7 +863,7 @@
helpUrl="https://bnd.bndtools.org/plugins/localindexrepo.html">
<property name="name" type="string"
description="Name of the repository" />
<property name="tags" type="string" description="Comma separated list of tags. (e.g. resolve, baseline, release)" default="resolve" />
<property name="tags" type="string" description="Comma separated list of tags. (e.g. resolve, baseline, release) Use the &lt;&lt;EMPTY&gt;&gt; placeholder for no tags." />
<property name="local" type="string"
description="Local directory path" />
<property name="phase" type="string"
Expand Down Expand Up @@ -902,7 +902,7 @@
helpUrl="https://bnd.bndtools.org/plugins/maven.html"
rank="10">
<property name="name" type="string" description="The name of this repository" default="Maven Repository" />
<property name="tags" type="string" description="Comma separated list of tags. (e.g. resolve, baseline, release)" default="resolve" />
<property name="tags" type="string" description="Comma separated list of tags. (e.g. resolve, baseline, release) Use the &lt;&lt;EMPTY&gt;&gt; placeholder for no tags." />
<property name="releaseUrl" type="string" description="The urls to the remote release repository." default="https://repo.maven.apache.org/maven2/" />
<property name="stagingUrl" type="string" description="The url of the staging release repository." />
<property name="snapshotUrl" type="string" description="The urls to the remote snapshot repository." default="https://repository.apache.org/snapshots/" />
Expand All @@ -922,7 +922,7 @@
name="P2Repository"
helpUrl="https://bnd.bndtools.org/plugins/p2repo.html">
<property name="name" type="string" description="The name of this repository" default="P2Repository" />
<property name="tags" type="string" description="Comma separated list of tags. (e.g. resolve, baseline, release)" default="resolve" />
<property name="tags" type="string" description="Comma separated list of tags. (e.g. resolve, baseline, release) Use the &lt;&lt;EMPTY&gt;&gt; placeholder for no tags." />
<property name="url" type="string" description="The URL to either the P2 repository (a directory) or an Eclipse target platform. Required." />
<property name="location" type="string" description="The location to store the index file. Default: 'cnf/cache/p2-index-reponame/index.xml.gz'" />
</plugin>
Expand All @@ -932,7 +932,7 @@
name="Maven POM Repository"
helpUrl="https://bnd.bndtools.org/plugins/pomrepo.html">
<property name="name" type="string" description="The name of the repo. Required." default="Maven POM Repository" />
<property name="tags" type="string" description="Comma separated list of tags. (e.g. resolve, baseline, release)" default="resolve" />
<property name="tags" type="string" description="Comma separated list of tags. (e.g. resolve, baseline, release) Use the &lt;&lt;EMPTY&gt;&gt; placeholder for no tags." />
<property name="releaseUrl" type="string" description="The url to the remote release repository. Can be a comma separated list of urls." default="https://repo.maven.apache.org/maven2/" />
<property name="snapshotUrl" type="string" description="The url to the remote snapshot repository. If this is not specified, it falls back to the release repository or just local if this is also not specified. Can be a comma separated list of urls." default="https://repository.apache.org/snapshots/" />
<property name="local" type="string" description="The path to the local repository" default="~/.m2/repository" />
Expand Down

0 comments on commit e46fd43

Please sign in to comment.