Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2022-26049 PoC — Goomph 路径遍历漏洞

Source
Associated Vulnerability
Title:Goomph 路径遍历漏洞 (CVE-2022-26049)
Description:Goomph是DiffPlug开源的一个插件。用于构建 OSGi 包、Eclipse 插件和 RCP 应用程序。 Goomph 3.37.2 之前版本存在安全漏洞,该漏洞允许恶意zip文件写入文件系统上的任意位置,覆盖某些文件/目录,攻击者利用此漏洞在目标系统上可实现远程代码执行。
Readme
# <img align="left" src="images/goomph_logo.png"> Goomph: IDE as build artifact
***Also plugins for working with SWT, OSGi, p2, and Eclipse RCP***

<!---freshmark shields
output = [
  link(shield('Gradle plugin', 'plugins.gradle.org', 'yes', 'blue'), 'https://plugins.gradle.org/search?term=goomph'),
  link(shield('Maven artifact', 'mavenCentral', 'com.diffplug.gradle:goomph', 'blue'), 'https://search.maven.org/artifact/com.diffplug.gradle/goomph'),
  link(shield('License Apache', 'license', 'Apache', 'blue'), 'https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)'),
  '',
  link(shield('Changelog', 'changelog', '{{versionLast}}', 'brightgreen'), 'CHANGES.md'),
  link(shield('Javadoc', 'javadoc', 'yes', 'brightgreen'), 'https://javadoc.io/doc/com.diffplug.gradle/goomph/{{versionLast}}/index.html'),
  link(shield('Live chat', 'gitter', 'live chat', 'brightgreen'), 'https://gitter.im/diffplug/goomph'),
  link(image('CircleCI', 'https://circleci.com/gh/diffplug/goomph.svg?style=shield'), 'https://circleci.com/gh/diffplug/goomph')
].join('\n');
-->
[![Gradle plugin](https://img.shields.io/badge/plugins.gradle.org-yes-blue.svg)](https://plugins.gradle.org/search?term=goomph)
[![Maven artifact](https://img.shields.io/badge/mavenCentral-com.diffplug.gradle%3Agoomph-blue.svg)](https://search.maven.org/artifact/com.diffplug.gradle/goomph)
[![License Apache](https://img.shields.io/badge/license-Apache-blue.svg)](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0))

[![Changelog](https://img.shields.io/badge/changelog-3.37.1-brightgreen.svg)](CHANGES.md)
[![Javadoc](https://img.shields.io/badge/javadoc-yes-brightgreen.svg)](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/index.html)
[![Live chat](https://img.shields.io/badge/gitter-live_chat-brightgreen.svg)](https://gitter.im/diffplug/goomph)
[![CircleCI](https://circleci.com/gh/diffplug/goomph.svg?style=shield)](https://circleci.com/gh/diffplug/goomph)
<!---freshmark /shields -->

<!---freshmark javadoc
output = prefixDelimiterReplace(input, 'https://javadoc.io/doc/com.diffplug.gradle/goomph/', '/', versionLast);
-->

## IDE-as-build-artifact.

It is possible to have many installations of the Eclipse IDE share a common set of installed artifacts, called a "bundlepool".  This means it is fast and efficient to get a purpose-built IDE for every project, preconfigured with all the plugins and settings appropriate for the project at hand.

When you run `gradlew ide`, it builds and downloads an IDE into `build/oomphIde` with just the features you need.  Takes ~15 seconds and 1MB of disk space once all the common artifacts have been cached at `~/.goomph`.

```groovy
apply plugin: 'com.diffplug.oomph.ide'
oomphIde {
  repoEclipseLatest()
  jdt {}
  eclipseIni {
    vmargs('-Xmx2g')    // IDE can have up to 2 gigs of RAM
  }
  style {
    classicTheme()  // oldschool cool
    niceText()      // with nice fonts and visible whitespace
  }
}
```

See the [plugin's javadoc](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/oomph/OomphIdePlugin.html) for a quickstart, and [HOW_TO_AUTOMATE_IDE.md](HOW_TO_AUTOMATE_IDE.md) for examples and more in-depth details.

## Blog posts

- [P2, Maven, and Gradle](https://discuss.diffplug.com/t/p2-maven-and-gradle)
- [Parting out eclipse](https://discuss.diffplug.com/t/parting-out-eclipse)
- [Gradle and Eclipse RCP (youtube talk 2016)](https://www.youtube.com/watch?v=PIC6YeRkRlo&feature=youtu.be)

## Building OSGi bundles, Eclipse plugins, and RCP applications.

It turns out that the tooling required to implement "IDE-as-build-artifact" is the same tooling required to manipulate eclipse project files, and also to build Eclipse plugins and RCP applications in the first place.  That is Goomph's other side.  For an example project, see the [Gradle and Eclipse RCP talk](https://github.com/diffplug/gradle_and_eclipse_rcp).

Real world Eclipse software built with Goomph:
- [DiffPlug](https://www.diffplug.com/)
- [Veriluma](https://veriluma.com/)
- [GenStar](https://github.com/ANRGenstar/genstar)
- [WALA](https://github.com/wala/WALA)
- (your project here)

Below is an index of Goomph's capabilities, along with links to the javadoc where you can find usage examples.

#### `com.diffplug.eclipse` Eclipse project files and eclipse version-mapping maven central artifacts.

* [`apt`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/eclipse/apt/AptEclipsePlugin.html) fixes eclipse project to work with Gradle annotation processing.
* [`mavencentral`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/eclipse/MavenCentralPlugin.html) makes it easy to add dependency jars from an eclipse release.
* [`buildproperties`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/eclipse/BuildPropertiesPlugin.html) uses [`build.properties`](https://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Feditors%2Fmanifest_editor%2Fbuild.htm) to control a gradle build, and fixes eclipse project classpath to include binary assets specified in `build.properties`.
* [`excludebuildfolder`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/eclipse/ExcludeBuildFolderPlugin.html) excludes the gradle `build` folder from Eclipse's resource indexing.
* [`projectdeps`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/eclipse/ProjectDepsPlugin.html) fixes an intermittent problem where dependencies on other projects within the workspace aren't always resolved correctly within Eclipse.
* [`resourcefilters`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/eclipse/ResourceFiltersPlugin.html) adds resource filters to the eclipse project.

#### `com.diffplug.osgi` Plugins for working with OSGi.

* [`bndmanifest`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/osgi/BndManifestPlugin.html) generates a manifest using purely bnd, and outputs it for IDE consumption.
* [`equinoxlaunch`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/eclipserunner/EquinoxLaunchPlugin.html) can configure and run equinox applications as part of the build, such as a code generator.
* [`OsgiExecable`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/osgi/OsgiExecable.html) makes it easy to run a chunk of code within an OSGi container, and get the result from outside the container.

#### `com.diffplug.p2` A  and plugins for manipulating p2 data.

* [`asmaven`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/p2/AsMavenPlugin.html) downloads dependencies from a p2 repository and makes them available in a local maven repository.
* [`P2Model`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/p2/P2Model.html) models a set of p2 repositories and IUs, and provides convenience methods for running p2-director or the p2.mirror ant task against these.
* [`P2AntRunner`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/p2/P2AntRunner.html) runs eclipse ant tasks.
* [`CategoryPublisher`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/p2/CategoryPublisher.html) models the CategoryPublisher eclipse application.
* [`FeaturesAndBundlesPublisher`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/p2/FeaturesAndBundlesPublisher.html) models the FeaturesAndBundlesPublisher eclipse application.
* [`Repo2Runnable`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/p2/Repo2Runnable.html) models the Repo2Runnable eclipse application.

#### `com.diffplug.gradle.pde` Tasks for running Eclipse PDE using a downloaded eclipse instance.

* [`PdeBuildTask`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/pde/PdeBuildTask.html) runs PDE build to build an RCP product.
* [`PdeAntBuildTask`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/pde/PdeAntBuildTask.html) runs PDE on an ant file.

#### `com.diffplug.gradle` Miscellaneous infrastructure.

* [`CmdLineTask`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/CmdLineTask.html) runs a series of shell commands, possibly copying or moving files in the meantime.
* [`JavaExecable`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/JavaExecable.html) makes it easy to run a chunk of code in a separate JVM, and get the result back in this one.
* [`JavaExecWinFriendly`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/JavaExecWinFriendly.html) overcomes limitations in Windows' commandline length and long classpaths.

#### `com.diffplug.gradle.eclipserunner` Infrastructure for running headless eclipse applications.

* Used to power the infrastructure above.

#### Other

* [`com.diffplug.configuration-cache-for-platform-specific-build`](https://javadoc.io/doc/com.diffplug.gradle/goomph/3.37.1/com/diffplug/gradle/swt/PlatformSpecificBuildPlugin.html) allows you to use `OS.getNative()` and `OS.getRunning()` in your gradle build without breaking the configuration cache.

<!---freshmark /javadoc -->

## Acknowledgements

* Thanks to [Jérémie Bresson](https://github.com/jmini) for [multiple](https://github.com/diffplug/goomph/pull/156) [fixes](https://github.com/diffplug/goomph/pull/158) to the `eclipseMavenCentral` plugin.
* Thanks to [Thomas Broyer](https://github.com/tbroyer) for the excellent [`net.ltgt.apt-eclipse`](https://github.com/tbroyer/gradle-apt-plugin) plugin.
  * It is no longer maintained at its original home, so we will continue to maintain it here at `com.diffplug.eclipse.apt`.
* Thanks to [ralfgrossklaus](https://github.com/ralfgrossklaus) for fixes to [Gradle 6.7](https://github.com/diffplug/goomph/pull/147), [CmdLine hanging](https://github.com/diffplug/goomph/pull/50), and [opening dialogs on buildservers](https://github.com/diffplug/goomph/pull/49).
* Thanks to [Kelvin Glaß](https://github.com/m273d15) for adding the `CategoryPublisher` application ([#126](https://github.com/diffplug/goomph/pull/126)).
* Thanks to [hacki11](https://github.com/hacki11) for [slicingOptions](https://github.com/diffplug/goomph/pull/41) and [append](https://github.com/diffplug/goomph/pull/44) in p2asmaven, as well as every improvement in the `3.10.0` release.
* Andrey Hihlovskiy's excellent [Wuff](https://github.com/akhikhl/wuff) and [Unpuzzle](https://github.com/akhikhl/unpuzzle) libraries have been a huge boon to everyone trying to get Gradle and Eclipse to collaborate.
* Thanks to Peter Kriens for the excellent [bnd](https://github.com/bndtools/bnd).
* Thanks to JRuyi and Agemo Cui for [osgibnd-gradle-plugin](https://github.com/jruyi/osgibnd-gradle-plugin), which inspired `BndManifestPlugin`.
* Thanks to [Scott Resnik](https://github.com/scottresnik) for [installed jre functionality](https://github.com/diffplug/goomph/pull/16), [line number and whitespace configuration](https://github.com/diffplug/goomph/pull/20), and [jdt config enhancements](https://github.com/diffplug/goomph/pull/23).
* Thanks to Stefan Oehme for his feedback on Goomph's design.
* Thanks to Neil Fraser of Google for [diff-match-patch](https://code.google.com/p/google-diff-match-patch/) which is very helpful for testing.
* Thanks to Thipor Kong for his [handy windows cmdline length workaround for the classpath](https://discuss.gradle.org/t/javaexec-fails-for-long-classpaths-on-windows/15266).
* Formatted by [spotless](https://github.com/diffplug/spotless).
* Bugs found by [findbugs](https://findbugs.sourceforge.net/).
* Built by [gradle](https://gradle.org/).
* Tested by [junit](https://junit.org/).
* Maintained by [DiffPlug](https://www.diffplug.com/).
File Snapshot

[4.0K] /data/pocs/357d8df81a183bf0dba532d6b762dd80815692a5 ├── [4.4K] build.gradle ├── [ 24K] CHANGES.md ├── [3.1K] CODE_OF_CONDUCT.md ├── [1.8K] CONTRIBUTING.md ├── [4.0K] gradle │   ├── [4.0K] javadoc │   │   ├── [4.0K] bndlib │   │   │   └── [1.4K] package-list │   │   ├── [4.0K] gradle │   │   │   └── [5.3K] package-list │   │   └── [4.0K] java8 │   │   └── [4.3K] package-list │   ├── [ 32K] spotless.eclipseformat.xml │   ├── [ 98] spotless.importorder │   ├── [ 592] spotless.license.java │   └── [4.0K] wrapper │   ├── [ 58K] gradle-wrapper.jar │   └── [ 202] gradle-wrapper.properties ├── [4.5K] gradle.properties ├── [5.6K] gradlew ├── [2.6K] gradlew.bat ├── [5.1K] HOW_TO_AUTOMATE_IDE.md ├── [4.0K] images │   ├── [ 28K] goomph_logo.docx │   └── [7.4K] goomph_logo.png ├── [ 10K] LICENSE.txt ├── [ 723] PULL_REQUEST_TEMPLATE.md ├── [ 12K] README.md ├── [1.0K] settings.gradle └── [4.0K] src ├── [4.0K] main │   ├── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] diffplug │   │   └── [4.0K] gradle │   │   ├── [7.1K] CmdLine.java │   │   ├── [2.3K] CmdLineTask.java │   │   ├── [2.3K] ConfigMisc.java │   │   ├── [4.0K] eclipse │   │   │   ├── [4.0K] apt │   │   │   │   ├── [7.3K] AptEclipsePlugin.java │   │   │   │   ├── [3.6K] AptPlugin52.java │   │   │   │   ├── [ 10K] AptPlugin.java │   │   │   │   ├── [2.0K] EclipseFactorypath.java │   │   │   │   ├── [4.4K] EclipseJdtApt.java │   │   │   │   ├── [2.9K] Factorypath.java │   │   │   │   ├── [2.2K] GenerateEclipseFactorypath.java │   │   │   │   ├── [2.1K] GenerateEclipseJdtApt.java │   │   │   │   └── [4.4K] JdtApt.java │   │   │   ├── [5.4K] BuildPropertiesPlugin.java │   │   │   ├── [1.3K] EclipseProjectPlugin.java │   │   │   ├── [1.8K] ExcludeBuildFolderPlugin.java │   │   │   ├── [6.3K] MavenCentralExtension.java │   │   │   ├── [7.0K] MavenCentralMapping.java │   │   │   ├── [3.5K] MavenCentralPlugin.java │   │   │   ├── [ 197] package-info.java │   │   │   ├── [1.2K] ProjectDepsExtension.java │   │   │   ├── [5.8K] ProjectDepsPlugin.java │   │   │   ├── [5.3K] ResourceFilter.java │   │   │   ├── [1.3K] ResourceFiltersExtension.java │   │   │   └── [2.8K] ResourceFiltersPlugin.java │   │   ├── [4.0K] eclipserunner │   │   │   ├── [8.1K] EclipseApp.java │   │   │   ├── [5.4K] EclipseIni.java │   │   │   ├── [4.8K] EclipseIniLauncher.java │   │   │   ├── [1.1K] EclipseRunner.java │   │   │   ├── [10.0K] EquinoxLauncher.java │   │   │   ├── [3.8K] EquinoxLaunchPlugin.java │   │   │   ├── [2.9K] EquinoxLaunchSetupTask.java │   │   │   ├── [3.4K] EquinoxLaunchSource.java │   │   │   ├── [2.3K] EquinoxLaunchTask.java │   │   │   ├── [4.3K] JarFolderRunnerExternalJvm.java │   │   │   ├── [2.5K] JarFolderRunner.java │   │   │   ├── [4.0K] launcher │   │   │   │   ├── [5.8K] Constants.java │   │   │   │   ├── [5.4K] JNIBridge.java │   │   │   │   ├── [ 99K] Main.java │   │   │   │   └── [ 670] package-info.java │   │   │   ├── [1.4K] NativeRunner.java │   │   │   └── [ 206] package-info.java │   │   ├── [1.5K] EnvMisc.java │   │   ├── [ 15K] FileMisc.java │   │   ├── [7.5K] GoomphCacheLocations.java │   │   ├── [1.6K] GroovyCompat.java │   │   ├── [3.3K] JavaExecableImp.java │   │   ├── [6.7K] JavaExecable.java │   │   ├── [ 900] JavaExecableTestIncrementer.java │   │   ├── [3.8K] JavaExecWinFriendly.java │   │   ├── [3.0K] JRE.java │   │   ├── [2.3K] Lazyable.java │   │   ├── [2.3K] LegacyPlugin.java │   │   ├── [1.2K] NativeFileManager.java │   │   ├── [4.0K] oomph │   │   │   ├── [6.8K] BrandingProductPlugin.java │   │   │   ├── [3.3K] ConventionJdt.java │   │   │   ├── [3.0K] ConventionPde.java │   │   │   ├── [1.9K] ConventionPdeTargetPlatformSetter.java │   │   │   ├── [3.6K] ConventionStyle.java │   │   │   ├── [2.5K] EclipseMisc.java │   │   │   ├── [3.5K] InstalledJreAdderInternal.java │   │   │   ├── [1.5K] InstalledJreAdder.java │   │   │   ├── [1.6K] InstalledJre.java │   │   │   ├── [1.5K] IUs.java │   │   │   ├── [2.0K] OomphConvention.java │   │   │   ├── [ 22K] OomphIdeExtension.java │   │   │   ├── [7.2K] OomphIdePlugin.java │   │   │   ├── [ 185] package-info.java │   │   │   ├── [1.5K] Perspectives.java │   │   │   ├── [1.7K] ProjectImporterInternal.java │   │   │   ├── [1.1K] ProjectImporter.java │   │   │   ├── [1.4K] SaveWorkspaceInternal.java │   │   │   ├── [ 965] SaveWorkspace.java │   │   │   ├── [2.3K] SetupAction.java │   │   │   ├── [2.0K] SetupWithinEclipse.java │   │   │   ├── [4.0K] thirdparty │   │   │   │   ├── [1.2K] ConventionBuildship.java │   │   │   │   ├── [1.2K] ConventionMinimalistGradleEditor.java │   │   │   │   ├── [1.7K] ConventionThirdParty.java │   │   │   │   ├── [1.2K] ConventionTmTerminal.java │   │   │   │   └── [1.3K] WithRepoConvention.java │   │   │   └── [4.6K] WorkspaceRegistry.java │   │   ├── [5.4K] OrderingConstraints.java │   │   ├── [4.0K] osgi │   │   │   ├── [1.7K] BndManifestExtension.java │   │   │   ├── [9.9K] BndManifestPlugin.java │   │   │   ├── [5.0K] OsgiExecable.java │   │   │   ├── [2.7K] OsgiExecImp.java │   │   │   └── [ 217] package-info.java │   │   ├── [4.0K] p2 │   │   │   ├── [2.9K] AsMavenExtension.java │   │   │   ├── [4.1K] AsMavenGroupImpl.java │   │   │   ├── [1.7K] AsMavenGroup.java │   │   │   ├── [7.4K] AsMavenPlugin.java │   │   │   ├── [2.2K] CategoryPublisher.java │   │   │   ├── [3.0K] FeaturesAndBundlesPublisher.java │   │   │   ├── [5.4K] MavenRepoBuilder.java │   │   │   ├── [2.7K] P2AntRunner.java │   │   │   ├── [ 11K] P2BootstrapInstallation.java │   │   │   ├── [2.1K] P2Declarative.java │   │   │   ├── [ 13K] P2Model.java │   │   │   ├── [ 87] package-info.java │   │   │   ├── [2.8K] ParsedJar.java │   │   │   └── [1.8K] Repo2Runnable.java │   │   ├── [ 201] package-info.java │   │   ├── [4.0K] pde │   │   │   ├── [4.8K] CopyJarsUsingProductFile.java │   │   │   ├── [7.1K] EclipseRelease.java │   │   │   ├── [4.1K] ExplicitVersionPolicy.java │   │   │   ├── [2.4K] JdkConfig.java │   │   │   ├── [ 199] package-info.java │   │   │   ├── [2.3K] PdeAntBuildTask.java │   │   │   ├── [3.9K] PdeBuildProperties.java │   │   │   ├── [6.6K] PdeBuildTask.java │   │   │   ├── [9.9K] PdeInstallation.java │   │   │   ├── [4.6K] PdeProductBuildConfig.java │   │   │   ├── [5.3K] PluginCatalog.java │   │   │   └── [4.3K] ProductFileUtil.java │   │   ├── [1.8K] ProjectPlugin.java │   │   ├── [2.5K] SerializableMisc.java │   │   ├── [1.4K] StateBuilder.java │   │   ├── [4.0K] swt │   │   │   ├── [3.9K] NativeDepsPlugin.java │   │   │   ├── [ 172] package-info.java │   │   │   └── [1.7K] PlatformSpecificBuildPlugin.java │   │   └── [6.7K] ZipMisc.java │   └── [4.0K] resources │   ├── [4.0K] com │   │   └── [4.0K] diffplug │   │   └── [4.0K] gradle │   │   ├── [4.0K] eclipse │   │   │   └── [4.0K] apt │   │   │   ├── [ 14] defaultFactorypath.xml │   │   │   └── [ 208] defaultJdtAptPrefs.properties │   │   ├── [4.0K] oomph │   │   │   ├── [ 54K] goomph_icon.png │   │   │   ├── [ 59K] goomph_splash.png │   │   │   ├── [4.1K] LegacyIDE.e4xmi │   │   │   ├── [4.0K] META-INF │   │   │   │   └── [ 647] MANIFEST.MF │   │   │   ├── [1022] plugin_customization.ini │   │   │   ├── [ 716] plugin_customization.properties │   │   │   ├── [2.5K] plugin.properties │   │   │   └── [1.1K] plugin.xml │   │   └── [4.0K] pde │   │   └── [ 12K] template.build.properties │   ├── [4.0K] META-INF │   │   └── [ 253] MANIFEST.MF │   └── [4.0K] net │   └── [4.0K] ltgt │   └── [4.0K] gradle │   └── [4.0K] apt │   ├── [ 14] defaultFactorypath.xml │   └── [ 208] defaultJdtAptPrefs.properties └── [4.0K] test ├── [4.0K] java │   └── [4.0K] com │   └── [4.0K] diffplug │   └── [4.0K] gradle │   ├── [1.1K] CleanedAssert.java │   ├── [1.5K] Diff.java │   ├── [ 80K] diff_match_patch.java │   ├── [4.0K] eclipse │   │   ├── [1.9K] BuildPropertiesPluginTest.java │   │   ├── [1.9K] ExcludeBuildFolderPluginTest.java │   │   ├── [5.9K] MavenCentralMappingTest.java │   │   ├── [1.8K] MavenCentralPluginTest.java │   │   ├── [2.7K] ProjectDepsPluginTest.java │   │   └── [1.2K] ResourceFilterTest.java │   ├── [4.0K] eclipserunner │   │   ├── [2.5K] EclipseAppTest.java │   │   └── [1.9K] EquinoxLaunchPluginTest.java │   ├── [2.2K] FileMiscTest.java │   ├── [1.5K] GoomphCacheLocationInitFromProjectTest.java │   ├── [3.4K] GradleIntegrationTest.java │   ├── [2.1K] JavaExecableTest.java │   ├── [1.6K] JavaExecableWorkQueueTest.java │   ├── [1.4K] LazyableTest.java │   ├── [4.0K] oomph │   │   ├── [1.9K] OomphIdePluginTest.java │   │   └── [3.0K] WorkspaceRegistryTest.java │   ├── [2.8K] OrderingConstraintsTest.java │   ├── [4.0K] osgi │   │   └── [8.1K] BndManifestPluginTest.java │   ├── [4.0K] p2 │   │   ├── [3.0K] AsMavenPluginTest.java │   │   ├── [3.9K] MavenRepoBuilderTest.java │   │   ├── [1.9K] OsgiExecableTest.java │   │   ├── [2.8K] P2BootstrapInstallationCreate.java │   │   ├── [2.5K] P2BootstrapInstallationTest.java │   │   ├── [5.9K] P2ModelTest.java │   │   └── [1.3K] P2Test.java │   ├── [4.0K] pde │   │   ├── [1.5K] PdeBootstrapInstallationCreate.java │   │   ├── [2.3K] PdeInstallationPropertiesTest.java │   │   ├── [ 958] PdeProductBuildPropertiesTest.java │   │   └── [1.9K] ProductFileUtilTest.java │   └── [4.0K] swt │   ├── [1.6K] NativeDepsPluginTest.java │   └── [2.1K] PlatformSpecificBuildPluginTest.java └── [4.0K] resources ├── [1.2M] artifacts-4.14.0.xml ├── [1.1M] artifacts-4.24.0.xml ├── [897K] artifacts-4.6.3.xml └── [4.0K] com └── [4.0K] diffplug └── [4.0K] gradle └── [4.0K] p2 ├── [9.7K] org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20151130-0157.jar └── [9.1K] org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20151130-0157.jar 54 directories, 195 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.