diff --git a/package.php.yml b/package.php.yml index dc90cff..721b0b9 100644 --- a/package.php.yml +++ b/package.php.yml @@ -10,8 +10,20 @@ plugins: deps: jphp-runtime: "*" +devDeps: + dn-bundle-plugin: '*' + doc: url-prefix: https://github.com/VenityStudio/java-reflection-ext/blob/master/api-docs/ langs: en: English - ru: Русский \ No newline at end of file + ru: Русский + +develnext-bundle: + version: 1.1.1 + name: "Java Reflection API" + author: "Venity Studio" + icon: "develnext/bundle/reflection/icon32.png" + description: "Пакет для работы с Java Reflection" + group: "system" + class: "develnext\\bundle\\reflection\\JavaReflectionBundle" \ No newline at end of file diff --git a/src-bundle/.data/img/develnext/bundle/reflection/icon32.png b/src-bundle/.data/img/develnext/bundle/reflection/icon32.png new file mode 100644 index 0000000..22cdb23 Binary files /dev/null and b/src-bundle/.data/img/develnext/bundle/reflection/icon32.png differ diff --git a/src-bundle/develnext/bundle/reflection/JavaReflectionBundle.php b/src-bundle/develnext/bundle/reflection/JavaReflectionBundle.php new file mode 100644 index 0000000..780b6ba --- /dev/null +++ b/src-bundle/develnext/bundle/reflection/JavaReflectionBundle.php @@ -0,0 +1,30 @@ +getMainForm()->toast("Android Development coming soon ..."); + } + + public function onRemove(Project $project, AbstractBundle $owner = null){ + parent::onRemove($project, $owner); + } + + public function onRegister(IdeLibraryBundleResource $resource){ + parent::onRegister($resource); + } +} \ No newline at end of file