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

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git

commit 655f52a955e433c7a9184ebe7053985c43a83671
Merge: 5e84f26 8277081
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Jun 25 00:00:40 2021 +0200

    ide code migration

 src/main/cpp/ide/.dep.inc                     |  22 ++
 src/main/cpp/ide/Makefile                     | 106 +++++
 src/main/cpp/ide/Makefile.mingw               |  33 ++
 src/main/cpp/ide/cmdargs.h                    | 119 ++++++
 src/main/cpp/ide/nblauncher.cpp               | 532 ++++++++++++++++++++++++++
 src/main/cpp/ide/nblauncher.h                 | 107 ++++++
 src/main/cpp/ide/nbproject/configurations.xml | 164 ++++++++
 src/main/cpp/ide/nbproject/project.properties |  17 +
 src/main/cpp/ide/nbproject/project.xml        |  49 +++
 src/main/cpp/ide/netbeans.cpp                 |  29 ++
 src/main/cpp/ide/netbeans.exe.manifest        |  71 ++++
 src/main/cpp/ide/netbeans.ico                 | Bin 0 -> 99678 bytes
 src/main/cpp/ide/netbeans.rc                  |  31 ++
 src/main/cpp/ide/netbeans64.exe.manifest      |  71 ++++
 src/main/cpp/ide/version.h                    |  28 ++
 src/main/cpp/ide/version.rc                   |  62 +++
 16 files changed, 1441 insertions(+)

diff --cc src/main/cpp/ide/.dep.inc
index 0000000,08c0aeb..08c0aeb
mode 000000,100644..100644
--- a/src/main/cpp/ide/.dep.inc
+++ b/src/main/cpp/ide/.dep.inc
diff --cc src/main/cpp/ide/Makefile
index 0000000,ff8bc92..ff8bc92
mode 000000,100644..100644
--- a/src/main/cpp/ide/Makefile
+++ b/src/main/cpp/ide/Makefile
diff --cc src/main/cpp/ide/Makefile.mingw
index 0000000,791d71b..791d71b
mode 000000,100644..100644
--- a/src/main/cpp/ide/Makefile.mingw
+++ b/src/main/cpp/ide/Makefile.mingw
diff --cc src/main/cpp/ide/cmdargs.h
index 0000000,acf56a4..acf56a4
mode 000000,100644..100644
--- a/src/main/cpp/ide/cmdargs.h
+++ b/src/main/cpp/ide/cmdargs.h
diff --cc src/main/cpp/ide/nblauncher.cpp
index 0000000,dda65af..dda65af
mode 000000,100644..100644
--- a/src/main/cpp/ide/nblauncher.cpp
+++ b/src/main/cpp/ide/nblauncher.cpp
diff --cc src/main/cpp/ide/nblauncher.h
index 0000000,469a21f..469a21f
mode 000000,100644..100644
--- a/src/main/cpp/ide/nblauncher.h
+++ b/src/main/cpp/ide/nblauncher.h
diff --cc src/main/cpp/ide/nbproject/configurations.xml
index 0000000,9e0bf6a..9e0bf6a
mode 000000,100644..100644
--- a/src/main/cpp/ide/nbproject/configurations.xml
+++ b/src/main/cpp/ide/nbproject/configurations.xml
diff --cc src/main/cpp/ide/nbproject/project.properties
index 0000000,2456923..2456923
mode 000000,100644..100644
--- a/src/main/cpp/ide/nbproject/project.properties
+++ b/src/main/cpp/ide/nbproject/project.properties
diff --cc src/main/cpp/ide/nbproject/project.xml
index 0000000,2a78a99..2a78a99
mode 000000,100644..100644
--- a/src/main/cpp/ide/nbproject/project.xml
+++ b/src/main/cpp/ide/nbproject/project.xml
diff --cc src/main/cpp/ide/netbeans.cpp
index 0000000,c14972f..c14972f
mode 000000,100644..100644
--- a/src/main/cpp/ide/netbeans.cpp
+++ b/src/main/cpp/ide/netbeans.cpp
diff --cc src/main/cpp/ide/netbeans.exe.manifest
index 0000000,71b1164..71b1164
mode 000000,100644..100644
--- a/src/main/cpp/ide/netbeans.exe.manifest
+++ b/src/main/cpp/ide/netbeans.exe.manifest
diff --cc src/main/cpp/ide/netbeans.ico
index 0000000,ec123c0..ec123c0
mode 000000,100644..100644
Binary files differ
diff --cc src/main/cpp/ide/netbeans.rc
index 0000000,348a320..348a320
mode 000000,100644..100644
--- a/src/main/cpp/ide/netbeans.rc
+++ b/src/main/cpp/ide/netbeans.rc
diff --cc src/main/cpp/ide/netbeans64.exe.manifest
index 0000000,3f7dc6e..3f7dc6e
mode 000000,100644..100644
--- a/src/main/cpp/ide/netbeans64.exe.manifest
+++ b/src/main/cpp/ide/netbeans64.exe.manifest
diff --cc src/main/cpp/ide/version.h
index 0000000,3d8adef..3d8adef
mode 000000,100644..100644
--- a/src/main/cpp/ide/version.h
+++ b/src/main/cpp/ide/version.h
diff --cc src/main/cpp/ide/version.rc
index 0000000,0bb79bf..0bb79bf
mode 000000,100644..100644
--- a/src/main/cpp/ide/version.rc
+++ b/src/main/cpp/ide/version.rc

---------------------------------------------------------------------
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