[ant-ivyde] Git Push Summary

2017-07-11 Thread hibou
Repository: ant-ivyde
Updated Branches:
  refs/heads/ivyDECredentials [deleted] 86138a1b9


[ant-ivyde] Git Push Summary

2017-07-11 Thread hibou
Repository: ant-ivyde
Updated Branches:
  refs/heads/ivyDECredentials-cleaned [deleted] dbd94b3b9


[3/7] ant-ivyde git commit: asciidoc for credential extension added

2017-07-11 Thread hibou
asciidoc for credential extension added

Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/675f141b
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/675f141b
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/675f141b

Branch: refs/heads/master
Commit: 675f141ba4edc73a2858c91609a93034f1c8a504
Parents: 6eb38cd
Author: alex-bl 
Authored: Sat Jul 8 16:46:08 2017 +0200
Committer: alex-bl 
Committed: Sat Jul 8 16:46:08 2017 +0200

--
 doc/src/credentialsExtension.adoc   |  92 +++
 .../images/sec_add_credentials_duplicate.png| Bin 0 -> 80887 bytes
 .../sec_add_credentials_duplicate_resolved.png  | Bin 0 -> 83558 bytes
 doc/src/images/sec_add_credentials_empty.png| Bin 0 -> 75105 bytes
 doc/src/images/sec_add_credentials_filled.png   | Bin 0 -> 80880 bytes
 doc/src/images/sec_add_credentials_overview.png | Bin 0 -> 51728 bytes
 .../images/sec_edit_credentials_completed.png   | Bin 0 -> 89224 bytes
 doc/src/images/sec_edit_credentials_init.png| Bin 0 -> 54422 bytes
 .../images/sec_edit_credentials_overview.png| Bin 0 -> 55750 bytes
 doc/src/images/sec_remove_credentials.png   | Bin 0 -> 80841 bytes
 doc/src/images/sec_secure_storage_pwd.png   | Bin 0 -> 17450 bytes
 doc/src/images/sec_security_preferences.png | Bin 0 -> 48980 bytes
 12 files changed, 92 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/675f141b/doc/src/credentialsExtension.adoc
--
diff --git a/doc/src/credentialsExtension.adoc 
b/doc/src/credentialsExtension.adoc
new file mode 100644
index 000..efaf6c4
--- /dev/null
+++ b/doc/src/credentialsExtension.adoc
@@ -0,0 +1,92 @@
+
+   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.
+
+
+== [[security]]Security
+
+This preference section allows you to manage credentials, which the ivy 
dependency manager needs to access protected repositories. The credentials are 
directly stored into the Eclipse Secure storage and loaded during the 
ivyDE-plugin's startup. This preference page allows you to manage your ivy 
credentials safely without the need to "publish" them in plain-text inside your 
build-files.
+
+== [[general]]General workflow
+
+The ivyDE credentials extension allows you - as already mentioned - to protect 
your ivy credentials by using the Eclipse Secure storage. The credential 
entries are only maintained by the Eclipse secure storage itself: Every 
operation (add/edit/remove) is directly performed on the Eclipse secure storage 
without any intermediate caches. At the ivyDE plugin's startup, the Eclipse 
Secure storage is accessed (this operation requires you to insert your password 
if your Eclipse Secure storage is password-protected) and all the credential 
entries - which are related to the ivy dependency manager - are loaded and 
copied to the internal ivy credential manager (where ivy looks for credentials 
in case of protected repositories).
+
+Please note that this "credential-copying" is directly done after the ivyDE 
plugin's startup. If your ivy-configuration files, respectively, your 
build-files also contain credentials pointing to the same repository (same 
host@realm combination as already stored in the Eclipse Secure storage), the 
credentials inside the Eclipse Secure storage may be overwritten due to the 
fact, that credentials specified within the mentioned alternative locations may 
be added to the internal ivy credential manager after the "credential-copying" 
was performed. 
+
+.General:
+
+== [[credentialsOverview]]Overview
+
+In this view all your credentials related to the ivy dependency manager are 
listed. The credentials consist of:
+
+* Host: The host of your protected repository.
+
+* Realm: The realm of your protected repository.
+
+* Username: The username which grants access to the protected repository.
+
+* Pwd: The password to identify yourself.
+
+You can either add new 

[2/7] ant-ivyde git commit: deprecated and unused class removed

2017-07-11 Thread hibou
deprecated and unused class removed

Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/6eb38cd3
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/6eb38cd3
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/6eb38cd3

Branch: refs/heads/master
Commit: 6eb38cd3952e9fd7d7708a4285c7b6777a8c53e4
Parents: df5fead
Author: alex-bl 
Authored: Sat Jul 8 16:43:26 2017 +0200
Committer: alex-bl 
Committed: Sat Jul 8 16:43:26 2017 +0200

--
 .../cpcontainer/SecuritySetupContainer.java | 55 
 1 file changed, 55 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/6eb38cd3/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/cpcontainer/SecuritySetupContainer.java
--
diff --git 
a/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/cpcontainer/SecuritySetupContainer.java
 
b/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/cpcontainer/SecuritySetupContainer.java
deleted file mode 100644
index 3ee3aac..000
--- 
a/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/cpcontainer/SecuritySetupContainer.java
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
- *  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.
- *
- */
-package org.apache.ivyde.internal.eclipse.cpcontainer;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import org.apache.ivyde.eclipse.cp.SecuritySetup;
-@Deprecated
-//TODO: really needed?
-public final class SecuritySetupContainer {
-
-public static final SecuritySetupContainer INSTANCE = new 
SecuritySetupContainer();
-
-private static List credentials = new 
ArrayList();
-
-private SecuritySetupContainer() {
-
-}
-
-//test-data
-static{
-credentials = new ArrayList();
-credentials.add(new 
SecuritySetup("localhost","nexus","admin","secret"));
-credentials.add(new 
SecuritySetup("arctis","nexus3","adminArctis","secret"));
-credentials.add(new SecuritySetup("remote","nexus 
repo","adminRemote","secret"));
-}
-
-public static void addEntry(SecuritySetup entry) {
-credentials.add(entry);
-}
-
-public static void removeEntry(SecuritySetup entry) {
-credentials.remove(entry);
-}
-
-public static List getAllCredentials() {
-return credentials;
-}
-}



[7/7] ant-ivyde git commit: Update the release notes for the new Security panel

2017-07-11 Thread hibou
Update the release notes for the new Security panel


Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/e5088bb1
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/e5088bb1
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/e5088bb1

Branch: refs/heads/master
Commit: e5088bb1f62ec6d9b83af4ab1a8e77a52c102b38
Parents: ed330e9
Author: Nicolas Lalevée 
Authored: Tue Jul 11 22:48:26 2017 +0200
Committer: Nicolas Lalevée 
Committed: Tue Jul 11 22:48:26 2017 +0200

--
 doc/src/release-notes.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/e5088bb1/doc/src/release-notes.adoc
--
diff --git a/doc/src/release-notes.adoc b/doc/src/release-notes.adoc
index 5ba05c8..033c94d 100644
--- a/doc/src/release-notes.adoc
+++ b/doc/src/release-notes.adoc
@@ -34,7 +34,7 @@ The Apache IvyDE Eclipse plugin integrates Apache Ivy's 
dependency management in
 
 Major changes in this release:
 
- TODO 
+IvyDE can now manage credentials stored in a secured store. Rather than 
putting passwords for HTTP Authentication in a property file, IvyDE allow you 
to use the secure storage capability of Eclipse and your OS to store them. See 
the new "Security" panel in the global preferences of IvyDE.
 
 Compatibility:
  TODO 
@@ -86,6 +86,7 @@ Committers:
 Contributors:
 
 * Daniel Becheanu
+* Alexander Blaas
 * Peter Blstak
 * Clint Burghduff
 * Peter Chanthamynavong
@@ -124,6 +125,7 @@ List of changes since 
link:/ivy/ivyde/history/2.2.0.final/release-notes.html[Apa
 
 * NEW: add support for OSGi 'Bundle-Classpath' directive (Ivy 2.4.0-rc1 is 
required)
 * NEW: basic support for the workspace resolver to find OSGi bundles managed 
by Ivy in the workspace (Ivy 2.4.0-rc2 is required)
+* NEW: Add support for storing securely credentials (thanks to Alexander Blaas)
 
 
  samples



[5/7] ant-ivyde git commit: This closes #6

2017-07-11 Thread hibou
This closes #6


Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/fc1eb9db
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/fc1eb9db
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/fc1eb9db

Branch: refs/heads/master
Commit: fc1eb9db47b769da37f8e5ee01d5212ab3500299
Parents: dbd94b3 675f141
Author: Nicolas Lalevée 
Authored: Tue Jul 11 22:29:00 2017 +0200
Committer: Nicolas Lalevée 
Committed: Tue Jul 11 22:29:00 2017 +0200

--
 doc/src/credentialsExtension.adoc   |  92 +++
 .../images/sec_add_credentials_duplicate.png| Bin 0 -> 80887 bytes
 .../sec_add_credentials_duplicate_resolved.png  | Bin 0 -> 83558 bytes
 doc/src/images/sec_add_credentials_empty.png| Bin 0 -> 75105 bytes
 doc/src/images/sec_add_credentials_filled.png   | Bin 0 -> 80880 bytes
 doc/src/images/sec_add_credentials_overview.png | Bin 0 -> 51728 bytes
 .../images/sec_edit_credentials_completed.png   | Bin 0 -> 89224 bytes
 doc/src/images/sec_edit_credentials_init.png| Bin 0 -> 54422 bytes
 .../images/sec_edit_credentials_overview.png| Bin 0 -> 55750 bytes
 doc/src/images/sec_remove_credentials.png   | Bin 0 -> 80841 bytes
 doc/src/images/sec_secure_storage_pwd.png   | Bin 0 -> 17450 bytes
 doc/src/images/sec_security_preferences.png | Bin 0 -> 48980 bytes
 .../cpcontainer/SecuritySetupContainer.java |  55 ---
 13 files changed, 92 insertions(+), 55 deletions(-)
--




[6/7] ant-ivyde git commit: Add the new doc about security in the toc.json

2017-07-11 Thread hibou
Add the new doc about security in the toc.json


Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/ed330e92
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/ed330e92
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/ed330e92

Branch: refs/heads/master
Commit: ed330e92ff346fdb996a347f1b0638a3a9fc4a6c
Parents: fc1eb9d
Author: Nicolas Lalevée 
Authored: Tue Jul 11 22:41:42 2017 +0200
Committer: Nicolas Lalevée 
Committed: Tue Jul 11 22:41:42 2017 +0200

--
 doc/src/credentialsExtension.adoc | 92 --
 doc/src/security.adoc | 88 
 doc/src/toc.json  |  7 +++
 3 files changed, 95 insertions(+), 92 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/ed330e92/doc/src/credentialsExtension.adoc
--
diff --git a/doc/src/credentialsExtension.adoc 
b/doc/src/credentialsExtension.adoc
deleted file mode 100644
index efaf6c4..000
--- a/doc/src/credentialsExtension.adoc
+++ /dev/null
@@ -1,92 +0,0 @@
-
-   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.
-
-
-== [[security]]Security
-
-This preference section allows you to manage credentials, which the ivy 
dependency manager needs to access protected repositories. The credentials are 
directly stored into the Eclipse Secure storage and loaded during the 
ivyDE-plugin's startup. This preference page allows you to manage your ivy 
credentials safely without the need to "publish" them in plain-text inside your 
build-files.
-
-== [[general]]General workflow
-
-The ivyDE credentials extension allows you - as already mentioned - to protect 
your ivy credentials by using the Eclipse Secure storage. The credential 
entries are only maintained by the Eclipse secure storage itself: Every 
operation (add/edit/remove) is directly performed on the Eclipse secure storage 
without any intermediate caches. At the ivyDE plugin's startup, the Eclipse 
Secure storage is accessed (this operation requires you to insert your password 
if your Eclipse Secure storage is password-protected) and all the credential 
entries - which are related to the ivy dependency manager - are loaded and 
copied to the internal ivy credential manager (where ivy looks for credentials 
in case of protected repositories).
-
-Please note that this "credential-copying" is directly done after the ivyDE 
plugin's startup. If your ivy-configuration files, respectively, your 
build-files also contain credentials pointing to the same repository (same 
host@realm combination as already stored in the Eclipse Secure storage), the 
credentials inside the Eclipse Secure storage may be overwritten due to the 
fact, that credentials specified within the mentioned alternative locations may 
be added to the internal ivy credential manager after the "credential-copying" 
was performed. 
-
-.General:
-
-== [[credentialsOverview]]Overview
-
-In this view all your credentials related to the ivy dependency manager are 
listed. The credentials consist of:
-
-* Host: The host of your protected repository.
-
-* Realm: The realm of your protected repository.
-
-* Username: The username which grants access to the protected repository.
-
-* Pwd: The password to identify yourself.
-
-You can either add new credentials or edit/remove existing ones (see next 
sections).
-
-image::images/sec_security_preferences.png[]
-
-== [[addCredentials]]Add new credentials
-
-Click on the "Add..." button to add new credentials:
-
-image::images/sec_add_credentials_empty.png[]
-
-A new dialog appears where you can insert a new credential entry. The 
properties "Host" and "Realm" are required because they are used to identify an 
artifact-repository and thus also a credential entry within the Eclipse secure 
storage. The property "Id" is read-only and shows you the repository's 
identifier (host@realm).
-

[1/7] ant-ivyde git commit: Add support for storing securely credentials (thanks to Alexander Blaas)

2017-07-11 Thread hibou
Repository: ant-ivyde
Updated Branches:
  refs/heads/master 0d36b49d5 -> e5088bb1f


Add support for storing securely credentials (thanks to Alexander Blaas)


Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/df5fead5
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/df5fead5
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/df5fead5

Branch: refs/heads/master
Commit: df5fead546bd8a55126ebc12ad4dae1875f8cf99
Parents: 45d03ba
Author: Nicolas Lalevée 
Authored: Wed Jun 14 23:41:15 2017 +0200
Committer: Nicolas Lalevée 
Committed: Sun Jul 2 12:16:47 2017 +0200

--
 org.apache.ivyde.eclipse/META-INF/MANIFEST.MF   |   7 +-
 org.apache.ivyde.eclipse/plugin.xml |   7 +-
 .../apache/ivyde/eclipse/GUIfactoryHelper.java  |  85 +++
 .../ivyde/eclipse/IvyDEsecurityHelper.java  | 167 +
 .../apache/ivyde/eclipse/cp/SecuritySetup.java  | 183 ++
 .../ivyde/internal/eclipse/IvyPlugin.java   |  16 +-
 .../controller/SecuritySetupController.java | 247 +++
 .../cpcontainer/SecuritySetupContainer.java |  55 +
 .../eclipse/ui/SecuritySetupEditor.java | 128 ++
 .../ui/components/CustomConfirmationDialog.java |  43 
 .../ui/components/SecuritySetupDialog.java  | 225 +
 .../SecuritySetupPreferencePage.java|  91 +++
 .../eclipse/validator/BaseValidator.java|  58 +
 .../eclipse/validator/IValidationReaction.java  |  25 ++
 .../eclipse/validator/impl/HostValidator.java   |  43 
 .../eclipse/validator/impl/IdValidator.java |  80 ++
 .../validator/impl/PasswordValidator.java   |  36 +++
 .../eclipse/validator/impl/RealmValidator.java  |  43 
 .../validator/impl/UserNameValidator.java   |  39 +++
 .../reaction/GeneralValidationReaction.java |  60 +
 .../reaction/NopValidationReaction.java |  34 +++
 21 files changed, 1666 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/df5fead5/org.apache.ivyde.eclipse/META-INF/MANIFEST.MF
--
diff --git a/org.apache.ivyde.eclipse/META-INF/MANIFEST.MF 
b/org.apache.ivyde.eclipse/META-INF/MANIFEST.MF
index f354d8e..9113a35 100644
--- a/org.apache.ivyde.eclipse/META-INF/MANIFEST.MF
+++ b/org.apache.ivyde.eclipse/META-INF/MANIFEST.MF
@@ -33,6 +33,11 @@ Require-Bundle: 
org.apache.xerces;bundle-version="[2.9.0,3.0.0)";resolution:=opt
  org.eclipse.debug.core;bundle-version="[3.4.0,4.0.0)",
  org.eclipse.jdt.launching;bundle-version="[3.4.0,4.0.0)",
  org.eclipse.debug.ui;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.core.variables;bundle-version="[3.2.0,4.0.0)"
+ org.eclipse.core.variables;bundle-version="[3.2.0,4.0.0)",
+ org.eclipse.equinox.security;bundle-version="[1.1.100,2.0.0)",
+ org.eclipse.core.databinding;bundle-version="[1.4.1,2.0.0)",
+ org.eclipse.core.databinding.property;bundle-version="[1.4.100,2.0.0)",
+ org.eclipse.core.databinding.beans;bundle-version="[1.2.200,2.0.0)",
+ org.eclipse.jface.databinding;bundle-version="[1.6.0,2.0.0)"
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6

http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/df5fead5/org.apache.ivyde.eclipse/plugin.xml
--
diff --git a/org.apache.ivyde.eclipse/plugin.xml 
b/org.apache.ivyde.eclipse/plugin.xml
index 0c08d7e..99903b1 100644
--- a/org.apache.ivyde.eclipse/plugin.xml
+++ b/org.apache.ivyde.eclipse/plugin.xml
@@ -144,6 +144,12 @@
 
id="org.apache.ivyde.eclipse.ui.preferences.AdvancedSetupPreferencePage"
 name="Advanced">
   
+  
+  


@@ -506,5 +512,4 @@
  
   

-
 

http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/df5fead5/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/GUIfactoryHelper.java
--
diff --git 
a/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/GUIfactoryHelper.java
 
b/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/GUIfactoryHelper.java
new file mode 100644
index 000..70fa1c3
--- /dev/null
+++ 
b/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/GUIfactoryHelper.java
@@ -0,0 +1,85 @@
+/*
+ *  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
+ *  

[4/7] ant-ivyde git commit: Merge branch 'master' into ivyDECredentials-cleaned

2017-07-11 Thread hibou
Merge branch 'master' into ivyDECredentials-cleaned


Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/dbd94b3b
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/dbd94b3b
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/dbd94b3b

Branch: refs/heads/master
Commit: dbd94b3b9a73f3e279fa72a779fe43d78118863a
Parents: df5fead 0d36b49
Author: Nicolas Lalevée 
Authored: Tue Jul 11 22:18:15 2017 +0200
Committer: Nicolas Lalevée 
Committed: Tue Jul 11 22:18:15 2017 +0200

--
 build.properties| 35 ++--
 build.xml   | 55 +---
 builder/component/allElements.xml   |  4 +--
 builder/component/customTargets.xml | 16 +-
 builder/maps/ivyde.map  |  4 +--
 5 files changed, 61 insertions(+), 53 deletions(-)
--




Jenkins build is back to normal : IvyDE-GithubPR #6

2017-07-11 Thread Apache Jenkins Server
See 




[1/4] ant-ivyde git commit: update build dependencies, and reenable the build of the resolve vizualizer

2017-07-11 Thread hibou
Repository: ant-ivyde
Updated Branches:
  refs/heads/ivyDECredentials-cleaned df5fead54 -> dbd94b3b9


update build dependencies, and reenable the build of the resolve vizualizer


Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/82ea47ff
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/82ea47ff
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/82ea47ff

Branch: refs/heads/ivyDECredentials-cleaned
Commit: 82ea47ff353486da3a34ef290818abadb9609a12
Parents: 45d03ba
Author: Nicolas Lalevée 
Authored: Mon Jul 10 23:33:40 2017 +0200
Committer: Nicolas Lalevée 
Committed: Mon Jul 10 23:34:28 2017 +0200

--
 build.properties| 30 +--
 build.xml   | 49 
 builder/component/allElements.xml   |  4 +--
 builder/component/customTargets.xml | 16 +--
 builder/maps/ivyde.map  |  4 +--
 5 files changed, 51 insertions(+), 52 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/82ea47ff/build.properties
--
diff --git a/build.properties b/build.properties
index af364d2..fd915ea 100644
--- a/build.properties
+++ b/build.properties
@@ -30,18 +30,18 @@ 
eclipse.download.baseurl=http://www.eclipse.org/downloads/download.php
 eclipse.download.sdk.name=eclipse-SDK-4.3.2-win32
 eclipse.download.sdk.dropdir=eclipse/downloads/drops4/R-4.3.2-201402211700
 eclipse.download.sdk.md5=6de9fd3670ecd40b0f8adeb4740dc852
-eclipse.download.wtp.name=wtp-R-3.1.2-20100211202452
-eclipse.download.wtp.dropdir=webtools/downloads/drops/R3.1.2/R-3.1.2-20100211202452
-eclipse.download.wtp.md5=e2c17a1d8b475bca50ac9e96ce23564d
-eclipse.download.emf.name=emf-runtime-2.5.0
-eclipse.download.emf.dropdir=modeling/emf/emf/downloads/drops/2.5.0/R200906151043
-eclipse.download.emf.md5=f12fe508ca23bb11a99d32e946de024f
-eclipse.download.xsd.name=xsd-runtime-2.5.0
-eclipse.download.xsd.dropdir=modeling/emf/emf/downloads/drops/2.5.0/R200906151043
-eclipse.download.xsd.md5=e156ae7e25500603ddc3166b18bb7fb6
-eclipse.download.gef.name=GEF-SDK-3.5.2
-eclipse.download.gef.dropdir=tools/gef/downloads/drops/3.5.2/R201002241200
-eclipse.download.gef.md5=e3aeb007140d5b37c91e8d3d82a37b7a
-eclipse.download.zest.name=GEF-zest-3.6.2
-eclipse.download.zest.dropdir=tools/gef/downloads/drops/3.6.2/R201102251600
-eclipse.download.zest.md5=b7b6f7f07c876ebebdf987e0b3b758e1
+eclipse.download.wtp.name=wtp4x-R-3.4.2-20130208151217
+eclipse.download.wtp.dropdir=webtools/downloads/drops/R3.4.2/R-3.4.2-20130208151217
+eclipse.download.wtp.md5=db368b786f7a43d373b27f1379b0359f
+eclipse.download.emf.name=emf-runtime-2.9.2
+eclipse.download.emf.dropdir=modeling/emf/emf/downloads/drops/2.9.2/R201402031126
+eclipse.download.emf.md5=498713f53a20d7456042beaa3785baa4
+eclipse.download.xsd.name=xsd-runtime-2.9.2
+eclipse.download.xsd.dropdir=modeling/emf/emf/downloads/drops/2.9.2/R201402031126
+eclipse.download.xsd.md5=1262af8447cb193807cd11c8849b5361
+eclipse.download.gef.name=GEF-SDK-3.9.100
+eclipse.download.gef.dropdir=tools/gef/downloads/drops/3.9.100/R201405261516
+eclipse.download.gef.md5=d8e4d18eb8512e8ddd92446aca92599b
+eclipse.download.zest.name=GEF-zest-3.9.100
+eclipse.download.zest.dropdir=tools/gef/downloads/drops/3.9.100/R201405261516
+eclipse.download.zest.md5=e1cb23da55ad6528f5c587d0b6521fb9
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/82ea47ff/build.xml
--
diff --git a/build.xml b/build.xml
index b255e5f..fdcd31f 100644
--- a/build.xml
+++ b/build.xml
@@ -260,7 +260,7 @@
 
 
 
-
+
 
 
 
@@ -519,76 +519,75 @@ You have to specify the Ivy to install with one of the 
following property:
 
 
 
-
+
 
 
 
-
+
 
 
 
-
+
 
 
 
-
+
 
 
 
-
+
 
 
 
-
+
 
 
 
-
+
 
 
 
-
+
 
 
 
-
+
 
 
 
-
+
 
 
 
-
+
 
 
 
-
+
 
 
 
 
-
-
-
+
 
-
-
+
+
 
-
-
+
+
 
 
 
 
 
-
-
+
 
+
 
-
-
-
+
+
+
 
 
 


[2/4] ant-ivyde git commit: set better download base url

2017-07-11 Thread hibou
set better download base url


Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/6480c483
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/6480c483
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/6480c483

Branch: refs/heads/ivyDECredentials-cleaned
Commit: 6480c483064d04281239f61f4ac3ba67c0f438a8
Parents: 82ea47f
Author: Nicolas Lalevée 
Authored: Tue Jul 11 22:01:30 2017 +0200
Committer: Nicolas Lalevée 
Committed: Tue Jul 11 22:01:30 2017 +0200

--
 build.properties |  7 +--
 build.xml| 10 --
 2 files changed, 13 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/6480c483/build.properties
--
diff --git a/build.properties b/build.properties
index fd915ea..822535c 100644
--- a/build.properties
+++ b/build.properties
@@ -26,7 +26,8 @@ eclipse.consoleLog=false
 mirror.url=http://archive.apache.org/dist/
 
 # properties for jenkins build environment
-eclipse.download.baseurl=http://www.eclipse.org/downloads/download.php
+eclipse.download.baseurl=http://download.eclipse.org
+eclipse.download.sdk.baseurl=http://archive.eclipse.org
 eclipse.download.sdk.name=eclipse-SDK-4.3.2-win32
 eclipse.download.sdk.dropdir=eclipse/downloads/drops4/R-4.3.2-201402211700
 eclipse.download.sdk.md5=6de9fd3670ecd40b0f8adeb4740dc852
@@ -39,9 +40,11 @@ eclipse.download.emf.md5=498713f53a20d7456042beaa3785baa4
 eclipse.download.xsd.name=xsd-runtime-2.9.2
 
eclipse.download.xsd.dropdir=modeling/emf/emf/downloads/drops/2.9.2/R201402031126
 eclipse.download.xsd.md5=1262af8447cb193807cd11c8849b5361
+eclipse.download.gef.baseurl=http://archive.eclipse.org
 eclipse.download.gef.name=GEF-SDK-3.9.100
 eclipse.download.gef.dropdir=tools/gef/downloads/drops/3.9.100/R201405261516
 eclipse.download.gef.md5=d8e4d18eb8512e8ddd92446aca92599b
+eclipse.download.zest.baseurl=http://archive.eclipse.org
 eclipse.download.zest.name=GEF-zest-3.9.100
 eclipse.download.zest.dropdir=tools/gef/downloads/drops/3.9.100/R201405261516
-eclipse.download.zest.md5=e1cb23da55ad6528f5c587d0b6521fb9
\ No newline at end of file
+eclipse.download.zest.md5=e1cb23da55ad6528f5c587d0b6521fb9

http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/6480c483/build.xml
--
diff --git a/build.xml b/build.xml
index fdcd31f..426e203 100644
--- a/build.xml
+++ b/build.xml
@@ -585,9 +585,15 @@ You have to specify the Ivy to install with one of the 
following property:
 
 
 
-
-
+
+
+
+
+
+
+
 
 
 



[3/4] ant-ivyde git commit: try to fix the checksum check (might be sensitive to the file name case)

2017-07-11 Thread hibou
try to fix the checksum check (might be sensitive to the file name case)


Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/0d36b49d
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/0d36b49d
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/0d36b49d

Branch: refs/heads/ivyDECredentials-cleaned
Commit: 0d36b49d55aa80ed8d8df53f6e92f66da097e99f
Parents: 6480c48
Author: Nicolas Lalevée 
Authored: Tue Jul 11 22:09:22 2017 +0200
Committer: Nicolas Lalevée 
Committed: Tue Jul 11 22:09:22 2017 +0200

--
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/0d36b49d/build.xml
--
diff --git a/build.xml b/build.xml
index 426e203..bbf8363 100644
--- a/build.xml
+++ b/build.xml
@@ -570,7 +570,7 @@ You have to specify the Ivy to install with one of the 
following property:
 
 
 
-
+
 
 
 



[4/4] ant-ivyde git commit: Merge branch 'master' into ivyDECredentials-cleaned

2017-07-11 Thread hibou
Merge branch 'master' into ivyDECredentials-cleaned


Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/dbd94b3b
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/dbd94b3b
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/dbd94b3b

Branch: refs/heads/ivyDECredentials-cleaned
Commit: dbd94b3b9a73f3e279fa72a779fe43d78118863a
Parents: df5fead 0d36b49
Author: Nicolas Lalevée 
Authored: Tue Jul 11 22:18:15 2017 +0200
Committer: Nicolas Lalevée 
Committed: Tue Jul 11 22:18:15 2017 +0200

--
 build.properties| 35 ++--
 build.xml   | 55 +---
 builder/component/allElements.xml   |  4 +--
 builder/component/customTargets.xml | 16 +-
 builder/maps/ivyde.map  |  4 +--
 5 files changed, 61 insertions(+), 53 deletions(-)
--




Jenkins build is back to normal : IvyDE #322

2017-07-11 Thread Apache Jenkins Server
See 



ant-ivyde git commit: try to fix the checksum check (might be sensitive to the file name case)

2017-07-11 Thread hibou
Repository: ant-ivyde
Updated Branches:
  refs/heads/master 6480c4830 -> 0d36b49d5


try to fix the checksum check (might be sensitive to the file name case)


Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/0d36b49d
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/0d36b49d
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/0d36b49d

Branch: refs/heads/master
Commit: 0d36b49d55aa80ed8d8df53f6e92f66da097e99f
Parents: 6480c48
Author: Nicolas Lalevée 
Authored: Tue Jul 11 22:09:22 2017 +0200
Committer: Nicolas Lalevée 
Committed: Tue Jul 11 22:09:22 2017 +0200

--
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/0d36b49d/build.xml
--
diff --git a/build.xml b/build.xml
index 426e203..bbf8363 100644
--- a/build.xml
+++ b/build.xml
@@ -570,7 +570,7 @@ You have to specify the Ivy to install with one of the 
following property:
 
 
 
-
+
 
 
 



Build failed in Jenkins: IvyDE #321

2017-07-11 Thread Apache Jenkins Server
See 

Changes:

[nicolas.lalevee] set better download base url

--
[...truncated 49.40 KB...]
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 
  [get] 

ant-ivyde git commit: set better download base url

2017-07-11 Thread hibou
Repository: ant-ivyde
Updated Branches:
  refs/heads/master 82ea47ff3 -> 6480c4830


set better download base url


Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/6480c483
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/6480c483
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/6480c483

Branch: refs/heads/master
Commit: 6480c483064d04281239f61f4ac3ba67c0f438a8
Parents: 82ea47f
Author: Nicolas Lalevée 
Authored: Tue Jul 11 22:01:30 2017 +0200
Committer: Nicolas Lalevée 
Committed: Tue Jul 11 22:01:30 2017 +0200

--
 build.properties |  7 +--
 build.xml| 10 --
 2 files changed, 13 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/6480c483/build.properties
--
diff --git a/build.properties b/build.properties
index fd915ea..822535c 100644
--- a/build.properties
+++ b/build.properties
@@ -26,7 +26,8 @@ eclipse.consoleLog=false
 mirror.url=http://archive.apache.org/dist/
 
 # properties for jenkins build environment
-eclipse.download.baseurl=http://www.eclipse.org/downloads/download.php
+eclipse.download.baseurl=http://download.eclipse.org
+eclipse.download.sdk.baseurl=http://archive.eclipse.org
 eclipse.download.sdk.name=eclipse-SDK-4.3.2-win32
 eclipse.download.sdk.dropdir=eclipse/downloads/drops4/R-4.3.2-201402211700
 eclipse.download.sdk.md5=6de9fd3670ecd40b0f8adeb4740dc852
@@ -39,9 +40,11 @@ eclipse.download.emf.md5=498713f53a20d7456042beaa3785baa4
 eclipse.download.xsd.name=xsd-runtime-2.9.2
 
eclipse.download.xsd.dropdir=modeling/emf/emf/downloads/drops/2.9.2/R201402031126
 eclipse.download.xsd.md5=1262af8447cb193807cd11c8849b5361
+eclipse.download.gef.baseurl=http://archive.eclipse.org
 eclipse.download.gef.name=GEF-SDK-3.9.100
 eclipse.download.gef.dropdir=tools/gef/downloads/drops/3.9.100/R201405261516
 eclipse.download.gef.md5=d8e4d18eb8512e8ddd92446aca92599b
+eclipse.download.zest.baseurl=http://archive.eclipse.org
 eclipse.download.zest.name=GEF-zest-3.9.100
 eclipse.download.zest.dropdir=tools/gef/downloads/drops/3.9.100/R201405261516
-eclipse.download.zest.md5=e1cb23da55ad6528f5c587d0b6521fb9
\ No newline at end of file
+eclipse.download.zest.md5=e1cb23da55ad6528f5c587d0b6521fb9

http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/6480c483/build.xml
--
diff --git a/build.xml b/build.xml
index fdcd31f..426e203 100644
--- a/build.xml
+++ b/build.xml
@@ -585,9 +585,15 @@ You have to specify the Ivy to install with one of the 
following property:
 
 
 
-
-
+
+
+
+
+
+
+