You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2017/12/14 10:03:08 UTC

[royale-asjs] branch develop updated: Added first version. User will need to feed the browser path after they launch eclipse, until we find a better solution.

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7b89f3c  Added first version. User will need to feed the browser path after they launch eclipse, until we find a better solution.
     new 915a4e7  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
7b89f3c is described below

commit 7b89f3c0208c82d60acfd755154b6bb95832a5c1
Author: DESKTOP-RH4S838\Yishay <yi...@hotmail.com>
AuthorDate: Thu Dec 14 11:57:08 2017 +0200

    Added first version. User will need to feed the browser path after they
    launch eclipse, until we find a better solution.
---
 .../Launch Royale app in browser.launch            | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/ide/flashbuilder/Launch Royale app in browser.launch b/ide/flashbuilder/Launch Royale app in browser.launch
new file mode 100644
index 0000000..4ff8c9a
--- /dev/null
+++ b/ide/flashbuilder/Launch Royale app in browser.launch	
@@ -0,0 +1,24 @@
+<?xml version='1.0' encoding='UTF-8' standalone='no'?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="$PATH_TO_BROWSER"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="bin/js-debug/index.html"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
+</launchConfiguration>

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].