File tree 2 files changed +1
-23
lines changed
2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ Require-Bundle: org.eclipse.core.runtime,
24
24
org.eclipse.ltk.ui.refactoring,
25
25
org.eclipse.search,
26
26
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
29
28
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
30
29
Bundle-ActivationPolicy : lazy
31
30
Automatic-Module-Name : net.harawata.mybatipse
Original file line number Diff line number Diff line change 529
529
type =" org.eclipse.ui.texteditor.ITextEditor" >
530
530
</propertyTester >
531
531
</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 >
553
532
</plugin >
You can’t perform that action at this time.
0 commit comments