view src/com/tmate/hgkit/ll/HgManifest.java @ 7:286d221f6c28

Explicit folder creation in the build.xml
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 22 Dec 2010 04:00:44 +0100
parents 08db726a0fb7
children df8c67f3006a
line wrap: on
line source
/**
 * Copyright (c) 2010 Artem Tikhomirov 
 */
package com.tmate.hgkit.ll;

/**
 *
 * @author artem
 */
public class HgManifest extends Revlog {

	/*package-local*/ HgManifest(HgRepository hgRepo) {
		super(hgRepo);
	}
}