~wattazoum/livrezmoi/projectdeposit

« back to all changes in this revision

Viewing changes to Commons/.classpath

  • 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
<classpath>
 
3
        <classpathentry kind="src" path="src"/>
 
4
        <classpathentry kind="src" path="target/gen-src"/>
 
5
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 
6
        <classpathentry kind="output" path="target/classes"/>
 
7
</classpath>