Changeset 2009
- Timestamp:
- 07/14/09 21:40:45 (3 years ago)
- Location:
- molgenis3_3
- Files:
-
- 2 edited
-
.classpath (modified) (1 diff)
-
src/org/molgenis/generators/GeneratorHelper.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molgenis3_3/.classpath
r2002 r2009 36 36 <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> 37 37 <classpathentry kind="lib" path="lib/hsqldb.jar"/> 38 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER /org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre6"/>38 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 39 39 <classpathentry kind="output" path="bin"/> 40 40 </classpath> -
molgenis3_3/src/org/molgenis/generators/GeneratorHelper.java
r1975 r2009 355 355 for (Field f : all_fields) 356 356 { 357 if (f.getType() != Field.Type.XREF_MULTIPLE && (f.getName() != "type" || e.isRootAncestor())357 if (f.getType() != Field.Type.XREF_MULTIPLE 358 358 && (type.equals("") || f.getType().toString().equals(type))) 359 359 {
Note: See TracChangeset
for help on using the changeset viewer.