git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@175
be28352e-c001-0410-b1a7-
c7978e42abec
throw new Exception("Failed to import data from "+importingArchive, e);
}
}
- /**
- * create new empty document with initial provenance entry
- * @return
- */
- private VamsasDocument createDummyVamsasDocument() {
- VamsasDocument doc = new VamsasDocument();
- doc.setProvenance(ProvenanceStuff.newProvenance(user.getFullName()+" "+client.getClientName(), "new session document"));
- doc.setVersion(VersionEntries.latestVersion());
- return doc;
- }
-
+
/*
* (non-Javadoc)
* TODO: LATER: check that build substitution variables are correct