We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfdf52 commit 62c8f07Copy full SHA for 62c8f07
1 file changed
src/test/java/com/xwintop/xJavaFxTool/javafx/PluginProgectBuildTool.java
@@ -25,8 +25,9 @@ public class PluginProgectBuildTool {
25
// private String xmlPath = "developTools/";
26
// private String xmlPath = "epmsTools/";
27
// private String xmlPath = "games/";
28
- private String xmlPath = "littleTools/";
+// private String xmlPath = "littleTools/";
29
// private String xmlPath = "webTools/";
30
+ private String xmlPath = "javaFxTools/";
31
private String srcPath = "java/com/xwintop/xJavaFxTool/";
32
33
private String pluginPath = "C:/IDEA/xJavaFxTool-plugin/";
0 commit comments