Fix plugin-s name and some typos

This commit is contained in:
François TERROT 2021-03-07 15:32:43 +01:00
parent 516c45d07b
commit 1a586eeb25
6 changed files with 42 additions and 7 deletions

View File

@ -49,7 +49,7 @@ public class GiteaConnector extends AbstractRepositoryConnector {
@Override
public String getLabel() {
return "Gitea issues";
return "Gitea Issues";
}
@Override

View File

@ -34,7 +34,7 @@ public class GiteaConnectorUI extends AbstractRepositoryConnectorUi {
@Override
public IWizard getQueryWizard(TaskRepository repository, IRepositoryQuery query) {
RepositoryQueryWizard wizard = new RepositoryQueryWizard(repository);
wizard.addPage(new GiteaQueryPage("New Page", repository, query));
wizard.addPage(new GiteaQueryPage(Labels.NEW_PAGE, repository, query));
return wizard;
}

View File

@ -21,5 +21,8 @@ public class Labels {
public final static String QUERY_STATE = "State: ";
public final static String GITEA_ISSUE = "Gitea issue";
public final static String GITEA_CONNETOR_NAME = "Mylyn/Gitea Tasks Connector";
public final static String NEW_PAGE = "New Page";
}

@ -1 +1 @@
Subproject commit f379a24a325596b54048a634152fda657e53a6c9
Subproject commit d35302a7f02e58e3bcb8aaa03baee563793967b6

32
io.gitea.mylyn/Debug.launch Executable file
View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.pde.ui.RuntimeWorkbench">
<booleanAttribute key="append.args" value="true"/>
<booleanAttribute key="askclear" value="true"/>
<booleanAttribute key="automaticAdd" value="true"/>
<booleanAttribute key="automaticValidate" value="true"/>
<stringAttribute key="bootstrap" value=""/>
<stringAttribute key="checked" value="[NONE]"/>
<booleanAttribute key="clearConfig" value="true"/>
<booleanAttribute key="clearws" value="false"/>
<booleanAttribute key="clearwslog" value="false"/>
<stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/Debug"/>
<booleanAttribute key="default" value="true"/>
<booleanAttribute key="includeOptional" value="true"/>
<stringAttribute key="location" value="${workspace_loc}/../runtime-Debug"/>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
<stringAttribute key="pde.version" value="3.3"/>
<stringAttribute key="product" value="org.eclipse.platform.ide"/>
<booleanAttribute key="show_selected_only" value="false"/>
<stringAttribute key="templateConfig" value="${target_home}/configuration/config.ini"/>
<booleanAttribute key="tracing" value="false"/>
<booleanAttribute key="useCustomFeatures" value="false"/>
<booleanAttribute key="useDefaultConfig" value="true"/>
<booleanAttribute key="useDefaultConfigArea" value="true"/>
<booleanAttribute key="useProduct" value="true"/>
</launchConfiguration>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="io.gitea.mylyn"
label="Mylyn Gitea Connector"
label="Mylyn/Gitea Tasks Connector"
version="0.1.0"
provider-name="io.gitea">
@ -22,7 +22,7 @@ accompanies this distribution.
</license>
<url>
<update label="Mylyn Gitea Connector Update Site" url="https://forge.chapril.org/gitea/mylyn-gitea/io.gitea.mylyn.updatesite"/>
<update label="Mylyn/Gitea Tasks Connector Update Site" url="https://forge.chapril.org/gitea/mylyn-gitea-updatesite"/>
</url>
<requires>
@ -42,14 +42,14 @@ accompanies this distribution.
id="io.gitea.mylyn.core"
download-size="0"
install-size="0"
version="0.1.2"
version="0.0.0"
unpack="false"/>
<plugin
id="io.gitea.mylyn.ui"
download-size="0"
install-size="0"
version="0.1.1"
version="0.0.0"
unpack="false"/>
</feature>