You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2019/07/06 11:41:57 UTC

[netbeans] branch release111 updated: Add Payara Micro dependency in j2ee.kit

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

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


The following commit(s) were added to refs/heads/release111 by this push:
     new d190894  Add Payara Micro dependency in j2ee.kit
     new ff49da7  Merge pull request #1356 from neilcsmith-net/release111-payara-micro
d190894 is described below

commit d190894e57891006b3de4e5faf3a272fd6eca5fe
Author: Neil C Smith <ne...@apache.org>
AuthorDate: Fri Jul 5 16:33:42 2019 +0100

    Add Payara Micro dependency in j2ee.kit
---
 enterprise/j2ee.kit/nbproject/project.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/enterprise/j2ee.kit/nbproject/project.xml b/enterprise/j2ee.kit/nbproject/project.xml
index 31f5911..4f248ab 100644
--- a/enterprise/j2ee.kit/nbproject/project.xml
+++ b/enterprise/j2ee.kit/nbproject/project.xml
@@ -95,6 +95,12 @@
                     </run-dependency>
                 </dependency>
                 <dependency>
+                    <code-name-base>org.netbeans.modules.payara.micro</code-name-base>
+                    <run-dependency>
+                        <release-version>0-1</release-version>
+                    </run-dependency>
+                </dependency>
+                <dependency>
                     <code-name-base>org.netbeans.modules.web.kit</code-name-base>
                     <run-dependency>
                         <specification-version>1.0</specification-version>


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

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