![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of intellij-plugin Show documentation
Show all versions of intellij-plugin Show documentation
A plugin that enables easyb spec execution in IntelliJ
The newest version!
<!DOCTYPE idea-plugin PUBLIC "Plugin/DTD" "http://plugins.intellij.net/plugin.dtd"> <idea-plugin> <id>org.easyb.easyb</id> <name>easyb</name>… <description>easyb behavior driven development framework</description> <version>${pom.version}</version> <vendor url="http://www.easyb.org" email="[email protected]">easyb.org</vendor> <change-notes><![CDATA[ -- include easyb version 0.9.6 jar<br/> -- plugin now runs under IntelliJ IDEA 8.1 & 9.0 ]]> </change-notes> <idea-version since-build="9164"/> <depends>org.intellij.groovy</depends> <application-components> <component> <implementation-class>org.easyb.idea.runner.EasybRunConfigurationType</implementation-class> </component> <component> <implementation-class>org.easyb.idea.filetypes.EasybFileTypeLoader</implementation-class> </component> <component> <implementation-class>org.easyb.idea.templates.EasybLiveTemplateLoader</implementation-class> </component> </application-components> <extensions defaultExtensionNs="com.intellij"> <configurationType implementation="org.easyb.idea.runner.EasybRunConfigurationType"/> <configurationProducer implementation="org.easyb.idea.runner.EasybRunConfigurationProducer"/> </extensions> </idea-plugin>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy