Skip to content

Commit 65171af

Browse files
committed
refs #82 Removed configuration for automated error reporting.
Although there seems to be no public announcement, I received an email announcing 'end of service'.
1 parent 844f3da commit 65171af

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

mybatipse/META-INF/MANIFEST.MF

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ Require-Bundle: org.eclipse.core.runtime,
2424
org.eclipse.ltk.ui.refactoring,
2525
org.eclipse.search,
2626
org.eclipse.jdt.core.manipulation,
27-
org.eclipse.core.expressions,
28-
org.eclipse.epp.logging.aeri.ide;bundle-version="[2.0.0,3.0.0)";resolution:=optional
27+
org.eclipse.core.expressions
2928
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
3029
Bundle-ActivationPolicy: lazy
3130
Automatic-Module-Name: net.harawata.mybatipse

mybatipse/plugin.xml

-21
Original file line numberDiff line numberDiff line change
@@ -529,25 +529,4 @@
529529
type="org.eclipse.ui.texteditor.ITextEditor">
530530
</propertyTester>
531531
</extension>
532-
<extension
533-
point="org.eclipse.epp.logging.aeri.ide.servers">
534-
<server
535-
class="org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection"
536-
description="Help MyBatis team improve the plugin by sending error report."
537-
icon16="icons/mybatis.png"
538-
icon32="icons/mybatis32.png"
539-
id="net.harawata.aer.mybatipse"
540-
name="MyBatipse">
541-
<link
542-
href="https://github.com/mybatis/mybatipse"
543-
rel="provider"
544-
title="MyBatis team">
545-
</link>
546-
<link
547-
href="https://aer.ctrlflow.com/harawata/community/discovery"
548-
rel="discovery"
549-
title="Discovery URL">
550-
</link>
551-
</server>
552-
</extension>
553532
</plugin>

0 commit comments

Comments
 (0)