svn commit: r13551 - trunk/src_new/org/argouml/persistence/ZargoFilePersister.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bobtarling
Date: 2007-09-17 12:41:24-0700
New Revision: 13551
Modified:
trunk/src_new/org/argouml/persistence/ZargoFilePersister.java
Log:
Comment out the code to load zargo straight from zip until this is safer
Modified: trunk/src_new/org/argouml/persistence/ZargoFilePersister.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/persistence/ZargoFilePersister.java?view=diff&rev=13551&p1=trunk/src_new/org/argouml/persistence/ZargoFilePersister.java&p2=trunk/src_new/org/argouml/persistence/ZargoFilePersister.java&r1=13550&r2=13551
==============================================================================
--- trunk/src_new/org/argouml/persistence/ZargoFilePersister.java (original)
+++ trunk/src_new/org/argouml/persistence/ZargoFilePersister.java 2007-09-17 12:41:24-0700
@@ -225,13 +225,13 @@
}
Project p;
- if (!checkVersion(fileVersion, releaseVersion)) {
+// if (!checkVersion(fileVersion, releaseVersion)) {
File combinedFile = zargoToUml(file, progressMgr);
p = super.doLoad(file, combinedFile, progressMgr);
- } else {
- LOG.info("Loading uml file of version " + fileVersion);
- p = loadFromZargo(file, progressMgr);
- }
+// } else {
+// LOG.info("Loading uml file of version " + fileVersion);
+// p = loadFromZargo(file, progressMgr);
+// }
progressMgr.nextPhase();