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
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
|
|
||||||
|
secret.txt
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: Mylyn Gitea Connector Core
|
Bundle-Name: Mylyn Gitea Connector Core
|
||||||
Bundle-SymbolicName: io.gitea.mylyn.core;singleton:=true
|
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-Activator: io.gitea.mylyn.core.GiteaPluginCore
|
||||||
Bundle-Vendor: io.gitea
|
Bundle-Vendor: io.gitea
|
||||||
Require-Bundle: org.eclipse.core.runtime,
|
Require-Bundle: org.eclipse.core.runtime,
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: Mylyn Gitea Connector UI
|
Bundle-Name: %Bundle-Name
|
||||||
Bundle-SymbolicName: io.gitea.mylyn.ui;singleton:=true
|
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
|
Automatic-Module-Name: io.gitea.mylyn.ui
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Bundle-Activator: io.gitea.mylyn.ui.GiteaUIPlugin
|
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,\
|
plugin.xml,\
|
||||||
LICENSE,\
|
LICENSE,\
|
||||||
icons,\
|
icons/,\
|
||||||
icons/
|
OSGI-INF/l10n/bundle.properties
|
||||||
jre.compilation.profile = JavaSE-1.8
|
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"
|
# "licenseURL" property - URL of the "Feature License"
|
||||||
# do not translate value - just change to point to a locale-specific HTML page
|
# 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"
|
# "license" property - text of the "Feature Update License"
|
||||||
# should be plain text version of license agreement pointed to be "licenseURL"
|
# should be plain text version of license agreement pointed to be "licenseURL"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<feature
|
<feature
|
||||||
id="io.gitea.mylyn"
|
id="io.gitea.mylyn"
|
||||||
label="Mylyn/Gitea Tasks Connector"
|
label="Mylyn/Gitea Tasks Connector"
|
||||||
version="0.1.0"
|
version="0.2.0"
|
||||||
provider-name="io.gitea">
|
provider-name="io.gitea">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
@ -42,14 +42,14 @@ accompanies this distribution.
|
|||||||
id="io.gitea.mylyn.core"
|
id="io.gitea.mylyn.core"
|
||||||
download-size="0"
|
download-size="0"
|
||||||
install-size="0"
|
install-size="0"
|
||||||
version="0.0.0"
|
version="0.2.0"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="io.gitea.mylyn.ui"
|
id="io.gitea.mylyn.ui"
|
||||||
download-size="0"
|
download-size="0"
|
||||||
install-size="0"
|
install-size="0"
|
||||||
version="0.0.0"
|
version="0.2.0"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
Loading…
Reference in New Issue
Block a user