Author: tfmorris Date: 2010-04-08 16:17:52-0700 New Revision: 18224 Modified: trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/EUMLModelImplementation.java
Log: Merge ArgoEclipse fork. No functional changes. Headers, comments, and annotations. Modified: trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/EUMLModelImplementation.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/EUMLModelImplementation.java?view=diff&pathrev=18224&r1=18223&r2=18224 ============================================================================== --- trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/EUMLModelImplementation.java (original) +++ trunk/src/argouml-core-model-euml/src/org/argouml/model/euml/EUMLModelImplementation.java 2010-04-08 16:17:52-0700 @@ -1,12 +1,14 @@ -/* $Id$ - ***************************************************************************** - * Copyright (c) 2009 Contributors - see below +// $Id$ +/******************************************************************************* + * Copyright (c) 2007,2009 Tom Morris and other contributors * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: + * Tom Morris - initial implementation + * Bogdan Pistol - undo support * thn ***************************************************************************** * @@ -92,9 +94,13 @@ * them. * <p> * The implementation of this subsystem was generously sponsored by Google as - * part of the Google Summer of Code 2007. The bulk of the implementation was + * part of the Google Summer of Code 2007. A large part of the implementation was * built by the sponsored student, Bogdan Ciprian Pistol, who was mentored by * Tom Morris. + * <p> + * This implementation uses ideas and code snippets from the + * "org.eclipse.uml2.uml.editor.presentation" package which is part of the + * Eclipse UML2 plugin. * * @author Bogdan Ciprian Pistol * @author Tom Morris <[email protected]> @@ -250,6 +256,7 @@ path = path.replace('\\', '/'); // These lines were one cause for issue 5915: (Were they needed?) + // TODO: Review - tfm //if (Character.isLetter(path.charAt(0))) { // path = '/' + path; //} ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2526328 To unsubscribe from this discussion, e-mail: [[email protected]].
