[Ts2-pm-cvs-commit] ts2-pm/ts2-pm-core/src/main/java/net/sf/ts2/pm/cli CLIManager.java,1.2,1.3
Status: Pre-Alpha
Brought to you by:
nchalumeau
From: Nicolas C. <nch...@us...> - 2005-05-17 20:08:02
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/src/main/java/net/sf/ts2/pm/cli In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9936/ts2-pm-core/src/main/java/net/sf/ts2/pm/cli Modified Files: CLIManager.java Log Message: try to enable maven rapport (pmd/checkstyle/project descriptor) add missing import Index: CLIManager.java =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/src/main/java/net/sf/ts2/pm/cli/CLIManager.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CLIManager.java 13 May 2005 19:44:30 -0000 1.2 --- CLIManager.java 17 May 2005 20:06:48 -0000 1.3 *************** *** 1,7 **** ! /* ! * Created on 13 mai 2005 * ! * TODO To change the template for this generated file go to ! * Window - Preferences - Java - Code Style - Code Templates */ package net.sf.ts2.pm.cli; --- 1,20 ---- ! /* ! * ======================================================================== ! * ! * Copyright 2005-2005 TS2-PM (Sourceforge project). * ! * Licensed under the Apache License, Version 2.0 (the "License"); ! * you may not use this file except in compliance with the License. ! * You may obtain a copy of the License at ! * ! * http://www.apache.org/licenses/LICENSE-2.0 ! * ! * Unless required by applicable law or agreed to in writing, software ! * distributed under the License is distributed on an "AS IS" BASIS, ! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ! * See the License for the specific language governing permissions and ! * limitations under the License. ! * ! * ======================================================================== */ package net.sf.ts2.pm.cli; *************** *** 66,68 **** // formatter.printHelp( "maven [options] [goal [goal2 [goal3] ...]]", "\nOptions:", options, "\n" ); // } ! } --- 79,81 ---- // formatter.printHelp( "maven [options] [goal [goal2 [goal3] ...]]", "\nOptions:", options, "\n" ); // } ! } \ No newline at end of file |