Update of /cvsroot/bprocessor/build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26298
Modified Files:
.project
Log Message:
Added external builder so that it is possible to compile from Eclipse
Index: .project
===================================================================
RCS file: /cvsroot/bprocessor/build/.project,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .project 10 Aug 2005 12:44:01 -0000 1.1
--- .project 25 Jan 2006 14:52:13 -0000 1.2
***************
*** 6,9 ****
--- 6,19 ----
</projects>
<buildSpec>
+ <buildCommand>
+ <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+ <triggers>auto,full,incremental,</triggers>
+ <arguments>
+ <dictionary>
+ <key>LaunchConfigHandle</key>
+ <value><project>/.externalToolBuilders/build build.xml [Builder].launch</value>
+ </dictionary>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
|