From: Wolfgang M. M. <wol...@us...> - 2004-08-05 16:50:08
|
Update of /cvsroot/exist/eXist-1.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6273 Modified Files: .project Log Message: Added missing java builder to eclipse .project configuration. Index: .project =================================================================== RCS file: /cvsroot/exist/eXist-1.0/.project,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .project 28 May 2004 10:54:12 -0000 1.4 --- .project 5 Aug 2004 16:49:49 -0000 1.5 *************** *** 11,34 **** <dictionary> <key>LaunchConfigHandle</key> ! <value>Ant builder.launch</value> ! </dictionary> ! </arguments> ! </buildCommand> ! <buildCommand> ! <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> ! <arguments> ! <dictionary> ! <key>LaunchConfigHandle</key> ! <value>org.eclipse.jdt.core.javabuilder.launch</value> </dictionary> </arguments> </buildCommand> <buildCommand> ! <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> <arguments> - <dictionary> - <key>LaunchConfigHandle</key> - <value>org.antlr.eclipse.core.antlrbuilder.launch</value> - </dictionary> </arguments> </buildCommand> --- 11,21 ---- <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> |