Eclipse Ant builders for core, router and jettylib

This commit is contained in:
str4d
2013-11-21 09:11:42 +00:00
parent 77971624b4
commit c5c26c440d
6 changed files with 96 additions and 0 deletions

View File

@ -10,6 +10,20 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
<triggers>clean,full,incremental,</triggers>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
<value>&lt;project&gt;/.externalToolBuilders/router-makejar.launch</value>
</dictionary>
<dictionary>
<key>incclean</key>
<value>true</value>
</dictionary>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>