]> git.argeo.org Git - gpl/argeo-slc.git/blob - ThirdPartyRpmRepository.java
3e366e28b27f2239dd4bb35f508db430a4a919a2
[gpl/argeo-slc.git] / 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 }