Update of /cvsroot/javanetsim/javaNetSim/core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16380/core
Modified Files:
Version.java
Log Message:
Index: Version.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/core/Version.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Version.java 20 Nov 2005 20:30:53 -0000 1.2
--- Version.java 23 Feb 2006 14:37:07 -0000 1.3
***************
*** 36,48 ****
* @author Key
* @since Sep 23, 2004
! * @version v0.22
*/
public class Version {
! public final static String CORE_VERSION = "v0.22"; //version of the simulation core
public static final String TEAM_MEMBERS[] = {
"from 03 November 2005","",
! "Alexander Bolshev [Key]", "Project Manager / Documentation Manager / Developer / Maintainer", "", "",
! "Semester 2, 2004", "",
"Angela Brown " , "Project Manager / Documentation Manager / Developer ",
"Bevan Calliess " , "Disaster Recovery Manager / Assistant Project Manager / Developer ",
--- 36,52 ----
* @author Key
* @since Sep 23, 2004
! * @version v0.30
*/
public class Version {
! public final static String CORE_VERSION = "v0.30"; //version of the simulation core
public static final String TEAM_MEMBERS[] = {
+ "fork of jFirewallSim project (http://sf.net/projects/jfirewallsim/)", "",
"from 03 November 2005","",
! "Alexander Bolshev [Key]", "Project Manager / Developer / Maintainer",
! "Gift", "Developer / Configuration Developer",
! "Konstantin Karpov [QweR]", "Developer / Tester",
! "", ""
! /*, "Semester 2, 2004", "",
"Angela Brown " , "Project Manager / Documentation Manager / Developer ",
"Bevan Calliess " , "Disaster Recovery Manager / Assistant Project Manager / Developer ",
***************
*** 53,56 ****
"Tristan Veness " , "Project Manager / Developer ",
"James Nikolaidis" , "Developer ",
! };
}//EOF
--- 57,60 ----
"Tristan Veness " , "Project Manager / Developer ",
"James Nikolaidis" , "Developer ",
! */};
}//EOF
|