Author: b00__1
Date: 2007-07-02 21:41:17-0700
New Revision: 12964
Modified:
branches/gsoc2007/b00__1/model-euml/META-INF/MANIFEST.MF
branches/gsoc2007/b00__1/model-euml/src/org/argouml/model/euml/FacadeEUMLImpl.java
Log:
I added some dependencies and I commented an exception so that the model would start with no exceptions thrown.
Modified: branches/gsoc2007/b00__1/model-euml/META-INF/MANIFEST.MF
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2007/b00__1/model-euml/META-INF/MANIFEST.MF?view=diff&rev=12964&p1=branches/gsoc2007/b00__1/model-euml/META-INF/MANIFEST.MF&p2=branches/gsoc2007/b00__1/model-euml/META-INF/MANIFEST.MF&r1=12963&r2=12964
==============================================================================
--- branches/gsoc2007/b00__1/model-euml/META-INF/MANIFEST.MF (original)
+++ branches/gsoc2007/b00__1/model-euml/META-INF/MANIFEST.MF 2007-07-02 21:41:17-0700
@@ -5,7 +5,15 @@
Bundle-Version: 0.25.3
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
-Require-Bundle: org.argouml.core.model,org.eclipse.core.runtime,org.eclipse.uml2.common,org.eclipse.uml2.common.edit,org.eclipse.uml2.uml,org.eclipse.uml2.uml.edit,org.eclipse.uml2.uml.resources
+Require-Bundle: org.argouml.core.model,
+ org.eclipse.core.runtime,
+ org.eclipse.uml2.common,
+ org.eclipse.uml2.common.edit,
+ org.eclipse.uml2.uml,
+ org.eclipse.uml2.uml.edit,
+ org.eclipse.uml2.uml.resources,
+ org.eclipse.uml2,
+ org.eclipse.uml2.uml.editor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.argouml.model.euml
Eclipse-RegisterBuddy: org.argouml.core.lib
Modified: branches/gsoc2007/b00__1/model-euml/src/org/argouml/model/euml/FacadeEUMLImpl.java
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2007/b00__1/model-euml/src/org/argouml/model/euml/FacadeEUMLImpl.java?view=diff&rev=12964&p1=branches/gsoc2007/b00__1/model-euml/src/org/argouml/model/euml/FacadeEUMLImpl.java&p2=branches/gsoc2007/b00__1/model-euml/src/org/argouml/model/euml/FacadeEUMLImpl.java&r1=12963&r2=12964
==============================================================================
--- branches/gsoc2007/b00__1/model-euml/src/org/argouml/model/euml/FacadeEUMLImpl.java (original)
+++ branches/gsoc2007/b00__1/model-euml/src/org/argouml/model/euml/FacadeEUMLImpl.java 2007-07-02 21:41:17-0700
@@ -473,7 +473,8 @@
}
public Collection getElementImports(Object handle) {
- throw new NotYetImplementedException();
+ return Collections.EMPTY_LIST;
+// throw new NotYetImplementedException();
}
public Collection getElementImports2(Object handle) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.