James Moger
2011-06-25 22fc5e48cbe050d8485f78f6165b59e4085eaeef
src/com/gitblit/build/BuildWebXml.java
File was renamed from src/com/gitblit/BuildWebXml.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.BufferedReader;
import java.io.File;
@@ -28,6 +28,8 @@
import com.beust.jcommander.Parameter;
import com.beust.jcommander.ParameterException;
import com.beust.jcommander.Parameters;
import com.gitblit.Keys;
import com.gitblit.Keys.server;
import com.gitblit.utils.StringUtils;
public class BuildWebXml {