public
Description: Java library for fetching and representing database metadata, with NetKernel support.
Clone URL: git://github.com/scharris/db-metadata.git
Added example output document.
scharris (author)
Wed Jul 23 11:29:40 -0700 2008
commit  56bd5c5599e936b789359635b7e641203fc945b4
tree    09c41358f970e7663ffb1890496641ddbf12830f
parent  0d26bf88021c1e78b95f2a6b51901aa3df51c3bd
...
19
20
21
22
 
23
24
25
...
29
30
31
32
33
 
 
34
35
36
37
38
39
40
 
 
 
 
41
42
43
...
59
60
61
62
 
63
64
65
...
19
20
21
 
22
23
24
25
...
29
30
31
 
 
32
33
34
35
36
 
 
 
 
37
38
39
40
41
42
43
...
59
60
61
 
62
63
64
65
0
@@ -19,7 +19,7 @@
0
   <export>
0
     <uri>
0
       <match>active:db-metadata\+.*</match>
0
- <match>active:db-metadata:.*</match>
0
+ <match>active:db-metadata:.*</match>
0
       <match>ffcpl:/entrypoints.xml</match>
0
     </uri>
0
   </export>
0
@@ -29,15 +29,15 @@
0
     
0
     <this>
0
       <match>ffcpl:/resources/.*</match>
0
- <match>ffcpl:/com/github/scharris/db_metadata/netkernel/extract-relation.idoc</match>
0
- <match>ffcpl:/com/github/scharris/db_metadata/netkernel/extract-relation.xslt</match>
0
+ <match>ffcpl:/com/github/scharris/db_metadata/netkernel/extract-relation.idoc</match>
0
+ <match>ffcpl:/com/github/scharris/db_metadata/netkernel/extract-relation.xslt</match>
0
       <match>ffcpl:/entrypoints.xml</match>
0
     </this>
0
 
0
- <rewrite>
0
- <match>active:db-metadata:relation(\+.*)</match> <!-- +name (qualified or unqualified), +db-metadata -->
0
- <to>active:dpml+operand@ffcpl:/com/github/scharris/db_metadata/netkernel/extract-relation.idoc$1</to>
0
- </rewrite>
0
+ <rewrite>
0
+ <match>active:db-metadata:relation(\+.*)</match> <!-- +name (qualified or unqualified), +db-metadata -->
0
+ <to>active:dpml+operand@ffcpl:/com/github/scharris/db_metadata/netkernel/extract-relation.idoc$1</to>
0
+ </rewrite>
0
 
0
     <ura>
0
       <match>active:db-metadata\+.*</match>
0
@@ -59,7 +59,7 @@
0
     <import>
0
       <uri>urn:org:ten60:netkernel:ext:sys</uri>
0
     </import>
0
- <import>
0
+ <import>
0
       <uri>urn:org:ten60:netkernel:ext:dpml</uri>
0
     </import>
0
     

Comments

    No one has commented yet.