![JAR search and dependency download from the Maven repository](/logo.png)
org.akhikhl.unpuzzle.eclipse2maven.EclipseSource.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unpuzzle-eclipse2maven Show documentation
Show all versions of unpuzzle-eclipse2maven Show documentation
Tool for mavenizing OSGi-bundles
/*
* unpuzzle
*
* Copyright 2014 Andrey Hihlovskiy.
*
* See the file "LICENSE" for copying and usage permission.
*/
package org.akhikhl.unpuzzle.eclipse2maven
import groovy.transform.EqualsAndHashCode
/**
* POJO class holding information about eclipse distribution.
* @author akhikhl
*/
@EqualsAndHashCode
final class EclipseSource {
String url
boolean sourcesOnly = false
boolean languagePacksOnly = false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy