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

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


The following commit(s) were added to refs/heads/master by this push:
     new 28f9eca  Change ide/core.ide arch-what response
28f9eca is described below

commit 28f9ecabc1c3a2d5d4326b5f6776e4193469b2f6
Author: Hector Espert <hectorespertpa...@gmail.com>
AuthorDate: Fri Oct 2 17:31:27 2020 +0200

    Change ide/core.ide arch-what response
---
 ide/core.ide/arch.xml                     | 15 ++++++---------
 ide/core.ide/nbproject/project.properties |  2 +-
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/ide/core.ide/arch.xml b/ide/core.ide/arch.xml
index f2b54de..91db9c0 100644
--- a/ide/core.ide/arch.xml
+++ b/ide/core.ide/arch.xml
@@ -48,9 +48,11 @@
         </question>
 -->
  <answer id="arch-overall">
-  <p>
-   This module contains various generic IDE-like extensions.
-  </p>
+  Right now the <api name="core.ide" category="stable" group="java" 
type="export"> provides handy
+  <a href="@TOP@/org/netbeans/api/core/ide/ServicesTabNodeRegistration.html">
+    ServicesTabNodeRegistration</a>
+    accompanied with few UI elements.
+  </api>
  </answer>
 
 
@@ -133,12 +135,7 @@
         </question>
 -->
  <answer id="arch-what">
-  <api name="core.ide" category="stable" group="java" type="export">
-  Right now this module provides handy
-  <a href="@TOP@/org/netbeans/api/core/ide/ServicesTabNodeRegistration.html">
-    ServicesTabNodeRegistration</a>
-    accompanied with few UI elements.
-  </api>
+     This module contains various generic IDE-like extensions.
  </answer>
 
 
diff --git a/ide/core.ide/nbproject/project.properties 
b/ide/core.ide/nbproject/project.properties
index e4a7972..c71f08b 100644
--- a/ide/core.ide/nbproject/project.properties
+++ b/ide/core.ide/nbproject/project.properties
@@ -22,7 +22,7 @@ extra.module.files=\
     netbeans.css,\
     shortcuts.pdf
 javac.compilerargs=-Xlint -Xlint:-serial
-javac.source=1.6
+javac.source=1.8
 
 javadoc.arch=${basedir}/arch.xml
 javadoc.apichanges=${basedir}/apichanges.xml


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to