From b35520e4d87eb1ae2f80bd93bf03fe2f40a8562a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20TERROT?= Date: Sun, 21 Mar 2021 18:49:47 +0100 Subject: [PATCH] build version 0.2.0 --- .gitignore | 3 +++ io.gitea.mylyn.core/META-INF/MANIFEST.MF | 2 +- io.gitea.mylyn.ui/META-INF/MANIFEST.MF | 4 ++-- io.gitea.mylyn.ui/OSGI-INF/l10n/bundle.properties | 2 ++ io.gitea.mylyn.ui/build.properties | 4 ++-- io.gitea.mylyn/feature.properties | 2 +- io.gitea.mylyn/feature.xml | 6 +++--- 7 files changed, 14 insertions(+), 9 deletions(-) create mode 100755 io.gitea.mylyn.ui/OSGI-INF/l10n/bundle.properties diff --git a/.gitignore b/.gitignore index a1c2a23..3342b48 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + +secret.txt + diff --git a/io.gitea.mylyn.core/META-INF/MANIFEST.MF b/io.gitea.mylyn.core/META-INF/MANIFEST.MF index c424130..b8a351a 100644 --- a/io.gitea.mylyn.core/META-INF/MANIFEST.MF +++ b/io.gitea.mylyn.core/META-INF/MANIFEST.MF @@ -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, diff --git a/io.gitea.mylyn.ui/META-INF/MANIFEST.MF b/io.gitea.mylyn.ui/META-INF/MANIFEST.MF index 683c8f2..b0dc02f 100644 --- a/io.gitea.mylyn.ui/META-INF/MANIFEST.MF +++ b/io.gitea.mylyn.ui/META-INF/MANIFEST.MF @@ -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 diff --git a/io.gitea.mylyn.ui/OSGI-INF/l10n/bundle.properties b/io.gitea.mylyn.ui/OSGI-INF/l10n/bundle.properties new file mode 100755 index 0000000..bcd2ed5 --- /dev/null +++ b/io.gitea.mylyn.ui/OSGI-INF/l10n/bundle.properties @@ -0,0 +1,2 @@ +#Properties file for io.gitea.mylyn.ui +Bundle-Name = Mylyn Gitea Connector UI \ No newline at end of file diff --git a/io.gitea.mylyn.ui/build.properties b/io.gitea.mylyn.ui/build.properties index a530413..df951ed 100644 --- a/io.gitea.mylyn.ui/build.properties +++ b/io.gitea.mylyn.ui/build.properties @@ -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 diff --git a/io.gitea.mylyn/feature.properties b/io.gitea.mylyn/feature.properties index af08204..6ddc35a 100644 --- a/io.gitea.mylyn/feature.properties +++ b/io.gitea.mylyn/feature.properties @@ -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" diff --git a/io.gitea.mylyn/feature.xml b/io.gitea.mylyn/feature.xml index 64422d0..5c6e5ed 100644 --- a/io.gitea.mylyn/feature.xml +++ b/io.gitea.mylyn/feature.xml @@ -2,7 +2,7 @@ @@ -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"/>