Emmanuel BENOîT
1f3c7a9202
* Added "dummy" data file for technologies (for now it simply copies the old, line-based technologies) and corresponding XML schema * Added missing SQL stored procedure to clear all dependencies and reverse dependencies from a technology * Added import classes, loader and import tool for the technology graph * Added tech graph import tool to post-build tests
8 lines
No EOL
279 B
XML
8 lines
No EOL
279 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lw-tech-graph xmlns="http://www.deepclone.com/lw/b6/m2/tech-graph"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.deepclone.com/lw/b6/m2/tech-graph tech-graph.xsd">
|
|
|
|
<technology />
|
|
|
|
</lw-tech-graph> |