You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by po...@apache.org on 2017/09/03 17:33:44 UTC

[51/51] [partial] incubator-netbeans-jackpot30 git commit: INFRA-15006 Import for http://bits.netbeans.org/download/apache-donation

INFRA-15006 Import for http://bits.netbeans.org/download/apache-donation


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/commit/9ed0a377
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/tree/9ed0a377
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/diff/9ed0a377

Branch: refs/heads/master
Commit: 9ed0a3779e5ab9860c2126a9377da9b1b7aaa335
Parents: 
Author: d <po...@apache.org>
Authored: Sun Sep 3 13:07:51 2017 -0400
Committer: d <po...@apache.org>
Committed: Sun Sep 3 13:07:51 2017 -0400

----------------------------------------------------------------------
 build.xml                                       |   66 +
 cmdline/ant/build.xml                           |  116 ++
 cmdline/ant/manifest.mf                         |    3 +
 cmdline/ant/nbproject/build-impl.xml            | 1461 ++++++++++++++++
 cmdline/ant/nbproject/genfiles.properties       |   49 +
 cmdline/ant/nbproject/project.properties        |  119 ++
 cmdline/ant/nbproject/project.xml               |   58 +
 .../jackpot30/cmdline/ant/JackpotTask.java      |  139 ++
 .../jackpot30/cmdline/ant/JackpotTaskTest.java  |   84 +
 cmdline/ap/build.xml                            |   76 +
 cmdline/ap/manifest.mf                          |    6 +
 cmdline/ap/nbproject/build-impl.xml             |   88 +
 cmdline/ap/nbproject/genfiles.properties        |   49 +
 cmdline/ap/nbproject/project.properties         |   44 +
 cmdline/ap/nbproject/project.xml                |   73 +
 cmdline/ap/nbproject/suite.properties           |   42 +
 .../javax.annotation.processing.Processor       |   43 +
 .../modules/jackpot30/ap/Bundle.properties      |   42 +
 .../modules/jackpot30/ap/ProcessorImpl.java     |  402 +++++
 .../modules/jackpot30/ap/ProcessorImplTest.java |  244 +++
 cmdline/build.sh                                |   52 +
 cmdline/build.xml                               |   52 +
 .../jackpot30/compiler/ant/JackpotCompiler.java |  112 ++
 cmdline/compiler/build.xml                      |  115 ++
 cmdline/compiler/manifest.mf                    |    5 +
 cmdline/compiler/nbproject/build-impl.xml       |   88 +
 cmdline/compiler/nbproject/genfiles.properties  |   49 +
 cmdline/compiler/nbproject/project.properties   |   49 +
 cmdline/compiler/nbproject/project.xml          |  341 ++++
 cmdline/compiler/nbproject/suite.properties     |   42 +
 cmdline/compiler/scripts/README                 |   32 +
 cmdline/compiler/scripts/jackpotc               |   45 +
 .../api/java/source/CompilationInfoHack.java    |  278 +++
 .../AbstractHintsAnnotationProcessing.java      |   63 +
 .../jackpot30/compiler/Bundle.properties        |   39 +
 .../compiler/CompilerResourcesImpl.java         |   75 +
 .../compiler/HintsAnnotationProcessing.java     |  349 ++++
 .../compiler/HintsAnnotationProcessingImpl.java |  283 ++++
 .../compiler/IndexingAnnotationProcessor.java   |  177 ++
 .../java/source/parsing/HackAccessor.java       |   54 +
 .../modules/parsing/api/SnapshotHack.java       |   54 +
 cmdline/compiler/test/scripted/config           |   44 +
 cmdline/compiler/test/scripted/test-ant-1       |   80 +
 .../compiler/test/scripted/test-ant-with-params |   80 +
 cmdline/compiler/test/scripted/test-cmdline-1   |   71 +
 .../compiler/CreateStandaloneCompilerJar.java   |   64 +
 .../CreateStandaloneCompilerJarTest.java        |   85 +
 .../compiler/HintsAnnotationProcessingTest.java |  256 +++
 .../HintsAnnotationProcessingTestBase.java      |  224 +++
 .../IndexingAnnotationProcessorTest.java        |  122 ++
 cmdline/lib/build.xml                           |   62 +
 cmdline/lib/manifest.mf                         |    5 +
 cmdline/lib/nbproject/build-impl.xml            |   88 +
 cmdline/lib/nbproject/genfiles.properties       |   49 +
 cmdline/lib/nbproject/project.properties        |   46 +
 cmdline/lib/nbproject/project.xml               |  306 ++++
 cmdline/lib/nbproject/suite.properties          |   42 +
 .../jackpot30/cmdline/lib/Bundle.properties     |   39 +
 .../jackpot30/cmdline/lib/DumpHints.java        |   77 +
 .../jackpot30/cmdline/lib/NonNBComputer.java    |  132 ++
 .../jackpot30/cmdline/lib/StandaloneTools.java  |  378 +++++
 .../modules/jackpot30/cmdline/lib/Utils.java    |   94 ++
 .../jackpot30/cmdline/lib/CreateAPLibJar.java   |   62 +
 .../cmdline/lib/CreateStandaloneJar.java        |  579 +++++++
 .../cmdline/lib/CreateStandaloneLibJar.java     |   60 +
 .../lib/CreateStandaloneLibJarNoEscape.java     |   67 +
 cmdline/maven/pom.xml                           |  116 ++
 .../modules/jackpot30/maven/RunAnalyze.java     |   63 +
 .../modules/jackpot30/maven/RunApply.java       |   63 +
 .../modules/jackpot30/maven/RunJackpot30.java   |  144 ++
 .../jackpot30/maven/ShowGuiJackpot30.java       |   91 +
 .../netbeans/modules/jackpot30/maven/Utils.java |   82 +
 .../jackpot30/maven/RunJackpot30Test.java       |  149 ++
 cmdline/maven/tests/sl-15/golden                |    0
 cmdline/maven/tests/sl-15/jackpot-settings.xml  |   49 +
 cmdline/maven/tests/sl-15/pom.xml               |   89 +
 .../tests/sl-15/src/main/java/test/App.java     |   53 +
 cmdline/maven/tests/sl-17/golden                |    3 +
 cmdline/maven/tests/sl-17/jackpot-settings.xml  |   49 +
 cmdline/maven/tests/sl-17/pom.xml               |   89 +
 .../tests/sl-17/src/main/java/test/App.java     |   53 +
 cmdline/maven/tests/test-custom/golden          |    3 +
 cmdline/maven/tests/test-custom/pom.xml         |   77 +
 .../test-custom/src/main/java/test/App.java     |   50 +
 .../main/resources/META-INF/upgrade/test.hint   |   45 +
 cmdline/maven/tests/test1/golden                |    3 +
 cmdline/maven/tests/test1/jackpot-settings.xml  |   49 +
 cmdline/maven/tests/test1/pom.xml               |   80 +
 .../tests/test1/src/main/java/test/App.java     |   54 +
 cmdline/nbproject/build-impl.xml                |   93 +
 cmdline/nbproject/genfiles.properties           |   52 +
 cmdline/nbproject/platform.properties           |   65 +
 cmdline/nbproject/platform.xml                  |   77 +
 cmdline/nbproject/project.properties            |   51 +
 cmdline/nbproject/project.xml                   |   52 +
 cmdline/test/scripted/harness                   |  105 ++
 cmdline/test/scripted/run                       |   44 +
 cmdline/tool/build.xml                          |   79 +
 cmdline/tool/manifest.mf                        |    5 +
 cmdline/tool/nbproject/build-impl.xml           |   88 +
 cmdline/tool/nbproject/genfiles.properties      |   49 +
 cmdline/tool/nbproject/project.properties       |   47 +
 cmdline/tool/nbproject/project.xml              |  438 +++++
 cmdline/tool/nbproject/suite.properties         |   42 +
 cmdline/tool/scripts/README                     |    0
 cmdline/tool/scripts/jackpot                    |   47 +
 cmdline/tool/scripts/jackpot.bat                |   46 +
 .../modules/jackpot30/cmdline/Bundle.properties |   42 +
 .../modules/jackpot30/cmdline/Main.java         | 1090 ++++++++++++
 cmdline/tool/test/scripted/config               |   48 +
 cmdline/tool/test/scripted/test-ant             |   74 +
 cmdline/tool/test/scripted/test-cmdline-1       |   62 +
 cmdline/tool/test/scripted/test-config-diamond  |   79 +
 cmdline/tool/test/scripted/test-source-path     |   68 +
 .../modules/jackpot30/cmdline/CreateTool.java   |   72 +
 .../jackpot30/cmdline/CreateToolTest.java       |  212 +++
 .../modules/jackpot30/cmdline/MainTest.java     |  931 ++++++++++
 duplicates/build.sh                             |   48 +
 duplicates/ide/build.xml                        |   52 +
 duplicates/ide/impl/build.xml                   |   52 +
 duplicates/ide/impl/manifest.mf                 |    5 +
 duplicates/ide/impl/nbproject/build-impl.xml    |   88 +
 .../ide/impl/nbproject/genfiles.properties      |   49 +
 .../ide/impl/nbproject/project.properties       |   43 +
 duplicates/ide/impl/nbproject/project.xml       |  468 +++++
 duplicates/ide/impl/nbproject/suite.properties  |   42 +
 .../jackpot30/duplicates/impl/Bundle.properties |   42 +
 .../jackpot30/impl/duplicates/Bundle.properties |   44 +
 .../impl/duplicates/ComputeDuplicates.java      |  547 ++++++
 .../impl/duplicates/DuplicatesListPanel.form    |  189 +++
 .../impl/duplicates/DuplicatesListPanel.java    |  464 +++++
 .../impl/duplicates/GlobalFindDuplicates.java   |  179 ++
 .../impl/duplicates/hints/FindDuplicates.java   |  133 ++
 .../indexing/DeferredCustomIndexer.java         |  500 ++++++
 .../indexing/DuplicatesCustomIndexerImpl.java   |  131 ++
 .../duplicates/indexing/DuplicatesIndex.java    |  119 ++
 .../indexing/RemoteDuplicatesIndex.java         |  360 ++++
 .../impl/duplicates/ComputeDuplicatesTest.java  |  134 ++
 .../indexing/RemoteDuplicatesIndexTest.java     |  136 ++
 duplicates/ide/nbproject/build-impl.xml         |   93 +
 duplicates/ide/nbproject/genfiles.properties    |   52 +
 duplicates/ide/nbproject/platform.properties    |   61 +
 duplicates/ide/nbproject/platform.xml           |   77 +
 duplicates/ide/nbproject/project.properties     |   44 +
 duplicates/ide/nbproject/project.xml            |   52 +
 duplicates/server/indexer/build.xml             |   51 +
 duplicates/server/indexer/impl/build.xml        |   51 +
 duplicates/server/indexer/impl/manifest.mf      |    5 +
 .../indexer/impl/nbproject/build-impl.xml       |   88 +
 .../indexer/impl/nbproject/genfiles.properties  |   49 +
 .../indexer/impl/nbproject/project.properties   |   43 +
 .../server/indexer/impl/nbproject/project.xml   |  172 ++
 .../indexer/impl/nbproject/suite.properties     |   42 +
 .../duplicates/remoting/Bundle.properties       |   42 +
 .../duplicates/remoting/IndexerImpl.java        |  103 ++
 .../server/indexer/nbproject/build-impl.xml     |   93 +
 .../indexer/nbproject/genfiles.properties       |   52 +
 .../indexer/nbproject/platform.properties       |   68 +
 .../server/indexer/nbproject/platform.xml       |   77 +
 .../server/indexer/nbproject/project.properties |   44 +
 duplicates/server/indexer/nbproject/project.xml |   52 +
 .../server/web/duplicates.web.api/build.xml     |  116 ++
 .../server/web/duplicates.web.api/manifest.mf   |    3 +
 .../duplicates.web.api/nbproject/build-impl.xml | 1502 ++++++++++++++++
 .../nbproject/genfiles.properties               |   49 +
 .../nbproject/project.properties                |  136 ++
 .../duplicates.web.api/nbproject/project.xml    |   71 +
 .../jackpot30/backend/duplicates/api/API.java   |  115 ++
 external/findbugs/build.xml                     |  125 ++
 findbugs-import.xml                             |  124 ++
 hudson/download-extra-nbms.xml                  |   54 +
 hudson/trunk                                    |  114 ++
 increment-spec-versions                         |   57 +
 language/build.sh                               |   46 +
 .../ProjectDependencyUpgraderImpl.java          |  157 ++
 language/ide/bridges/apisupport/build.xml       |   68 +
 language/ide/bridges/apisupport/manifest.mf     |    6 +
 .../bridges/apisupport/nbproject/build-impl.xml |   88 +
 .../apisupport/nbproject/genfiles.properties    |   49 +
 .../apisupport/nbproject/project.properties     |   46 +
 .../bridges/apisupport/nbproject/project.xml    |  127 ++
 .../apisupport/nbproject/suite.properties       |   42 +
 .../APIProjectDependencyUpgraderImpl.java       |  127 ++
 .../jackpot30/apisupport/Bundle.properties      |   42 +
 .../HackyProjectDependencyUpgraderImpl.java     |  106 ++
 .../modules/jackpot30/apisupport/Installer.java |   70 +
 .../ProjectDependencyUpgraderMultiplexor.java   |   63 +
 .../modules/jackpot30/apisupport/Utilities.java |   88 +
 language/ide/build.xml                          |   52 +
 language/ide/indexing/build.xml                 |   52 +
 language/ide/indexing/manifest.mf               |    5 +
 language/ide/indexing/nbproject/build-impl.xml  |   88 +
 .../ide/indexing/nbproject/genfiles.properties  |   49 +
 .../ide/indexing/nbproject/project.properties   |   44 +
 language/ide/indexing/nbproject/project.xml     |  479 ++++++
 .../ide/indexing/nbproject/suite.properties     |   42 +
 .../jackpot30/indexing/Bundle.properties        |   42 +
 .../indexing/batch/BatchUtilities.java          |  170 ++
 .../jackpot30/indexing/batch/Bundle.properties  |   49 +
 .../indexing/batch/EnhancedScopes.java          |  500 ++++++
 .../indexing/batch/OptionProcessorImpl.java     |  276 +++
 .../jackpot30/indexing/index/IndexQuery.java    |  255 +++
 .../jackpot30/indexing/index/Indexer.java       |  241 +++
 .../jackpot30/indexing/index/IndexerTest.java   |  304 ++++
 language/ide/nbproject/build-impl.xml           |   93 +
 language/ide/nbproject/genfiles.properties      |   52 +
 language/ide/nbproject/platform.properties      |   58 +
 language/ide/nbproject/platform.xml             |   77 +
 language/ide/nbproject/project.properties       |   48 +
 language/ide/nbproject/project.xml              |   52 +
 language/ide/ui/build.xml                       |   52 +
 language/ide/ui/manifest.mf                     |    6 +
 language/ide/ui/nbproject/build-impl.xml        |   88 +
 language/ide/ui/nbproject/genfiles.properties   |   49 +
 language/ide/ui/nbproject/project.properties    |   45 +
 language/ide/ui/nbproject/project.xml           |  232 +++
 language/ide/ui/nbproject/suite.properties      |   42 +
 .../modules/jackpot30/ui/Bundle.properties      |   42 +
 .../jackpot30/ui/GenerateJackpotScript.java     |  112 ++
 .../modules/jackpot30/ui/PatternGenerator.java  |  146 ++
 .../org/netbeans/modules/jackpot30/ui/layer.xml |   58 +
 .../ui/settings/HintSettingsAction.java         |  183 ++
 .../ui/settings/XMLHintPreferences.java         |  227 +++
 .../jackpot30/ui/PatternGeneratorTest.java      |  153 ++
 .../ui/settings/XMLHintPreferencesTest.java     |  123 ++
 language/post-build.sh                          |   45 +
 language/server/web/language.web.api/build.xml  |  116 ++
 .../server/web/language.web.api/manifest.mf     |    3 +
 .../language.web.api/nbproject/build-impl.xml   | 1550 +++++++++++++++++
 .../nbproject/genfiles.properties               |   49 +
 .../nbproject/project.properties                |  161 ++
 .../web/language.web.api/nbproject/project.xml  |   95 ++
 .../api/java/source/CompilationInfoHack.java    |  271 +++
 .../jackpot30/backend/language/api/API.java     |  215 +++
 .../backend/language/api/JavacCreatorImpl.java  |  116 ++
 .../jackpot30/backend/language/api/UI.java      |  271 +++
 .../backend/language/api/ui-search.html         |  127 ++
 .../backend/language/api/ui-snippet.html        |   51 +
 .../java/source/parsing/HackAccessor.java       |   54 +
 lib/download.xml                                |  137 ++
 lib/nblibraries.properties                      |   93 +
 nbproject/project.xml                           |   73 +
 remoting/build.sh                               |   70 +
 remoting/common/api/build.xml                   |   52 +
 remoting/common/api/manifest.mf                 |    5 +
 remoting/common/api/nbproject/build-impl.xml    |   88 +
 .../common/api/nbproject/genfiles.properties    |   49 +
 .../common/api/nbproject/project.properties     |   44 +
 remoting/common/api/nbproject/project.xml       |  133 ++
 remoting/common/api/nbproject/suite.properties  |   42 +
 .../modules/jackpot30/common/Bundle.properties  |   42 +
 .../jackpot30/common/api/IndexAccess.java       |  117 ++
 .../modules/jackpot30/common/api/JavaUtils.java |   76 +
 .../jackpot30/common/api/LuceneHelpers.java     |   84 +
 remoting/common/borrowedtests/build.xml         |   57 +
 remoting/common/borrowedtests/manifest.mf       |    6 +
 .../borrowedtests/nbproject/build-impl.xml      |   88 +
 .../borrowedtests/nbproject/genfiles.properties |   49 +
 .../borrowedtests/nbproject/platform.properties |   63 +
 .../borrowedtests/nbproject/project.properties  |   44 +
 .../common/borrowedtests/nbproject/project.xml  |  412 +++++
 .../borrowedtests/nbproject/suite.properties    |   42 +
 .../api/java/source/SourceUtilsTestUtil.java    |  441 +++++
 .../api/java/source/SourceUtilsTestUtil2.java   |   80 +
 .../netbeans/api/java/source/TestUtilities.java |  263 +++
 .../source/matching/MatchingTestAccessor.java   |   62 +
 .../modules/jackpot30/impl/TestUtils.java       |  116 ++
 .../jackpot30/test/borrowed/Bundle.properties   |   38 +
 .../modules/java/hints/TestUtilities.java       |   60 +
 .../hints/infrastructure/TreeRuleTestBase.java  |  303 ++++
 .../java/hints/jackpot/code/spi/TestBase.java   |  341 ++++
 .../java/source/transform/Transformer.java      |  133 ++
 .../modules/java/source/usages/IndexUtil.java   |   58 +
 .../parsing/impl/indexing/MimeTypes.java        |   66 +
 .../util/test/AnnotationProcessorTestUtils.java |  139 ++
 .../org/openide/util/test/TestFileUtils.java    |  271 +++
 remoting/common/build.xml                       |   52 +
 remoting/common/nbproject/build-impl.xml        |   93 +
 remoting/common/nbproject/genfiles.properties   |   52 +
 remoting/common/nbproject/platform.properties   |   54 +
 remoting/common/nbproject/platform.xml          |   77 +
 remoting/common/nbproject/project.properties    |   49 +
 remoting/common/nbproject/project.xml           |   52 +
 remoting/common/test/build.xml                  |   52 +
 remoting/common/test/manifest.mf                |    5 +
 remoting/common/test/nbproject/build-impl.xml   |   88 +
 .../common/test/nbproject/genfiles.properties   |   49 +
 .../common/test/nbproject/project.properties    |   45 +
 remoting/common/test/nbproject/project.xml      |  420 +++++
 remoting/common/test/nbproject/suite.properties |   42 +
 .../jackpot30/common/test/Bundle.properties     |   42 +
 .../jackpot30/common/test/IndexTestBase.java    |  187 ++
 remoting/ide/api/build.xml                      |   73 +
 remoting/ide/api/manifest.mf                    |    6 +
 remoting/ide/api/nbproject/build-impl.xml       |   88 +
 remoting/ide/api/nbproject/genfiles.properties  |   49 +
 remoting/ide/api/nbproject/project.properties   |   44 +
 remoting/ide/api/nbproject/project.xml          |  232 +++
 remoting/ide/api/nbproject/suite.properties     |   42 +
 .../remoting/api/FileSystemLister.java          |   55 +
 .../jackpot30/remoting/api/LocalCache.java      |  173 ++
 .../jackpot30/remoting/api/LocalServer.java     |   56 +
 .../jackpot30/remoting/api/RemoteIndex.java     |  208 +++
 .../jackpot30/remoting/api/Utilities.java       |  266 +++
 .../jackpot30/remoting/api/WebUtilities.java    |  156 ++
 .../jackpot30/remotingapi/Bundle.properties     |   42 +
 .../jackpot30/remotingapi/CacheFolder.java      |  269 +++
 .../remotingapi/options/Bundle.properties       |   53 +
 .../options/CustomizeRemoteIndex.form           |  178 ++
 .../options/CustomizeRemoteIndex.java           |  616 +++++++
 .../remotingapi/options/FSChooser.java          |  260 +++
 .../options/IndexOptionsPanelController.java    |  113 ++
 .../remotingapi/options/IndexPanel.form         |  119 ++
 .../remotingapi/options/IndexPanel.java         |  370 ++++
 .../jackpot30/remotingapi/options/Utils.java    |   90 +
 remoting/ide/browsing/build.xml                 |   52 +
 remoting/ide/browsing/manifest.mf               |    7 +
 remoting/ide/browsing/nbproject/build-impl.xml  |   88 +
 .../ide/browsing/nbproject/genfiles.properties  |   49 +
 .../ide/browsing/nbproject/project.properties   |   43 +
 remoting/ide/browsing/nbproject/project.xml     |  197 +++
 .../ide/browsing/nbproject/suite.properties     |   42 +
 .../jackpot30/ide/browsing/Bundle.properties    |   42 +
 .../jackpot30/ide/browsing/ColoringManager.java |  181 ++
 .../jackpot30/ide/browsing/Highlighting.java    |  223 +++
 .../ide/browsing/HyperlinkProviderImpl.java     |  236 +++
 .../jackpot30/ide/browsing/Installer.java       |   53 +
 .../jackpot30/ide/browsing/RemoteEditorKit.java |   95 ++
 .../ide/browsing/RemoteJavaDataObject.java      |  131 ++
 .../modules/jackpot30/ide/browsing/class.png    |  Bin 0 -> 731 bytes
 remoting/ide/build.xml                          |   52 +
 remoting/ide/cnd.remote.bridge/build.xml        |   52 +
 remoting/ide/cnd.remote.bridge/manifest.mf      |    5 +
 .../cnd.remote.bridge/nbproject/build-impl.xml  |   85 +
 .../nbproject/genfiles.properties               |   49 +
 .../nbproject/platform.properties               |   58 +
 .../nbproject/project.properties                |   45 +
 .../ide/cnd.remote.bridge/nbproject/project.xml |  121 ++
 .../cnd/remote/bridge/Bundle.properties         |   42 +
 .../cnd/remote/bridge/FileSystemListerImpl.java |   78 +
 remoting/ide/downloadable/build.xml             |   52 +
 remoting/ide/downloadable/manifest.mf           |    5 +
 .../ide/downloadable/nbproject/build-impl.xml   |   88 +
 .../downloadable/nbproject/genfiles.properties  |   49 +
 .../downloadable/nbproject/project.properties   |   44 +
 remoting/ide/downloadable/nbproject/project.xml |  122 ++
 .../ide/downloadable/nbproject/suite.properties |   42 +
 .../remoting/downloadable/Bundle.properties     |   43 +
 .../DownloadedIndexPatcherImpl.java             |  275 +++
 .../downloadable/IndexDownloaderImpl.java       |  111 ++
 remoting/ide/jumpto/build.xml                   |   53 +
 remoting/ide/jumpto/manifest.mf                 |    6 +
 remoting/ide/jumpto/nbproject/build-impl.xml    |   88 +
 .../ide/jumpto/nbproject/genfiles.properties    |   49 +
 .../ide/jumpto/nbproject/project.properties     |   44 +
 remoting/ide/jumpto/nbproject/project.xml       |  166 ++
 remoting/ide/jumpto/nbproject/suite.properties  |   42 +
 .../jackpot30/jumpto/AbstractDescriptor.java    |  118 ++
 .../modules/jackpot30/jumpto/Bundle.properties  |   42 +
 .../jackpot30/jumpto/RemoteGoToSymbol.java      |  219 +++
 .../jackpot30/jumpto/RemoteGoToType.java        |  221 +++
 .../modules/jackpot30/jumpto/RemoteQuery.java   |  240 +++
 .../jackpot30/jumpto/RemoteGoToSymbolTest.java  |   76 +
 .../jackpot30/jumpto/RemoteGoToTypeTest.java    |  152 ++
 remoting/ide/kit/build.xml                      |   52 +
 remoting/ide/kit/manifest.mf                    |    5 +
 remoting/ide/kit/nbproject/build-impl.xml       |   88 +
 remoting/ide/kit/nbproject/genfiles.properties  |   49 +
 remoting/ide/kit/nbproject/project.properties   |   43 +
 remoting/ide/kit/nbproject/project.xml          |   88 +
 remoting/ide/kit/nbproject/suite.properties     |   42 +
 .../jackpot30/remoting/kit/Bundle.properties    |   43 +
 remoting/ide/local/build.xml                    |   52 +
 remoting/ide/local/manifest.mf                  |    6 +
 remoting/ide/local/nbproject/build-impl.xml     |   88 +
 .../ide/local/nbproject/genfiles.properties     |   49 +
 remoting/ide/local/nbproject/project.properties |   43 +
 remoting/ide/local/nbproject/project.xml        |  123 ++
 remoting/ide/local/nbproject/suite.properties   |   42 +
 .../jackpot30/remoting/local/Bundle.properties  |   42 +
 .../remoting/local/LocalServerImpl.java         |  194 +++
 remoting/ide/nbproject/build-impl.xml           |   93 +
 remoting/ide/nbproject/genfiles.properties      |   52 +
 remoting/ide/nbproject/platform.properties      |   59 +
 remoting/ide/nbproject/platform.xml             |   77 +
 remoting/ide/nbproject/project.properties       |   56 +
 remoting/ide/nbproject/project.xml              |   52 +
 remoting/ide/usages/build.xml                   |   52 +
 remoting/ide/usages/manifest.mf                 |    7 +
 remoting/ide/usages/nbproject/build-impl.xml    |   88 +
 .../ide/usages/nbproject/genfiles.properties    |   49 +
 .../ide/usages/nbproject/project.properties     |   43 +
 remoting/ide/usages/nbproject/project.xml       |  303 ++++
 remoting/ide/usages/nbproject/suite.properties  |   42 +
 .../jackpot30/ide/usages/Bundle.properties      |   49 +
 .../jackpot30/ide/usages/ClassOptions.form      |   73 +
 .../jackpot30/ide/usages/ClassOptions.java      |  130 ++
 .../jackpot30/ide/usages/MethodOptions.form     |   92 +
 .../jackpot30/ide/usages/MethodOptions.java     |  182 ++
 .../modules/jackpot30/ide/usages/Nodes.java     |  672 ++++++++
 .../jackpot30/ide/usages/RemoteUsages.java      |  491 ++++++
 .../usages/RemoteUsagesWindowTopComponent.form  |   17 +
 .../usages/RemoteUsagesWindowTopComponent.java  |  147 ++
 .../ide/usages/hints/RemotelyUnused.java        |  152 ++
 .../modules/jackpot30/ide/usages/NodesTest.java |  158 ++
 remoting/post-build.sh                          |   56 +
 remoting/server/hudson/pom.xml                  |   77 +
 .../jackpot30/hudson/ClearIndexProperty.java    |  131 ++
 .../jackpot30/hudson/IndexGlobalAction.java     |  105 ++
 .../jackpot30/hudson/IndexingBuilder.java       |  384 +++++
 .../modules/jackpot30/hudson/IndexingTool.java  |  100 ++
 .../jackpot30/hudson/InstallIndexingTool.java   |  114 ++
 .../modules/jackpot30/hudson/PluginImpl.java    |   76 +
 .../modules/jackpot30/hudson/UploadIndex.java   |  139 ++
 .../modules/jackpot30/hudson/WebFrontEnd.java   |  266 +++
 .../hudson/src/main/resources/index.jelly       |   46 +
 .../hudson/IndexingBuilder/config.jelly         |   69 +
 .../hudson/IndexingBuilder/global.jelly         |   58 +
 .../hudson/IndexingBuilder/help-cacheDir.html   |   46 +
 .../IndexingBuilder/help-ignorePatterns.html    |   46 +
 .../IndexingBuilder/help-indexSubDirectory.html |   46 +
 .../IndexingBuilder/help-projectName.html       |   46 +
 .../jackpot30/hudson/IndexingBuilder/help.html  |   46 +
 .../src/main/webapp/help-globalConfig.html      |   48 +
 .../jackpot30/hudson/IndexingBuilderTest.java   |  214 +++
 remoting/server/indexer/build.xml               |   56 +
 remoting/server/indexer/etc/app.conf            |   56 +
 remoting/server/indexer/impl/build.xml          |   52 +
 remoting/server/indexer/impl/manifest.mf        |    4 +
 .../indexer/impl/nbproject/build-impl.xml       |   88 +
 .../indexer/impl/nbproject/genfiles.properties  |   49 +
 .../indexer/impl/nbproject/project.properties   |   44 +
 .../server/indexer/impl/nbproject/project.xml   |  317 ++++
 .../indexer/impl/nbproject/suite.properties     |   42 +
 .../impl/release/patterns/ignore-standard       |    1 +
 .../release/patterns/project-marker-ant-based   |    1 +
 .../impl/release/patterns/project-marker-maven  |    1 +
 .../backend/impl/BackendIndexAccess.java        |   73 +
 .../jackpot30/backend/impl/Bundle.properties    |   42 +
 .../backend/impl/OptionProcessorImpl.java       |  508 ++++++
 .../backend/impl/spi/IndexAccessor.java         |   86 +
 .../backend/impl/spi/StatisticsGenerator.java   |  102 ++
 .../jackpot30/backend/impl/spi/Utilities.java   |   88 +
 .../server/indexer/nbproject/build-impl.xml     |   93 +
 .../indexer/nbproject/genfiles.properties       |   52 +
 .../indexer/nbproject/platform.properties       |   58 +
 remoting/server/indexer/nbproject/platform.xml  |   77 +
 .../server/indexer/nbproject/project.properties |   51 +
 remoting/server/indexer/nbproject/project.xml   |   52 +
 remoting/server/indexer/source/build.xml        |   52 +
 remoting/server/indexer/source/manifest.mf      |    5 +
 .../indexer/source/nbproject/build-impl.xml     |   88 +
 .../source/nbproject/genfiles.properties        |   49 +
 .../indexer/source/nbproject/project.properties |   43 +
 .../server/indexer/source/nbproject/project.xml |  116 ++
 .../indexer/source/nbproject/suite.properties   |   42 +
 .../jackpot30/indexer/source/Bundle.properties  |   42 +
 .../jackpot30/indexer/source/SourceIndexer.java |  145 ++
 .../source/SourceStatisticsGenerator.java       |   77 +
 remoting/server/indexer/usages/build.xml        |   52 +
 remoting/server/indexer/usages/manifest.mf      |    5 +
 .../indexer/usages/nbproject/build-impl.xml     |   88 +
 .../usages/nbproject/genfiles.properties        |   49 +
 .../indexer/usages/nbproject/project.properties |   43 +
 .../server/indexer/usages/nbproject/project.xml |  182 ++
 .../indexer/usages/nbproject/suite.properties   |   42 +
 .../jackpot30/indexer/usages/Bundle.properties  |   41 +
 .../jackpot30/indexer/usages/Common.java        |   81 +
 .../jackpot30/indexer/usages/IndexerImpl.java   |  525 ++++++
 .../indexer/usages/ResourceIndexerImpl.java     |  176 ++
 .../usages/UsagesStatisticsGenerator.java       |   72 +
 .../indexer/usages/IndexerImplTest.java         |  357 ++++
 .../parsing/impl/indexing/MimeTypes.java        |   66 +
 remoting/server/scripts/index.sh                |   54 +
 remoting/server/scripts/web.sh                  |   51 +
 .../server/tests/data/group1/prj1/build.xml     |  116 ++
 .../server/tests/data/group1/prj1/manifest.mf   |    3 +
 .../data/group1/prj1/nbproject/build-impl.xml   | 1461 ++++++++++++++++
 .../group1/prj1/nbproject/genfiles.properties   |   49 +
 .../group1/prj1/nbproject/project.properties    |  112 ++
 .../data/group1/prj1/nbproject/project.xml      |   58 +
 .../tests/data/group1/prj1/src/project1/A.java  |   52 +
 .../tests/data/group1/prj1/src/project1/B.java  |   51 +
 .../tests/integration-data/example/build.xml    |  116 ++
 .../tests/integration-data/example/manifest.mf  |    3 +
 .../example/nbproject/build-impl.xml            | 1461 ++++++++++++++++
 .../example/nbproject/genfiles.properties       |   49 +
 .../example/nbproject/project.properties        |  112 ++
 .../example/nbproject/project.xml               |   58 +
 .../modules/jackpot30/example/ClassA.java       |   50 +
 .../modules/jackpot30/example/SubClassA.java    |   52 +
 .../modules/jackpot30/example/UseClassA.java    |   52 +
 remoting/server/tests/integration/pom.xml       |  107 ++
 .../jackpot30/web/ui/test/OverallTest.java      |  187 ++
 remoting/server/tests/run-declarative-tests     |  110 ++
 remoting/server/tests/run-integration-tests     |   69 +
 remoting/server/tests/testcases/list.tc/request |   42 +
 .../server/tests/testcases/list.tc/response     |    1 +
 .../tests/testcases/sources/simple.tc/request   |   42 +
 .../tests/testcases/sources/simple.tc/response  |    9 +
 .../testcases/symbol/symbol-lookup1.tc/request  |   42 +
 .../testcases/symbol/symbol-lookup1.tc/response |   15 +
 .../tests/testcases/type/lookup1.tc/request     |   42 +
 .../tests/testcases/type/lookup1.tc/response    |    5 +
 .../tests/testcases/usages/field-new.tc/request |   42 +
 .../testcases/usages/field-new.tc/response      |    1 +
 .../tests/testcases/usages/field-old.tc/request |   42 +
 .../testcases/usages/field-old.tc/response      |    1 +
 .../testcases/usages/usages-simple.tc/request   |   42 +
 .../testcases/usages/usages-simple.tc/response  |    1 +
 remoting/server/web/base.web.api/build.xml      |  116 ++
 remoting/server/web/base.web.api/manifest.mf    |    3 +
 .../web/base.web.api/nbproject/build-impl.xml   | 1486 ++++++++++++++++
 .../base.web.api/nbproject/genfiles.properties  |   49 +
 .../base.web.api/nbproject/project.properties   |  127 ++
 .../web/base.web.api/nbproject/project.xml      |   61 +
 .../backend/base/AccessStatistics.java          |  187 ++
 .../jackpot30/backend/base/CategoryStorage.java |  315 ++++
 .../backend/base/FreemarkerUtilities.java       |   94 ++
 .../backend/base/RelStreamHandlerFactory.java   |   72 +
 .../jackpot30/backend/base/SourceRoot.java      |  154 ++
 .../jackpot30/backend/base/Utilities.java       |   76 +
 .../jackpot30/backend/base/WebUtilities.java    |  137 ++
 .../modules/jackpot30/backend/base/api/API.java |  101 ++
 remoting/server/web/nbindex.web.api/build.xml   |  116 ++
 remoting/server/web/nbindex.web.api/manifest.mf |    3 +
 .../nbindex.web.api/nbproject/build-impl.xml    | 1502 ++++++++++++++++
 .../nbproject/genfiles.properties               |   49 +
 .../nbproject/project.properties                |  129 ++
 .../web/nbindex.web.api/nbproject/project.xml   |   71 +
 .../backend/usages/api/DownloadableIndex.java   |  160 ++
 remoting/server/web/resolve.web.api/build.xml   |  116 ++
 remoting/server/web/resolve.web.api/manifest.mf |    3 +
 .../resolve.web.api/nbproject/build-impl.xml    | 1518 +++++++++++++++++
 .../nbproject/genfiles.properties               |   49 +
 .../nbproject/project.properties                |  141 ++
 .../web/resolve.web.api/nbproject/project.xml   |   79 +
 .../jackpot30/resolve/api/CompilationInfo.java  |   97 ++
 .../jackpot30/resolve/api/JavaUtils.java        |   79 +
 .../modules/jackpot30/resolve/api/Javac.java    |  361 ++++
 .../jackpot30/resolve/api/JavacCreator.java     |   77 +
 .../jackpot30/resolve/api/ResolveService.java   |  296 ++++
 remoting/server/web/source.web.api/build.xml    |  116 ++
 remoting/server/web/source.web.api/manifest.mf  |    3 +
 .../web/source.web.api/nbproject/build-impl.xml | 1502 ++++++++++++++++
 .../nbproject/genfiles.properties               |   49 +
 .../source.web.api/nbproject/project.properties |  123 ++
 .../web/source.web.api/nbproject/project.xml    |   71 +
 .../modules/jackpot30/source/api/API.java       |  141 ++
 remoting/server/web/type.web.api/build.xml      |  116 ++
 remoting/server/web/type.web.api/manifest.mf    |    3 +
 .../web/type.web.api/nbproject/build-impl.xml   | 1502 ++++++++++++++++
 .../type.web.api/nbproject/genfiles.properties  |   49 +
 .../type.web.api/nbproject/project.properties   |  133 ++
 .../web/type.web.api/nbproject/project.xml      |   71 +
 .../jackpot30/backend/type/api/Base.java        |  125 ++
 .../jackpot30/backend/type/api/Symbol.java      |   89 +
 .../jackpot30/backend/type/api/Type.java        |   73 +
 remoting/server/web/usages.web.api/build.xml    |  116 ++
 remoting/server/web/usages.web.api/manifest.mf  |    3 +
 .../web/usages.web.api/nbproject/build-impl.xml | 1502 ++++++++++++++++
 .../nbproject/genfiles.properties               |   49 +
 .../usages.web.api/nbproject/project.properties |  127 ++
 .../web/usages.web.api/nbproject/project.xml    |   71 +
 .../backend/usages/api/SubClasses.java          |  120 ++
 .../jackpot30/backend/usages/api/Usages.java    |  137 ++
 remoting/server/web/web.main/build.xml          |  118 ++
 remoting/server/web/web.main/manifest.mf        |    3 +
 .../web/web.main/nbproject/build-impl.xml       | 1598 ++++++++++++++++++
 .../web/web.main/nbproject/genfiles.properties  |   49 +
 .../web/web.main/nbproject/project.properties   |  177 ++
 .../server/web/web.main/nbproject/project.xml   |  119 ++
 .../jackpot30/backend/main/MainPage.java        |   60 +
 .../modules/jackpot30/backend/main/WebMain.java |  165 ++
 .../web.ui.frontend/config/jsTestDriver.conf    |   50 +
 .../server/web/web.ui.frontend/download.xml     |   84 +
 .../nbproject/project.properties                |   54 +
 .../web/web.ui.frontend/nbproject/project.xml   |   52 +
 .../public_html/index/ui/icons/next.png         |  Bin 0 -> 27493 bytes
 .../public_html/index/ui/icons/prev.png         |  Bin 0 -> 29870 bytes
 .../public_html/index/ui/index.html             |  146 ++
 .../public_html/index/ui/script.js              |  634 +++++++
 .../public_html/index/ui/search.html            |   70 +
 .../public_html/index/ui/showCode.html          |   52 +
 .../public_html/index/ui/usages.html            |   64 +
 .../test/unit/index/ui/script-test.js           |   66 +
 remoting/server/web/web.ui/build.xml            |  116 ++
 remoting/server/web/web.ui/manifest.mf          |    3 +
 .../server/web/web.ui/nbproject/build-impl.xml  | 1518 +++++++++++++++++
 .../web/web.ui/nbproject/genfiles.properties    |   54 +
 .../web/web.ui/nbproject/project.properties     |  156 ++
 .../server/web/web.ui/nbproject/project.xml     |   79 +
 .../server/web/web.ui/src/icons/annotation.gif  |  Bin 0 -> 3011 bytes
 .../server/web/web.ui/src/icons/annotation.png  |  Bin 0 -> 733 bytes
 remoting/server/web/web.ui/src/icons/class.gif  |  Bin 0 -> 326 bytes
 remoting/server/web/web.ui/src/icons/class.png  |  Bin 0 -> 785 bytes
 .../server/web/web.ui/src/icons/constant.gif    |  Bin 0 -> 400 bytes
 .../server/web/web.ui/src/icons/constant.png    |  Bin 0 -> 400 bytes
 .../web/web.ui/src/icons/constructorPackage.png |  Bin 0 -> 604 bytes
 .../web/web.ui/src/icons/constructorPrivate.png |  Bin 0 -> 704 bytes
 .../web.ui/src/icons/constructorProtected.png   |  Bin 0 -> 675 bytes
 .../web/web.ui/src/icons/constructorPublic.png  |  Bin 0 -> 492 bytes
 remoting/server/web/web.ui/src/icons/enum.gif   |  Bin 0 -> 344 bytes
 remoting/server/web/web.ui/src/icons/enum.png   |  Bin 0 -> 830 bytes
 .../server/web/web.ui/src/icons/exception.gif   |  Bin 0 -> 99 bytes
 .../web/web.ui/src/icons/fieldPackage.png       |  Bin 0 -> 491 bytes
 .../web/web.ui/src/icons/fieldPrivate.png       |  Bin 0 -> 601 bytes
 .../web/web.ui/src/icons/fieldProtected.png     |  Bin 0 -> 570 bytes
 .../server/web/web.ui/src/icons/fieldPublic.png |  Bin 0 -> 342 bytes
 .../web/web.ui/src/icons/fieldStaticPackage.png |  Bin 0 -> 531 bytes
 .../web/web.ui/src/icons/fieldStaticPrivate.png |  Bin 0 -> 656 bytes
 .../web.ui/src/icons/fieldStaticProtected.png   |  Bin 0 -> 633 bytes
 .../web/web.ui/src/icons/fieldStaticPublic.png  |  Bin 0 -> 366 bytes
 .../web/web.ui/src/icons/implement-glyph.gif    |  Bin 0 -> 659 bytes
 .../server/web/web.ui/src/icons/initializer.png |  Bin 0 -> 353 bytes
 .../web/web.ui/src/icons/initializerStatic.png  |  Bin 0 -> 347 bytes
 .../server/web/web.ui/src/icons/interface.gif   |  Bin 0 -> 879 bytes
 .../server/web/web.ui/src/icons/interface.png   |  Bin 0 -> 541 bytes
 remoting/server/web/web.ui/src/icons/jar.gif    |  Bin 0 -> 758 bytes
 .../server/web/web.ui/src/icons/javaFile.png    |  Bin 0 -> 731 bytes
 .../web/web.ui/src/icons/methodPackage.png      |  Bin 0 -> 666 bytes
 .../web/web.ui/src/icons/methodPrivate.png      |  Bin 0 -> 779 bytes
 .../web/web.ui/src/icons/methodProtected.png    |  Bin 0 -> 767 bytes
 .../web/web.ui/src/icons/methodPublic.png       |  Bin 0 -> 556 bytes
 .../web.ui/src/icons/methodStaticPackage.png    |  Bin 0 -> 667 bytes
 .../web.ui/src/icons/methodStaticPrivate.png    |  Bin 0 -> 779 bytes
 .../web.ui/src/icons/methodStaticProtected.png  |  Bin 0 -> 768 bytes
 .../web/web.ui/src/icons/methodStaticPublic.png |  Bin 0 -> 541 bytes
 .../web/web.ui/src/icons/override-glyph.gif     |  Bin 0 -> 458 bytes
 .../server/web/web.ui/src/icons/override.gif    |  Bin 0 -> 215 bytes
 .../web/web.ui/src/icons/package-empty.gif      |  Bin 0 -> 474 bytes
 .../server/web/web.ui/src/icons/package.gif     |  Bin 0 -> 496 bytes
 remoting/server/web/web.ui/src/icons/wait.gif   |  Bin 0 -> 568 bytes
 remoting/server/web/web.ui/src/icons/wait.png   |  Bin 0 -> 568 bytes
 .../modules/jackpot30/backend/ui/UI.java        |  875 ++++++++++
 .../ui/highlighting/ColoringAttributes.java     |  191 +++
 .../ColoringAttributes.java.original            |  191 +++
 .../ui/highlighting/SemanticHighlighter.java    | 1216 +++++++++++++
 .../SemanticHighlighter.java.original           | 1358 +++++++++++++++
 .../backend/ui/highlighting/TokenList.java      |  209 +++
 .../ui/highlighting/TokenList.java.original     |  301 ++++
 .../modules/jackpot30/backend/ui/UITest.java    |   94 ++
 standard-nbm-license.txt                        |  839 +++++++++
 suite-common.xml                                |   48 +
 644 files changed, 84659 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/9ed0a377/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
new file mode 100644
index 0000000..d5c436c
--- /dev/null
+++ b/build.xml
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+
+Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
+
+Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+Other names may be trademarks of their respective owners.
+
+The contents of this file are subject to the terms of either the GNU
+General Public License Version 2 only ("GPL") or the Common
+Development and Distribution License("CDDL") (collectively, the
+"License"). You may not use this file except in compliance with the
+License. You can obtain a copy of the License at
+http://www.netbeans.org/cddl-gplv2.html
+or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+specific language governing permissions and limitations under the
+License.  When distributing the software, include this License Header
+Notice in each file and include the License file at
+nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+particular file as subject to the "Classpath" exception as provided
+by Oracle in the GPL Version 2 section of the License file that
+accompanied this code. If applicable, add the following below the
+License Header, with the fields enclosed by brackets [] replaced by
+your own identifying information:
+"Portions Copyrighted [year] [name of copyright owner]"
+
+Contributor(s):
+
+The Original Software is NetBeans. The Initial Developer of the Original
+Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
+Microsystems, Inc. All Rights Reserved.
+
+If you wish your version of this file to be governed by only the CDDL
+or only the GPL Version 2, indicate your decision by adding
+"[Contributor] elects to include this software in this distribution
+under the [CDDL or GPL Version 2] license." If you do not indicate a
+single choice of license, a recipient has the option to distribute
+your version of this file under either the CDDL, the GPL Version 2 or
+to extend the choice of license to its licensees as provided above.
+However, if you add GPL Version 2 code and therefore, elected the GPL
+Version 2 license, then the option applies only if the new code is
+made subject to such option by the copyright holder.
+-->
+<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
+<!-- for some information on what you could do (e.g. targets to override). -->
+<!-- If you delete this file and reopen the project it will be recreated. -->
+<project name="jackpot30" basedir=".">
+    <target name="build-auc">
+        <taskdef classpath="${nbplatform.default.harness.dir}/tasks.jar" resource="org/netbeans/nbbuild/taskdefs.properties"/>
+        <fileset id="updater.jar" dir="${nbplatform.default.netbeans.dest.dir}">
+            <filename name="platform/modules/ext/updater.jar"/>
+        </fileset>
+        <property name="catalog.base.url" value="."/>
+        <mkdir dir="build/updates" />
+        <makeupdatedesc desc="build/updates/updates.xml" distbase="${catalog.base.url}" automaticgrouping="true" uselicenseurl="${use.license.url.in.catalog}">
+            <fileset dir="build/updates">
+                <include name="*.nbm"/>
+                <include name="*.jar"/> <!-- #181025: bare OSGi bundles -->
+            </fileset>
+            <updaterjar>
+                <resources refid="updater.jar"/>
+            </updaterjar>
+        </makeupdatedesc>
+    </target>
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/9ed0a377/cmdline/ant/build.xml
----------------------------------------------------------------------
diff --git a/cmdline/ant/build.xml b/cmdline/ant/build.xml
new file mode 100644
index 0000000..633d761
--- /dev/null
+++ b/cmdline/ant/build.xml
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+
+Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
+
+Oracle and Java are registered trademarks of Oracle and/or its affiliates.
+Other names may be trademarks of their respective owners.
+
+The contents of this file are subject to the terms of either the GNU
+General Public License Version 2 only ("GPL") or the Common
+Development and Distribution License("CDDL") (collectively, the
+"License"). You may not use this file except in compliance with the
+License. You can obtain a copy of the License at
+http://www.netbeans.org/cddl-gplv2.html
+or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
+specific language governing permissions and limitations under the
+License.  When distributing the software, include this License Header
+Notice in each file and include the License file at
+nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
+particular file as subject to the "Classpath" exception as provided
+by Oracle in the GPL Version 2 section of the License file that
+accompanied this code. If applicable, add the following below the
+License Header, with the fields enclosed by brackets [] replaced by
+your own identifying information:
+"Portions Copyrighted [year] [name of copyright owner]"
+
+Contributor(s):
+
+The Original Software is NetBeans. The Initial Developer of the Original
+Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
+Microsystems, Inc. All Rights Reserved.
+
+If you wish your version of this file to be governed by only the CDDL
+or only the GPL Version 2, indicate your decision by adding
+"[Contributor] elects to include this software in this distribution
+under the [CDDL or GPL Version 2] license." If you do not indicate a
+single choice of license, a recipient has the option to distribute
+your version of this file under either the CDDL, the GPL Version 2 or
+to extend the choice of license to its licensees as provided above.
+However, if you add GPL Version 2 code and therefore, elected the GPL
+Version 2 license, then the option applies only if the new code is
+made subject to such option by the copyright holder.
+-->
+<!-- You may freely edit this file. See commented blocks below for -->
+<!-- some examples of how to customize the build. -->
+<!-- (If you delete it and reopen the project it will be recreated.) -->
+<!-- By default, only the Clean and Build commands use this build script. -->
+<!-- Commands such as Run, Debug, and Test only use this build script if -->
+<!-- the Compile on Save feature is turned off for the project. -->
+<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
+<!-- in the project's Project Properties dialog box.-->
+<project name="Jackpot_3.0_Command_Line_Tool_Ant_Bridge" default="default" basedir=".">
+    <description>Builds, tests, and runs the project Jackpot 3.0 Command Line Tool Ant Bridge.</description>
+    <import file="nbproject/build-impl.xml"/>
+    <!--
+
+    There exist several targets which are by default empty and which can be 
+    used for execution of your tasks. These targets are usually executed 
+    before and after some main targets. They are: 
+
+      -pre-init:                 called before initialization of project properties
+      -post-init:                called after initialization of project properties
+      -pre-compile:              called before javac compilation
+      -post-compile:             called after javac compilation
+      -pre-compile-single:       called before javac compilation of single file
+      -post-compile-single:      called after javac compilation of single file
+      -pre-compile-test:         called before javac compilation of JUnit tests
+      -post-compile-test:        called after javac compilation of JUnit tests
+      -pre-compile-test-single:  called before javac compilation of single JUnit test
+      -post-compile-test-single: called after javac compilation of single JUunit test
+      -pre-jar:                  called before JAR building
+      -post-jar:                 called after JAR building
+      -post-clean:               called after cleaning build products
+
+    (Targets beginning with '-' are not intended to be called on their own.)
+
+    Example of inserting an obfuscator after compilation could look like this:
+
+        <target name="-post-compile">
+            <obfuscate>
+                <fileset dir="${build.classes.dir}"/>
+            </obfuscate>
+        </target>
+
+    For list of available properties check the imported 
+    nbproject/build-impl.xml file. 
+
+
+    Another way to customize the build is by overriding existing main targets.
+    The targets of interest are: 
+
+      -init-macrodef-javac:     defines macro for javac compilation
+      -init-macrodef-junit:     defines macro for junit execution
+      -init-macrodef-debug:     defines macro for class debugging
+      -init-macrodef-java:      defines macro for class execution
+      -do-jar:                  JAR building
+      run:                      execution of project 
+      -javadoc-build:           Javadoc generation
+      test-report:              JUnit report generation
+
+    An example of overriding the target for project execution could look like this:
+
+        <target name="run" depends="Jackpot_3.0_Command_Line_Tool_Ant_Bridge-impl.jar">
+            <exec dir="bin" executable="launcher.exe">
+                <arg file="${dist.jar}"/>
+            </exec>
+        </target>
+
+    Notice that the overridden target depends on the jar target and not only on 
+    the compile target as the regular run target does. Again, for a list of available 
+    properties which you can use, check the target you are overriding in the
+    nbproject/build-impl.xml file. 
+
+    -->
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/9ed0a377/cmdline/ant/manifest.mf
----------------------------------------------------------------------
diff --git a/cmdline/ant/manifest.mf b/cmdline/ant/manifest.mf
new file mode 100644
index 0000000..328e8e5
--- /dev/null
+++ b/cmdline/ant/manifest.mf
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+X-COMMENT: Main-Class will be added automatically by build
+