Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 224042 Details for
Bug 395255
CheckOut Project breaks filter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fixed by calling setupfilteredepackes()
filter.patch (text/plain), 673 bytes, created by
Johannes Faltermeier
on 2012-11-28 05:41:08 EST
(
hide
)
Description:
Fixed by calling setupfilteredepackes()
Filename:
MIME Type:
Creator:
Johannes Faltermeier
Created:
2012-11-28 05:41:08 EST
Size:
673 bytes
patch
obsolete
>diff --git a/ECP2/org.eclipse.emf.ecp.core/src/org/eclipse/emf/ecp/internal/core/ECPProjectImpl.java b/ECP2/org.eclipse.emf.ecp.core/src/org/eclipse/emf/ecp/internal/core/ECPProjectImpl.java >index 299ce22..abe1978 100644 >--- a/ECP2/org.eclipse.emf.ecp.core/src/org/eclipse/emf/ecp/internal/core/ECPProjectImpl.java >+++ b/ECP2/org.eclipse.emf.ecp.core/src/org/eclipse/emf/ecp/internal/core/ECPProjectImpl.java >@@ -107,8 +107,9 @@ > > setRepository((InternalRepository) repository); > provider = getRepository().getProvider(); >- notifyProvider(LifecycleEvent.INIT); > open = true; >+ setupFilteredEPackages(); >+ notifyProvider(LifecycleEvent.INIT); > } > > /**
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
eneufeld
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 395255
: 224042 |
224053