]> gerrit.simantics Code Review - simantics/sysdyn.git/commit
Stop using org.simantics.db.common.uri.URIToResource and favor Queries.resource(Strin...
authorlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Thu, 25 Mar 2010 18:03:18 +0000 (18:03 +0000)
committerlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Thu, 25 Mar 2010 18:03:18 +0000 (18:03 +0000)
commitb4a09bee227c7abb6fd7b76f8ee2b999dc813295
tree26a1d66d5821ccc9377f5b8d0f6a06b36402da9d
parent50f0c6cdc8fd8f9349e4c75b1067fd3c754dc979
Stop using org.simantics.db.common.uri.URIToResource and favor Queries.resource(String URI) instead.
Anyway, fixed a problem in URIToResource, or rather ChildMapOfResource which caused it to fail
when a resource did not have a Name property which will happen eventually anyway.

git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@15221 ac1ea38d-2e2b-0410-8846-a27921b304fc
org.simantics.sysdyn.ui/src/org/simantics/sysdyn/ui/project/SysdynProject.java