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 220968 Details for
Bug 389399
Remove startup parameter in 1.5 launch configs
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]
Suggested fix
clipboard.txt (text/plain), 4.65 KB, created by
Ralf Sternberg
on 2012-09-12 08:11:58 EDT
(
hide
)
Description:
Suggested fix
Filename:
MIME Type:
Creator:
Ralf Sternberg
Created:
2012-09-12 08:11:58 EDT
Size:
4.65 KB
patch
obsolete
>From 23aa913590f4b66eaed26208ed470d588e6decee Wed, 12 Sep 2012 14:10:54 +0200 >From: Ralf Sternberg <rsternberg@eclipsesource.com> >Date: Wed, 12 Sep 2012 14:09:46 +0200 >Subject: [PATCH] Remove startup parameter from launch configs > > >See bug 389399: Remove startup parameter in 1.5 launch configs >https://bugs.eclipse.org/bugs/show_bug.cgi?id=389399 >diff --git a/bundles/org.eclipse.rap.demo/launch/Controls Demo.launch b/bundles/org.eclipse.rap.demo/launch/Controls Demo.launch >index a780e25..8868a75 100644 >--- a/bundles/org.eclipse.rap.demo/launch/Controls Demo.launch >+++ b/bundles/org.eclipse.rap.demo/launch/Controls Demo.launch >@@ -20,12 +20,12 @@ > <stringAttribute key="org.eclipse.rap.launch.browserMode" value="INTERNAL"/> > <stringAttribute key="org.eclipse.rap.launch.contextpath" value=""/> > <stringAttribute key="org.eclipse.rap.launch.dataLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.rap.ui.launch/ControlsDemo"/> >-<stringAttribute key="org.eclipse.rap.launch.entryPoint" value="controls"/> >+<stringAttribute key="org.eclipse.rap.launch.entryPoint" value=""/> > <stringAttribute key="org.eclipse.rap.launch.libraryVariant" value="DEBUG"/> > <stringAttribute key="org.eclipse.rap.launch.logLevel" value="OFF"/> > <booleanAttribute key="org.eclipse.rap.launch.openBrowser" value="true"/> > <intAttribute key="org.eclipse.rap.launch.port" value="10080"/> >-<stringAttribute key="org.eclipse.rap.launch.servletName" value="rap"/> >+<stringAttribute key="org.eclipse.rap.launch.servletName" value="controls"/> > <intAttribute key="org.eclipse.rap.launch.sessionTimeout" value="10"/> > <booleanAttribute key="org.eclipse.rap.launch.terminatePrevious" value="true"/> > <booleanAttribute key="org.eclipse.rap.launch.useDefaultDataLocation" value="true"/> >diff --git a/bundles/org.eclipse.rap.demo/launch/RAP Workbench Demo.launch b/bundles/org.eclipse.rap.demo/launch/RAP Workbench Demo.launch >index 333de4d..ae654b8 100644 >--- a/bundles/org.eclipse.rap.demo/launch/RAP Workbench Demo.launch >+++ b/bundles/org.eclipse.rap.demo/launch/RAP Workbench Demo.launch >@@ -20,7 +20,7 @@ > <stringAttribute key="org.eclipse.rap.launch.browserMode" value="INTERNAL"/> > <stringAttribute key="org.eclipse.rap.launch.contextpath" value=""/> > <stringAttribute key="org.eclipse.rap.launch.dataLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.rap.ui.launch/RAPWorkbenchDemo"/> >-<stringAttribute key="org.eclipse.rap.launch.entryPoint" value="default"/> >+<stringAttribute key="org.eclipse.rap.launch.entryPoint" value=""/> > <stringAttribute key="org.eclipse.rap.launch.libraryVariant" value="STANDARD"/> > <stringAttribute key="org.eclipse.rap.launch.logLevel" value="OFF"/> > <booleanAttribute key="org.eclipse.rap.launch.openBrowser" value="true"/> >diff --git a/bundles/org.eclipse.rap.design.example/RAP Business design.launch b/bundles/org.eclipse.rap.design.example/RAP Business design.launch >index fadbc58..d50ee61 100644 >--- a/bundles/org.eclipse.rap.design.example/RAP Business design.launch >+++ b/bundles/org.eclipse.rap.design.example/RAP Business design.launch >@@ -22,7 +22,7 @@ > <stringAttribute key="org.eclipse.rap.launch.browserMode" value="EXTERNAL"/> > <stringAttribute key="org.eclipse.rap.launch.contextpath" value=""/> > <stringAttribute key="org.eclipse.rap.launch.dataLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.rap.ui.launch/RAPBusinessdesign"/> >-<stringAttribute key="org.eclipse.rap.launch.entryPoint" value="default"/> >+<stringAttribute key="org.eclipse.rap.launch.entryPoint" value=""/> > <stringAttribute key="org.eclipse.rap.launch.libraryVariant" value="STANDARD"/> > <stringAttribute key="org.eclipse.rap.launch.logLevel" value="OFF"/> > <booleanAttribute key="org.eclipse.rap.launch.openBrowser" value="true"/> >diff --git a/bundles/org.eclipse.rap.design.example/RAP Fancy design.launch b/bundles/org.eclipse.rap.design.example/RAP Fancy design.launch >index 16b0ef1..55e9670 100644 >--- a/bundles/org.eclipse.rap.design.example/RAP Fancy design.launch >+++ b/bundles/org.eclipse.rap.design.example/RAP Fancy design.launch >@@ -22,7 +22,7 @@ > <stringAttribute key="org.eclipse.rap.launch.browserMode" value="EXTERNAL"/> > <stringAttribute key="org.eclipse.rap.launch.contextpath" value=""/> > <stringAttribute key="org.eclipse.rap.launch.dataLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.rap.ui.launch/RAPFancydesign"/> >-<stringAttribute key="org.eclipse.rap.launch.entryPoint" value="default"/> >+<stringAttribute key="org.eclipse.rap.launch.entryPoint" value=""/> > <stringAttribute key="org.eclipse.rap.launch.libraryVariant" value="STANDARD"/> > <stringAttribute key="org.eclipse.rap.launch.logLevel" value="OFF"/> > <booleanAttribute key="org.eclipse.rap.launch.openBrowser" value="true"/>
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:
ivan
:
review+
Actions:
View
|
Diff
Attachments on
bug 389399
: 220968