Skip to content

Commit

Permalink
Changed package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
안태영 committed May 3, 2023
1 parent a311bff commit db104af
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.wonsuc.awintellijplugin
package app.pwdr.plugin.awc

import com.intellij.DynamicBundle
import org.jetbrains.annotations.NonNls
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package com.github.wonsuc.awintellijplugin.listeners
package app.pwdr.plugin.awc.listeners

import com.intellij.openapi.components.service
import com.intellij.openapi.project.Project
import com.intellij.openapi.project.ProjectManagerListener
import com.github.wonsuc.awintellijplugin.services.MyProjectService
import app.pwdr.plugin.awc.services.MyProjectService

internal class MyProjectManagerListener : ProjectManagerListener {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.github.wonsuc.awintellijplugin.services
package app.pwdr.plugin.awc.services

import com.github.wonsuc.awintellijplugin.MyBundle
import app.pwdr.plugin.awc.MyBundle

class MyApplicationService {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.github.wonsuc.awintellijplugin.services
package app.pwdr.plugin.awc.services

import com.intellij.openapi.project.Project
import com.github.wonsuc.awintellijplugin.MyBundle
import app.pwdr.plugin.awc.MyBundle

class MyProjectService(project: Project) {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.wonsuc.awintellijplugin
package app.pwdr.plugin.awc

import com.intellij.ide.highlighter.XmlFileType
import com.intellij.psi.xml.XmlFile
Expand Down

0 comments on commit db104af

Please sign in to comment.