James Moger
2011-06-25 22fc5e48cbe050d8485f78f6165b59e4085eaeef
src/com/gitblit/build/Build.java
File was renamed from src/com/gitblit/Build.java
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.gitblit;
package com.gitblit.build;
import java.io.BufferedInputStream;
import java.io.ByteArrayOutputStream;
@@ -32,6 +32,7 @@
import java.util.Map;
import java.util.Properties;
import com.gitblit.Constants;
import com.gitblit.utils.StringUtils;
public class Build {