Fix several issues with the old layout. For that I had to:

- Revert some positioning code.
- Child nodes are not positioned
- Don't support export/import of relations

This is a temporal fix in order to stabilize the old layout. Pablo, we need to discuss how this will be fix to fit the new layout.
This commit is contained in:
Paulo Gustavo Veiga
2011-04-26 00:46:10 -03:00
parent e8cfa5163d
commit fa726742a4
19 changed files with 202 additions and 89 deletions

View File

@@ -130,7 +130,7 @@ public class Node {
// Wise Extensions
@XmlAttribute(name = "wCOORDS")
protected String wcoords;
@XmlAttribute(name = "WORDER")
@XmlAttribute(name = "wORDER")
protected BigInteger worder;
/**