diff options
Diffstat (limited to 'common/.project')
-rw-r--r-- | common/.project | 38 |
1 files changed, 24 insertions, 14 deletions
diff --git a/common/.project b/common/.project index 16d715d11..63d8d67ae 100644 --- a/common/.project +++ b/common/.project @@ -1,17 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>MOA common</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> + <name>MOA Common</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> + <triggers>full,incremental,</triggers> + <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value><project>/.externalToolBuilders/Ant_Builder.launch</value> + </dictionary> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> </projectDescription> |