Skip to content

Commit b06e8da

Browse files
committed
Fix plugin-dependencies
1 parent 854dd80 commit b06e8da

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ project(":") {
6565
'properties',
6666
'yaml',
6767
"PsiViewer:${psiViewerPluginVersion}",
68-
project(':lang-fluid'),
69-
project(':lang-typoscript'),
68+
project('lang-fluid'),
69+
project('lang-typoscript'),
7070
]
7171
}
7272
}

lang-fluid/src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<idea-plugin>
22
<id>com.cedricziel.idea.fluid</id>
3-
<name>Plugin display name here</name>
4-
<vendor email="support@yourcompany.com" url="http://www.yourcompany.com">YourCompany</vendor>
3+
<name>TYPO3 Fluid FOSS Plugin</name>
4+
<vendor email="mail@cedric-ziel.com" url="https://github.com/cedricziel/idea-php-typo3-plugin">Cedric Ziel</vendor>
55

66
<description><![CDATA[
7-
Enter short description for your plugin here.<br>
8-
<em>most HTML tags may be used</em>
97
]]></description>
108

119
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
@@ -18,8 +16,6 @@
1816
<fileTypeFactory implementation="com.cedricziel.idea.fluid.lang.FluidFileTypeFactory"/>
1917
<lang.parserDefinition language="Fluid" implementationClass="com.cedricziel.idea.fluid.lang.FluidParserDefinition"/>
2018
</extensions>
21-
Copy
22-
2319

2420
<actions>
2521
<!-- Add your actions here -->

lang-typoscript/src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<idea-plugin>
22
<id>com.cedricziel.idea.typoscript</id>
3-
<name>Plugin display name here</name>
4-
<vendor email="support@yourcompany.com" url="http://www.yourcompany.com">YourCompany</vendor>
3+
<name>TypoScript FOSS Plugin</name>
4+
<vendor email="cedric@cedric-ziel.com" url="https://github.com/cedricziel/idea-php-typo3-plugin">Cedric Ziel</vendor>
55

66
<description><![CDATA[
7-
Enter short description for your plugin here.<br>
8-
<em>most HTML tags may be used</em>
97
]]></description>
108

119
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html

0 commit comments

Comments
 (0)