Skip to content

Commit 5f2a361

Browse files
author
jantje
committed
V3 here we come
updated update sites (nightly is included but default off) and upgraded from luna to mars. Added the V3 folder and index page to show people the right way Made an V3 intro page (removed stuff no longer needed to be done in toddler Fixede a issue in the navbar (point to php instead of html) to make more server side include
1 parent 4e4f460 commit 5f2a361

File tree

6 files changed

+77
-15
lines changed

6 files changed

+77
-15
lines changed

Eclipse update site/WebContent/V2/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
<html lang="en-US">
44
<head>
55
<meta charset="UTF-8">
6-
<meta http-equiv="refresh" content="1;url='http://eclipse.baeyens.it/installAdvice.shtml'">
7-
<script type="text/javascript">
8-
window.location.href = "http://eclipse.baeyens.it/installAdvice.shtml"
9-
</script>
106
<title>This is not the way to install the plugin</title>
117
</head>
128
<body>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
<!DOCTYPE HTML>
3+
<html lang="en-US">
4+
<head>
5+
<meta charset="UTF-8">
6+
<title>This is not the way to install the plugin</title>
7+
</head>
8+
<body>
9+
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
10+
If you ended up here you took a shortcut and failed. Go back to start. Start is here <a href='http://eclipse.baeyens.it/installAdvice.shtml'>installAdvice.shtml</a>
11+
</body>
12+
</html>

Eclipse update site/WebContent/fragments/navbar.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828

2929
<li class="dropdown-header">Nightly Builds</li>
30-
<li><a href="http://eclipse.baeyens.it/nightly-linux.html">Linux</a></li>
31-
<li><a href="http://eclipse.baeyens.it/nightly-win.html">Windows</a></li>
32-
<li><a href="http://eclipse.baeyens.it/nightly-osx.html">MacOS</a></li>
30+
<li><a href="http://eclipse.baeyens.it/nightly-linux.php">Linux</a></li>
31+
<li><a href="http://eclipse.baeyens.it/nightly-win.php">Windows</a></li>
32+
<li><a href="http://eclipse.baeyens.it/nightly-osx.php">MacOS</a></li>
3333

3434

3535
<li class="dropdown-header">Archived Versions</li>
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
5+
<title>Welcome to the Eclipse Arduino IDE</title>
6+
<link href="../MyStyle.css" rel="Stylesheet" type="text/css">
7+
</head>
8+
9+
<body>
10+
<div id="header">
11+
<a href="http://www.eclipse.org/"><img src="http://download.eclipse.org/eclipse/eclipse.org-common/stylesheets/header_logo.gif" width="163" height="68" border="0" alt="Eclipse Logo" class="logo" /></a>
12+
</div>
13+
<br>
14+
<div id="midcolumn">
15+
<div class="boxed">
16+
17+
</div>
18+
19+
<h1>What to do to get started quickly</h1>
20+
<h2>Wait for the configuration to finish.</h2>
21+
This is only the first time after installation of the arduino IDE
22+
<h2>While you wait connect a Arduino to your computer.</h2>
23+
<p>Only Arduino boards are installed by default.</p>
24+
<p>To add other boards go to windows-preferences-arduino and add json files and boards.</p>
25+
26+
<h2>Press the create new sketch button.</h2>
27+
Just like in the arduino IDE. but here there is a whole wizard allowing you to start from examples.
28+
<h2>Press the upload button.</h2>
29+
By default the plugin will ask if you want to build first.
30+
31+
<h1>Good to know.</h1>
32+
<ul>
33+
<li>The serial monitor is in a tab in the bottom.</li>
34+
<li>So is the scope.</li>
35+
<li>The bottom part of the Arduino IDE showing build and upload feedback is called monitor and is in the bottom of the screen.</li>
36+
<li>On the left you see the project explorer. This contains all the projects. Each project corresponds with a sketch.</li>
37+
<li>There are multiple monitors in Eclipse world. If you see nothing in the monitor make sure you have the correct monitor view (buttons left top of monitor)</li>
38+
</ul>
39+
<h2>other things that may interest you</h2>
40+
<a href="http://www.eclipse.baeyens.it/donate.shtml" >This is all hard work by volunteers. <b>Please show your appreciation.</b></a><br>
41+
<a href="http://www.eclipse.baeyens.it/faq.shtml" >A <b>FAQ</b> can be found here</a>.<br>
42+
<a href="http://www.eclipse.baeyens.it/how_to.shtml" >Read here <b>how to</b> use the plugin</a><br>
43+
<a href="http://www.eclipse.baeyens.it/serial_demo.wmv" >Watch a <b>video</b> demonstrating creating a project uploading it and the serial monitor.</a>
44+
45+
</div>
46+
47+
48+
</body>
49+
</html>

it.baeyens.arduino.application/introContent.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<introContent>
33
<!-- Root page -->
44
<page id="root" style="html/style.css" style-id="page" >
5-
<html text="hhh" id="my web site" src="http://www.baeyens.it/eclipse/product/V2_2.shtml" type="inline" />
5+
<html text="hhh" id="my web site" src="http://eclipse.baeyens.it/product/V3_0.shtml" type="inline" />
66
</page>
77

88
</introContent>

it.baeyens.arduino.product/arduino.product

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="Eclipse Arduino IDE" uid="it.baeyens.arduino.product" id="it.baeyens.arduino.application.product" application="org.eclipse.ui.ide.workbench" version="2.4.0.qualifier" useFeatures="true" includeLaunchers="true">
4+
<product name="Eclipse Arduino IDE" uid="it.baeyens.arduino.product" id="it.baeyens.arduino.application.product" application="org.eclipse.ui.ide.workbench" version="3.0.0.qualifier" useFeatures="true" includeLaunchers="true">
55

66
<aboutInfo>
77
<image path="/it.baeyens.arduino.application/icons/eclipse_lg.png"/>
@@ -301,9 +301,6 @@ rights to a jury trial in any resulting litigation.&lt;/p&gt;
301301
<feature id="org.eclipse.cdt.gnu.build" installMode="root"/>
302302
<feature id="org.eclipse.cdt.gnu.debug" installMode="root"/>
303303
<feature id="org.eclipse.cdt.gnu.dsf" installMode="root"/>
304-
<feature id="org.eclipse.cdt.launch.remote" installMode="root"/>
305-
<feature id="org.eclipse.cdt.msw" installMode="root"/>
306-
<feature id="org.eclipse.cdt.mylyn" installMode="root"/>
307304
<feature id="org.eclipse.cdt.platform" installMode="root"/>
308305
<feature id="org.eclipse.e4.rcp" installMode="root"/>
309306
<feature id="org.eclipse.ecf.core.feature" installMode="root"/>
@@ -353,9 +350,17 @@ rights to a jury trial in any resulting litigation.&lt;/p&gt;
353350
</configurations>
354351

355352
<repositories>
356-
<repository location="http://download.eclipse.org/releases/luna/" enabled="true" />
357-
<repository location="http://download.eclipse.org/eclipse/updates/4.4" enabled="true" />
358-
<repository location="http://www.baeyens.it/eclipse/nightly" enabled="true" />
353+
<repository location="http://download.eclipse.org/releases/mars" enabled="true" />
354+
<repository location="http://download.eclipse.org/eclipse/updates/4.5" enabled="true" />
355+
<repository location="http://eclipse.baeyens.it/nightly" enabled="false" />
356+
<repository location="http://eclipse.baeyens.it/V3" enabled="true" />
359357
</repositories>
360358

359+
<preferencesInfo>
360+
<targetfile overwrite="false"/>
361+
</preferencesInfo>
362+
363+
<cssInfo>
364+
</cssInfo>
365+
361366
</product>

0 commit comments

Comments
 (0)