]> git.argeo.org Git - gpl/argeo-slc.git/blob - core/ThirdPartyRpmRepository.java
Prepare next development cycle
[gpl/argeo-slc.git] / core / ThirdPartyRpmRepository.java
1 package org.argeo.slc.rpmfactory.core;
2
3 /**
4 * A repository of third party RPMs used for the build. RPM used by the builds
5 * will be cached within the system.
6 */
7 public class ThirdPartyRpmRepository extends AbstractRpmRepository {
8
9 }