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 205256 Details for
Bug 346564
Add ability to disable SDEF cache during development
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]
patch attempt 1
bug346564-patch1.txt (text/plain), 1.11 KB, created by
Greg Amerson
on 2011-10-15 10:25:31 EDT
(
hide
)
Description:
patch attempt 1
Filename:
MIME Type:
Creator:
Greg Amerson
Created:
2011-10-15 10:25:31 EDT
Size:
1.11 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.sapphire.ui >Index: src/org/eclipse/sapphire/ui/def/SapphireUiDefFactory.java >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.sapphire/plugins/org.eclipse.sapphire.ui/src/org/eclipse/sapphire/ui/def/SapphireUiDefFactory.java,v >retrieving revision 1.6 >diff -u -r1.6 SapphireUiDefFactory.java >--- src/org/eclipse/sapphire/ui/def/SapphireUiDefFactory.java 4 May 2011 17:33:53 -0000 1.6 >+++ src/org/eclipse/sapphire/ui/def/SapphireUiDefFactory.java 15 Oct 2011 14:23:37 -0000 >@@ -29,6 +29,9 @@ > > public final class SapphireUiDefFactory > { >+ >+ public static boolean sdefCacheDisabled = Boolean.parseBoolean( System.getProperty( "sdef.cache.disabled" ) ); >+ > public static ISapphireUiDef load( final String bundleId, > final String path ) > { >@@ -92,7 +95,7 @@ > { > ISapphireUiDef model; > >- if( writable ) >+ if ( writable || sdefCacheDisabled ) > { > model = ISapphireUiDef.TYPE.instantiate( new RootXmlResource( resourceStore ) ); > }
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
Actions:
View
|
Diff
Attachments on
bug 346564
: 205256