svn commit: r16690 - trunk/src/argouml-app/src/org/argouml/persistence/ProfileConfigurationFilePersister.java
Tom Morris <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2009-01-23 16:25:44-0800
New Revision: 16690
Modified:
trunk/src/argouml-app/src/org/argouml/persistence/ProfileConfigurationFilePersister.java
Log:
Issue 5656: restore blank line in place of DTD line so that funky UML persister works
Modified: trunk/src/argouml-app/src/org/argouml/persistence/ProfileConfigurationFilePersister.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/persistence/ProfileConfigurationFilePersister.java?view=diff&pathrev=16690&r1=16689&r2=16690
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/persistence/ProfileConfigurationFilePersister.java (original)
+++ trunk/src/argouml-app/src/org/argouml/persistence/ProfileConfigurationFilePersister.java 2009-01-23 16:25:44-0800
@@ -202,6 +202,8 @@
// TODO: This DTD doesn't exist, so we can't tell readers to
// look for it
// w.println("<!DOCTYPE profile SYSTEM \"profile.dtd\" >");
+ // but we need a 2nd line to make the funky UML persister work
+ w.println(""); // remove this line if the above is uncommented
w.println("<profile>");
for (Profile profile : pc.getProfiles()) {
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1045661
To unsubscribe from this discussion, e-mail: [[email protected]].