[Jrevproxy-cvs] jRevProxy .project,1.1,1.2
Status: Alpha
Brought to you by:
fnoe
|
From: <fn...@us...> - 2003-12-27 09:15:02
|
Update of /cvsroot/jrevproxy/jRevProxy In directory sc8-pr-cvs1:/tmp/cvs-serv14960 Modified Files: .project Log Message: Added startup scripts to src subdirectory Index: .project =================================================================== RCS file: /cvsroot/jrevproxy/jRevProxy/.project,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .project 24 Dec 2003 23:29:11 -0000 1.1 --- .project 27 Dec 2003 09:14:58 -0000 1.2 *************** *** 1,11 **** <?xml version="1.0" encoding="UTF-8"?> <projectDescription> ! <name>jRevProxy</name> <comment></comment> <projects> </projects> <buildSpec> </buildSpec> <natures> </natures> </projectDescription> --- 1,17 ---- <?xml version="1.0" encoding="UTF-8"?> <projectDescription> ! <name>jrevproxy</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> </projectDescription> |