build version 0.2.0

This commit is contained in:
François TERROT 2021-03-21 18:49:47 +01:00
parent f734495fd4
commit b35520e4d8
7 changed files with 14 additions and 9 deletions

3
.gitignore vendored
View File

@ -21,3 +21,6 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
secret.txt

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Gitea Connector Core
Bundle-SymbolicName: io.gitea.mylyn.core;singleton:=true
Bundle-Version: 0.1.0
Bundle-Version: 0.2.0
Bundle-Activator: io.gitea.mylyn.core.GiteaPluginCore
Bundle-Vendor: io.gitea
Require-Bundle: org.eclipse.core.runtime,

View File

@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Gitea Connector UI
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: io.gitea.mylyn.ui;singleton:=true
Bundle-Version: 0.1.0
Bundle-Version: 0.2.0
Automatic-Module-Name: io.gitea.mylyn.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Activator: io.gitea.mylyn.ui.GiteaUIPlugin

View File

@ -0,0 +1,2 @@
#Properties file for io.gitea.mylyn.ui
Bundle-Name = Mylyn Gitea Connector UI

View File

@ -4,6 +4,6 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
LICENSE,\
icons,\
icons/
icons/,\
OSGI-INF/l10n/bundle.properties
jre.compilation.profile = JavaSE-1.8

View File

@ -17,7 +17,7 @@ description=Mylyn Tasks connector for the open source management software Gitea.
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
licenseURL=https://forge.chapril.org/gitea/mylyn-gitea/raw/branch/development/LICENSE
licenseURL=
# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"

View File

@ -2,7 +2,7 @@
<feature
id="io.gitea.mylyn"
label="Mylyn/Gitea Tasks Connector"
version="0.1.0"
version="0.2.0"
provider-name="io.gitea">
<description>
@ -42,14 +42,14 @@ accompanies this distribution.
id="io.gitea.mylyn.core"
download-size="0"
install-size="0"
version="0.0.0"
version="0.2.0"
unpack="false"/>
<plugin
id="io.gitea.mylyn.ui"
download-size="0"
install-size="0"
version="0.0.0"
version="0.2.0"
unpack="false"/>
</feature>