Eclipse Mutliple project setup.

Define Eclipse Java nature for packages project. This allows to export jar files and to import them in other projects.
This commit is contained in:
trifonnt 2009-12-30 22:11:46 +00:00
parent 871f309b0c
commit 0f0ea83c78
2 changed files with 13 additions and 0 deletions

7
packages/.classpath Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="liberoHR.jar"/>
<classpathentry exported="true" kind="lib" path="liberoMFG.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -5,7 +5,13 @@
<projects> <projects>
</projects> </projects>
<buildSpec> <buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec> </buildSpec>
<natures> <natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures> </natures>
</projectDescription> </projectDescription>