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 170847 Details for
Bug 314753
[Launcher] Remove awt headless parameter from attributes
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]
Fix
clipboard.txt (text/plain), 1.42 KB, created by
RĂ¼diger Herrmann
on 2010-06-02 13:47:04 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
RĂ¼diger Herrmann
Created:
2010-06-02 13:47:04 EDT
Size:
1.42 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.ui.launch >Index: src/org/eclipse/rap/ui/internal/launch/RAPLaunchDelegate.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/tooling/org.eclipse.rap.ui.launch/src/org/eclipse/rap/ui/internal/launch/RAPLaunchDelegate.java,v >retrieving revision 1.27 >diff -u -r1.27 RAPLaunchDelegate.java >--- src/org/eclipse/rap/ui/internal/launch/RAPLaunchDelegate.java 30 Oct 2009 15:46:06 -0000 1.27 >+++ src/org/eclipse/rap/ui/internal/launch/RAPLaunchDelegate.java 2 Jun 2010 17:46:48 -0000 >@@ -39,8 +39,6 @@ > = "-Dorg.eclipse.rwt.clientLogLevel="; //$NON-NLS-1$ > private static final String VMARG_LIBRARY_VARIANT > = "-Dorg.eclipse.rwt.clientLibraryVariant="; //$NON-NLS-1$ >- private static final String VMARG_AWT_HEADLESS >- = "-Djava.awt.headless="; //$NON-NLS-1$ > private static final String VMARG_SESSION_TIMEOUT > = "-Dorg.eclipse.equinox.http.jetty.context.sessioninactiveinterval="; //$NON-NLS-1$ > >@@ -119,9 +117,6 @@ > if( libraryVariant != LibraryVariant.STANDARD ) { > list.add( VMARG_LIBRARY_VARIANT + libraryVariant.getName() ); > } >- if( Platform.OS_MACOSX.equals( Platform.getOS() ) ) { >- list.add( VMARG_AWT_HEADLESS + Boolean.TRUE ); >- } > if( config.getUseSessionTimeout() ) { > list.add( VMARG_SESSION_TIMEOUT + config.getSessionTimeout() ); > } else {
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 314753
: 170847