public
Description: Java library for fetching and representing database metadata, with NetKernel support.
Clone URL: git://github.com/scharris/db-metadata.git
db-metadata / .project
100644 25 lines (24 sloc) 0.53 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
  <name>db-metadata</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>
  <linkedResources>
    <link>
      <name>nk-home</name>
      <type>2</type>
      <location>/home/sharris/Programming/NetKernel</location>
    </link>
  </linkedResources>
</projectDescription>