|
Revision 2987, 393 bytes
(checked in by coderanger, 11 months ago)
|
Remove some unneeded files. Journaling support.
|
| Line | |
|---|
| 1 |
equipment,__type__,"schema" |
|---|
| 2 |
equipment,id,"string" |
|---|
| 3 |
equipment,type,"string" |
|---|
| 4 |
computer,__type__,"schema" |
|---|
| 5 |
computer,__inherit__,"equipment" |
|---|
| 6 |
computer,os,"string" |
|---|
| 7 |
computer,id,"number" |
|---|
| 8 |
box,__type__,"equipment" |
|---|
| 9 |
box,id,"010100101" |
|---|
| 10 |
box,type,"cardboard" |
|---|
| 11 |
tower,__type__,"computer" |
|---|
| 12 |
tower,__inherit__,"box" |
|---|
| 13 |
tower,os,"xp" |
|---|
| 14 |
shuttle,__type__,"computer" |
|---|
| 15 |
shuttle,__inherit__,"box" |
|---|
| 16 |
shuttle,os,"me" |
|---|
| 17 |
shuttle,id,"12345" |
|---|