build version 0.2.0
This commit is contained in:
parent
f734495fd4
commit
b35520e4d8
3
.gitignore
vendored
3
.gitignore
vendored
@ -21,3 +21,6 @@
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
|
||||
secret.txt
|
||||
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
2
io.gitea.mylyn.ui/OSGI-INF/l10n/bundle.properties
Executable file
2
io.gitea.mylyn.ui/OSGI-INF/l10n/bundle.properties
Executable file
@ -0,0 +1,2 @@
|
||||
#Properties file for io.gitea.mylyn.ui
|
||||
Bundle-Name = Mylyn Gitea Connector UI
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user