From 613b2a189690087b0df3446b4c6ae8ba3bb53bb4 Mon Sep 17 00:00:00 2001 From: Wim Jongman Date: Sat, 28 Jun 2014 21:42:46 +0200 Subject: [PATCH 1/4] Remove binaries from cdt.refactor --- it.baeyens.cdt.refactor/.gitignore | 1 + .../bin/it/baeyens/cdt/refactor/Activator.class | Bin 1179 -> 0 bytes .../it/baeyens/cdt/refactor/RenameFolder.class | Bin 2873 -> 0 bytes 3 files changed, 1 insertion(+) create mode 100644 it.baeyens.cdt.refactor/.gitignore delete mode 100644 it.baeyens.cdt.refactor/bin/it/baeyens/cdt/refactor/Activator.class delete mode 100644 it.baeyens.cdt.refactor/bin/it/baeyens/cdt/refactor/RenameFolder.class diff --git a/it.baeyens.cdt.refactor/.gitignore b/it.baeyens.cdt.refactor/.gitignore new file mode 100644 index 000000000..ae3c17260 --- /dev/null +++ b/it.baeyens.cdt.refactor/.gitignore @@ -0,0 +1 @@ +/bin/ diff --git a/it.baeyens.cdt.refactor/bin/it/baeyens/cdt/refactor/Activator.class b/it.baeyens.cdt.refactor/bin/it/baeyens/cdt/refactor/Activator.class deleted file mode 100644 index 5fec9377e9e87bfb9a95b8ce2547d15ef2f2bc87..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1179 zcmbtT+foxj5IvI%OX30=OfVv1Kp+X4_3{|Y5<#p~r6@`yuhwK4mch+#YIYX!ue>~9 z`QQimQIx?H>!LFBl5+EHSkyE;_P znycjzr;~*Y!*ZxRN4UQ1N5YAv)AwUf2F_YH(u(4DTic0&A-CP$ecsx7)!JYvv=8|a zcYGdr&W=_x@R|%0>tPUS9_SADV=;~#!;I98A%_NWXq<9j7#rkaSZrU&ld#7g$w2DI z4C!jE!;o1I_e36PT()6jf?=vH1F;qNxv#*99Y5kr<}D$TG| zZJX-D$dk^#;yv*uRIi<9B8*DmLa(q|Bbs8zfxpCvYI;td?*(75|XtL(rH+VXWvdg3!!USt~ZGs4QVvu6ZQ9M3`GDDXw5MQd sH%$ZXB`Btz9K|gSU)-k{ug( zfiFDhT3D>C<vQ}o!$#?d*zx`cK{`%+F-vCU)GY}IvgMF7hi4(7(|#SsKCJNefdCI70FXefzQKvfxhaaMc=!x>_Fi3Y`eF}Q{8L$ zwyImVA~T-px#YM`a9JQemR=D^6ugp3B98qg`j8YjFzdK#zELeIe_0kQp=-~Ul@;kb zdL3;hf_0}ZaAvj}HR#rK>V@meEw*E0UC~Xi^PKTGXT^TfdmBKLI zHt?3f$u1Ny@eU4Cxv~o8!{bcTSf{q>Zs;`u@<|-Uy9SO?jZOj$H*l)TDv9=|K$5DpQaC!+l}PzM2;@u{=+#hXO`OA|K#EW^ zjY?%v2J7UpD^?WjEp3xe;XPb1@V>yYPSWj`CO*K20==S`QMDOSxP3t2Q`_Pl* z+a(hNc+&v;VtA+NwT7cxx))akgq6e;uIXMW>`*r9%JhmZ$QveRGz%lFvno4m3O7yM z!YAxNS*t0xB#>=S%!}h4Oe6O!vngC4qN=E>a@q0iBOyvF3p-ekMi3{}D~q_9-h3}U z6F5BWml}@ijVSkl<9n`lFd|E`#<|9kV6Q8Cqu{wE7M16+?SFVhZR%N5_Eo(;=dlPq zKfjH|-ea(^-5K2m>LDw3Z%0Wm*DJ4+gf8T3;vO9?^v35VhbW~peS&zn>(Y)=B9K@73C*U!aV~Fda6Bt zukGJNS$CzLWAo}eeX}MZ;ple0FEF}GKX$ZZKD;%hU#1>cUNf^h)gY6l@P?jo^hJBH z{U1b5k0BgqGUEL65#xuWDtzN4<+F#s@WSSIiYtpx!RNlrGnhYxX8n;7(2oOrH=71{ z0|&Y4)AKGmTn*uYLz#g?TNsMrPb3phX2&;iB>p5kmBM~ra&aO7LnH#;qA45>cl&XS zSjR&jLqsADSDIo!5;%dAL^#D2|2)kZIGW(*X`G2%|IL+-uQ>h(MjsN%!X2d+HBv^Lnnb%9NMyopcSjxZ2J z0c5BekS3uFMHy#66J(U-C&xR+!X=!=7rdqJ;(Qp?NRweC9Jyi^bL4L_%y}#@WF1}t zvFs#wIrgL2vV7{C#0M6C|qiM>kuumHqPjLU80 zVl8qp+#z}GBZgJ1@mt_ad==sL@Od;sz7t75nAybFbI&1HsouqjP1w({{?b{JM}Pv8 Ye!b1%V9ViP Date: Sat, 28 Jun 2014 22:28:06 +0200 Subject: [PATCH 2/4] #152 added theming support removed option to build for kepler and juno --- it.baeyens.arduino.parent/pom.xml | 47 ++-------------------- it.baeyens.arduino.product/arduino.product | 27 ++++++++++--- it.baeyens.arduino.product/plugin.xml | 4 ++ 3 files changed, 30 insertions(+), 48 deletions(-) diff --git a/it.baeyens.arduino.parent/pom.xml b/it.baeyens.arduino.parent/pom.xml index c7702c3d9..b267529d8 100644 --- a/it.baeyens.arduino.parent/pom.xml +++ b/it.baeyens.arduino.parent/pom.xml @@ -7,7 +7,7 @@ pom - 0.18.1 + 0.20.0 ${project.build.directory}/repo @@ -330,53 +330,14 @@ - juno + luna - juno + luna - + true - - - platform_juno - p2 - http://download.eclipse.org/eclipse/updates/4.2 - - - - release-train_juno - p2 - http://download.eclipse.org/releases/juno - - - - - - kepler - - kepler - - - - platform_kepler - p2 - http://download.eclipse.org/eclipse/updates/4.3 - - - - release-train_kepler - p2 - http://download.eclipse.org/releases/kepler - - - - - luna - - luna - platform_luna diff --git a/it.baeyens.arduino.product/arduino.product b/it.baeyens.arduino.product/arduino.product index 5857e60c9..4541d2a72 100644 --- a/it.baeyens.arduino.product/arduino.product +++ b/it.baeyens.arduino.product/arduino.product @@ -29,11 +29,14 @@ it.baeyens.arduino.application.perspective --launcher.XXMaxPermSize 256M --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile ---launcher.appendVmargs +--launcher.appendVmargs + -Dosgi.requiredJavaVersion=1.6 -Xms40m --Xmx512m - -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts +-Xmx512m + + -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts + @@ -309,7 +312,6 @@ rights to a jury trial in any resulting litigation.</p> - @@ -331,10 +333,25 @@ rights to a jury trial in any resulting litigation.</p> + + + + + + + + + + + + + + + - + diff --git a/it.baeyens.arduino.product/plugin.xml b/it.baeyens.arduino.product/plugin.xml index c1be63110..bf800f3a9 100644 --- a/it.baeyens.arduino.product/plugin.xml +++ b/it.baeyens.arduino.product/plugin.xml @@ -40,6 +40,10 @@ name="preferenceCustomization" value="plugin_customization.ini"> + + From 6ac0f0016e92f1d94b07d01fa3b6856b4f77fa12 Mon Sep 17 00:00:00 2001 From: Wim Jongman Date: Sat, 28 Jun 2014 22:50:59 +0200 Subject: [PATCH 3/4] Update readme.md --- readme.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 40e66a203..ed7ac7aa9 100644 --- a/readme.md +++ b/readme.md @@ -45,9 +45,8 @@ win32x32.cmd (if you are on 32 bits windows) ======= ##Build Options You can control the maven build with the following profiles: -* juno (default) (builds against the juno repositories (4.2)) -* kepler (builds agains the kepler repositories (4.3)) * luna (builds agains the luna repositories (4.4)) +* mars (builds agains the mars repositories (4.5)) * win32 (builds for 32 bit windows) * win64 * linux32 @@ -58,11 +57,11 @@ You can control the maven build with the following profiles: #####Examples: -mvn verify -Plinux32,kepler +mvn verify -Plinux32 (builds for luna and linux 32 bits) -mvn verify -Pwin32,juno,linux32 +mvn verify -Pwin32,mars,linux32 -mvn verify (builds for juno and the platform you are running on) +mvn verify (builds for luna and the platform you are running on) ###Setting up a repository From 7ae8e55f0f9da86591470870206d567ad1d6f864 Mon Sep 17 00:00:00 2001 From: Wim Jongman Date: Sat, 28 Jun 2014 23:13:38 +0200 Subject: [PATCH 4/4] #160 Switch to Arduino perspective after "new sketch" instead of C++ perspective --- it.baeyens.arduino.core/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it.baeyens.arduino.core/plugin.xml b/it.baeyens.arduino.core/plugin.xml index b08ccff23..21daae2f8 100644 --- a/it.baeyens.arduino.core/plugin.xml +++ b/it.baeyens.arduino.core/plugin.xml @@ -104,7 +104,7 @@ class="it.baeyens.arduino.ui.NewArduinoSketchWizard" name="%wizard.name" icon="icons/arduino.png" - finalPerspective ="org.eclipse.cdt.ui.CPerspective" + finalPerspective ="it.baeyens.arduino.application.perspective" project="true"> %wizard.description