You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/03/28 08:01:11 UTC

[camel] branch master updated (1cecb1e -> 4c28a4a)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 1cecb1e  Regen
     new 98245da  CAMEL-12403: Removed deprecated/unsupport GC Properties from build instructions
     new 4c28a4a  CAMEL-12403: Updated build instructions to be per module, added as NOTE

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/user-manual/en/building.adoc | 19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.

[camel] 02/02: CAMEL-12403: Updated build instructions to be per module, added as NOTE

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 4c28a4ab298fbf160c926b7a1805b7ea3d50303b
Author: Satyajit Rakshit <sa...@gmail.com>
AuthorDate: Wed Mar 28 13:17:02 2018 +0530

    CAMEL-12403: Updated build instructions to be per module, added as NOTE
---
 docs/user-manual/en/building.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/user-manual/en/building.adoc b/docs/user-manual/en/building.adoc
index ffe29eb..c55a79c 100644
--- a/docs/user-manual/en/building.adoc
+++ b/docs/user-manual/en/building.adoc
@@ -155,6 +155,8 @@ completed, all Camel projects will be available in your workspace:
 
 image:building.data/camel-eclipse-m2e-import-completed.png[image]
 
+NOTE: As you can see main project is combined with multiple sub projects/modules (e.g. components, archetypes, tooling etc.). Many sub projects/modules are again categorized or packaged with another layer of sub modules and so on. Developers can import project/module which is relevant to them and work on it instead importing entire project which will consume memory and eventually slow down Eclipse. This approach is not only easy to import and work in eclipse as well as easy to test. Lets [...]
+
 [[Building-maven-eclipse-plugin]]
 maven-eclipse-plugin
 

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.

[camel] 01/02: CAMEL-12403: Removed deprecated/unsupport GC Properties from build instructions

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 98245dac6694913f440d20104e815dd4c55cfc23
Author: Satyajit Rakshit <sa...@gmail.com>
AuthorDate: Wed Mar 28 03:23:48 2018 +0530

    CAMEL-12403: Removed deprecated/unsupport GC Properties from build instructions
---
 docs/user-manual/en/building.adoc | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/docs/user-manual/en/building.adoc b/docs/user-manual/en/building.adoc
index a2a9bff..ffe29eb 100644
--- a/docs/user-manual/en/building.adoc
+++ b/docs/user-manual/en/building.adoc
@@ -41,31 +41,18 @@ Unix/Linux/Mac
 
 [source,text]
 ------------------------------------------------------------
-export MAVEN_OPTS="-Xms2048m -Xmx2048m -XX:MaxPermSize=512m"
+export MAVEN_OPTS="-Xms2048m -Xmx3584m"
 ------------------------------------------------------------
 
-For Camel 2.18:
-
-[source,text]
-------------------------------------------------------------
-export MAVEN_OPTS="-XX:+UseConcMarkSweepGC -Xms2048m -Xmx2048m"
-------------------------------------------------------------
 
 [[Building-Windows]]
 Windows
 
 [source,text]
 -------------------------------------------------------
-set MAVEN_OPTS=-Xms2048m -Xmx2048m -XX:MaxPermSize=512m
+set MAVEN_OPTS="-Xms2048m -Xmx3584m"
 -------------------------------------------------------
 
-For Camel 2.18:
-
-[source,text]
-------------------------------------------------------------
-set MAVEN_OPTS="-XX:+UseConcMarkSweepGC -Xms2048m -Xmx2048m"
-------------------------------------------------------------
-
 [[Building-Anormalbuild]]
 A normal build
 ^^^^^^^^^^^^^^

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.