File was renamed from src/com/gitblit/BuildWebXml.java |
| | |
| | | * 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;
|
| | |
| | | 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 {
|