Example code - removed application service

pull/361/head
Jakub Chrzanowski 1 year ago committed by Jakub Chrzanowski
parent 78aa8b4db4
commit 2be34f79b2

@ -20,6 +20,9 @@
### Fixed
- Resolving the content for the `patchPluginXML.changeNotes` proeprty
### Removed
- Example code - application service
## [1.4.0] - 2023-01-13
### Changed

@ -1,13 +0,0 @@
package org.jetbrains.plugins.template.services
import org.jetbrains.plugins.template.MyBundle
class MyApplicationService {
init {
println(MyBundle.message("applicationService"))
System.getenv("CI")
?: TODO("Don't forget to remove all non-needed sample code files with their corresponding registration entries in `plugin.xml`.")
}
}

@ -9,7 +9,6 @@
<resource-bundle>messages.MyBundle</resource-bundle>
<extensions defaultExtensionNs="com.intellij">
<applicationService serviceImplementation="org.jetbrains.plugins.template.services.MyApplicationService"/>
<projectService serviceImplementation="org.jetbrains.plugins.template.services.MyProjectService"/>
</extensions>

Loading…
Cancel
Save