All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.akhikhl.unpuzzle.eclipse2maven.EclipseSource.groovy Maven / Gradle / Ivy

There is a newer version: 0.0.21
Show newest version
/*
 * 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