OmegaT のメニューバーにフォルダーツリー参照用のメニューを追加します。
remove Groovy dependencies
| @@ -2,11 +2,6 @@ | ||
| 2 | 2 | <project xmlns="http://www.netbeans.org/ns/project/1"> |
| 3 | 3 | <type>org.netbeans.modules.java.j2seproject</type> |
| 4 | 4 | <configuration> |
| 5 | - <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1"> | |
| 6 | - <extension file="groovy-build.xml" id="groovy"> | |
| 7 | - <dependency dependsOn="-groovy-init-macrodef-javac" target="-pre-pre-compile"/> | |
| 8 | - </extension> | |
| 9 | - </buildExtensions> | |
| 10 | 5 | <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> |
| 11 | 6 | <name>FolderMenu</name> |
| 12 | 7 | <source-roots> |