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

jlahoda pushed a commit to branch jdk-javac
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git


The following commit(s) were added to refs/heads/jdk-javac by this push:
     new e6cc080  Fixing jshell with nb-javac.
e6cc080 is described below

commit e6cc08038de9ed387f67abd40bfbf9887e842fe9
Author: Jan Lahoda <[email protected]>
AuthorDate: Tue Dec 19 18:07:40 2017 +0100

    Fixing jshell with nb-javac.
---
 jshell.support/nbproject/project.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/jshell.support/nbproject/project.xml 
b/jshell.support/nbproject/project.xml
index 0bf4e11..0905707 100644
--- a/jshell.support/nbproject/project.xml
+++ b/jshell.support/nbproject/project.xml
@@ -121,6 +121,13 @@
                     </run-dependency>
                 </dependency>
                 <dependency>
+                    
<code-name-base>org.netbeans.libs.javacimpl</code-name-base>
+                    <run-dependency>
+                        <release-version>1</release-version>
+                        <implementation-version/>
+                    </run-dependency>
+                </dependency>
+                <dependency>
                     
<code-name-base>org.netbeans.libs.jshell.compile</code-name-base>
                     <build-prerequisite/>
                     <compile-dependency/>
@@ -591,11 +598,6 @@
                         
<code-name-base>org.netbeans.libs.jshell.compile</code-name-base>
                         <compile-dependency/>
                     </test-dependency>
-<!--
-                    <test-dependency>
-                        
<code-name-base>org.netbeans.libs.jshell</code-name-base>
-                    </test-dependency>
--->
                 </test-type>
             </test-dependencies>
             <public-packages/>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to