Revision: 3516
Author: [email protected]
Date: Mon May 10 12:30:08 2010
Log: The UDTs need to be loaded first in the project before the domain categories as the UDTs under the domain categories need to
reference the UDTs under the project.
http://code.google.com/p/power-architect/source/detail?r=3516

Modified:
 /trunk/src/main/java/ca/sqlpower/architect/ArchitectProject.java

=======================================
--- /trunk/src/main/java/ca/sqlpower/architect/ArchitectProject.java Fri Apr 30 08:05:38 2010 +++ /trunk/src/main/java/ca/sqlpower/architect/ArchitectProject.java Mon May 10 12:30:08 2010
@@ -79,7 +79,7 @@
public static final List<Class<? extends SPObject>> allowedChildTypes = Collections .unmodifiableList(new ArrayList<Class<? extends SPObject>>(Arrays.asList(SQLObjectRoot.class, OLAPRootObject.class, PlayPenContentPane.class, ProfileManager.class, ProjectSettings.class, - KettleSettings.class, User.class, Group.class, DomainCategory.class, UserDefinedSQLType.class))); + KettleSettings.class, User.class, Group.class, UserDefinedSQLType.class, DomainCategory.class)));

     /**
      * A hash map mapping all the descendants of this project.

Reply via email to