We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 990152e + b9f4db8 commit 4ada7c2Copy full SHA for 4ada7c2
tools/IntellijVersionHelper
@@ -6,7 +6,7 @@ SCRIPT=$(readlink -f "$0")
6
SCRIPTPATH=$(dirname "$SCRIPT")
7
cd $SCRIPTPATH
8
9
-XMLFile="../PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml"
+XMLFile="../PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml"
10
11
git checkout -- $XMLFile
12
javac XMLHelper.java
0 commit comments