~wattazoum/livrezmoi/projectdeposit

« back to all changes in this revision

Viewing changes to Client/.project

  • Committer: Oumar Aziz OUATTARA
  • Date: 2009-05-18 19:49:00 UTC
  • Revision ID: wattazoum@yahoo.fr-20090518194900-9ibks5l8vetdzl5t
- Restructure the project: Commons, Client & Server are separated
- setup the eclipse project
- created ANT build file
[TODO]
  - Remove the generated JAXB files (they are generated by the ant scripts)
  - fix the compilation issues
  - create the main build file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<projectDescription>
 
3
        <name>Client</name>
 
4
        <comment></comment>
 
5
        <projects>
 
6
        </projects>
 
7
        <buildSpec>
 
8
                <buildCommand>
 
9
                        <name>org.eclipse.jdt.core.javabuilder</name>
 
10
                        <arguments>
 
11
                        </arguments>
 
12
                </buildCommand>
 
13
        </buildSpec>
 
14
        <natures>
 
15
                <nature>org.eclipse.jdt.core.javanature</nature>
 
16
        </natures>
 
17
</projectDescription>