You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/10/16 05:30:00 UTC

[1/3] syncope git commit: Allow to exclude the Eclipse module from the build, always causing troubles because of the P2 update site unreachable

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 28812f7d1 -> 4f5e12127
  refs/heads/2_1_X e7102cd3b -> 5b898b232
  refs/heads/master b570430ca -> a9854644a


Allow to exclude the Eclipse module from the build, always causing troubles because of the P2 update site unreachable


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/5b898b23
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/5b898b23
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/5b898b23

Branch: refs/heads/2_1_X
Commit: 5b898b23270a7b6f404b653a7d58f7fcf39ef7b9
Parents: e7102cd
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 16 07:29:34 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 16 07:29:34 2018 +0200

----------------------------------------------------------------------
 ide/pom.xml | 30 +++++++++++++++++++++++++-----
 1 file changed, 25 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/5b898b23/ide/pom.xml
----------------------------------------------------------------------
diff --git a/ide/pom.xml b/ide/pom.xml
index e96eb6e..6576c08 100644
--- a/ide/pom.xml
+++ b/ide/pom.xml
@@ -35,13 +35,33 @@ under the License.
     <rootpom.basedir>${basedir}/..</rootpom.basedir>
   </properties>
 
-  <modules>
-    <module>eclipse</module>
-    <module>netbeans</module>
-  </modules>
-
   <profiles>
     <profile>
+      <id>without-eclipse</id>
+
+      <activation>
+	<activeByDefault>false</activeByDefault>
+      </activation>
+
+      <modules>
+	<module>netbeans</module>
+      </modules>
+    </profile>
+
+    <profile>
+      <id>with-eclipse</id>
+
+      <activation>
+	<activeByDefault>true</activeByDefault>
+      </activation>
+
+      <modules>
+	<module>eclipse</module>
+	<module>netbeans</module>
+      </modules>
+    </profile>
+
+    <profile>
       <id>site</id>
 
       <build>


[3/3] syncope git commit: Allow to exclude the Eclipse module from the build, always causing troubles because of the P2 update site unreachable

Posted by il...@apache.org.
Allow to exclude the Eclipse module from the build, always causing troubles because of the P2 update site unreachable


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

Branch: refs/heads/master
Commit: a9854644a50d1377f112c0e6e37e6637553dfada
Parents: b570430
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 16 07:29:34 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 16 07:29:52 2018 +0200

----------------------------------------------------------------------
 ide/pom.xml | 30 +++++++++++++++++++++++++-----
 1 file changed, 25 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/a9854644/ide/pom.xml
----------------------------------------------------------------------
diff --git a/ide/pom.xml b/ide/pom.xml
index f654ab2..2c45b30 100644
--- a/ide/pom.xml
+++ b/ide/pom.xml
@@ -35,13 +35,33 @@ under the License.
     <rootpom.basedir>${basedir}/..</rootpom.basedir>
   </properties>
 
-  <modules>
-    <module>eclipse</module>
-    <module>netbeans</module>
-  </modules>
-
   <profiles>
     <profile>
+      <id>without-eclipse</id>
+
+      <activation>
+	<activeByDefault>false</activeByDefault>
+      </activation>
+
+      <modules>
+	<module>netbeans</module>
+      </modules>
+    </profile>
+
+    <profile>
+      <id>with-eclipse</id>
+
+      <activation>
+	<activeByDefault>true</activeByDefault>
+      </activation>
+
+      <modules>
+	<module>eclipse</module>
+	<module>netbeans</module>
+      </modules>
+    </profile>
+
+    <profile>
       <id>site</id>
 
       <build>


[2/3] syncope git commit: Allow to exclude the Eclipse module from the build, always causing troubles because of the P2 update site unreachable

Posted by il...@apache.org.
Allow to exclude the Eclipse module from the build, always causing troubles because of the P2 update site unreachable


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/4f5e1212
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/4f5e1212
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/4f5e1212

Branch: refs/heads/2_0_X
Commit: 4f5e12127bc39c9b8d38b6f78541887c5a4df24f
Parents: 28812f7
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 16 07:29:34 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 16 07:29:47 2018 +0200

----------------------------------------------------------------------
 ide/pom.xml | 30 +++++++++++++++++++++++++-----
 1 file changed, 25 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/4f5e1212/ide/pom.xml
----------------------------------------------------------------------
diff --git a/ide/pom.xml b/ide/pom.xml
index 362a938..e142343 100644
--- a/ide/pom.xml
+++ b/ide/pom.xml
@@ -35,13 +35,33 @@ under the License.
     <rootpom.basedir>${basedir}/..</rootpom.basedir>
   </properties>
 
-  <modules>
-    <module>eclipse</module>
-    <module>netbeans</module>
-  </modules>
-
   <profiles>
     <profile>
+      <id>without-eclipse</id>
+
+      <activation>
+	<activeByDefault>false</activeByDefault>
+      </activation>
+
+      <modules>
+	<module>netbeans</module>
+      </modules>
+    </profile>
+
+    <profile>
+      <id>with-eclipse</id>
+
+      <activation>
+	<activeByDefault>true</activeByDefault>
+      </activation>
+
+      <modules>
+	<module>eclipse</module>
+	<module>netbeans</module>
+      </modules>
+    </profile>
+
+    <profile>
       <id>site</id>
 
       <build>