[Jarspy-commits] CVS: JarSpy2 project.properties,1.1.1.1,1.2
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2005-01-28 17:28:29
|
Update of /cvsroot/jarspy/JarSpy2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31453 Modified Files: project.properties Log Message: added license header Index: project.properties =================================================================== RCS file: /cvsroot/jarspy/JarSpy2/project.properties,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** project.properties 28 Jan 2005 02:49:11 -0000 1.1.1.1 --- project.properties 28 Jan 2005 17:13:57 -0000 1.2 *************** *** 1,2 **** maven.xdoc.date=left ! app.mainclass=org.jarspy.gui.JarSpyGUI \ No newline at end of file --- 1,3 ---- maven.xdoc.date=left ! app.mainclass=org.jarspy.gui.JarSpyGUI ! maven.checkstyle.header.file=src/checkstyle/license_header.txt |