Update of /cvsroot/commonjava/commonjava-projects/commonjava-cmdctl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11366
Modified Files:
.classpath .project
Log Message:
corrected versioning differences...everything is up to date.
Index: .classpath
===================================================================
RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-cmdctl/.classpath,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .classpath 15 Dec 2003 01:50:02 -0000 1.2
+++ .classpath 20 Feb 2004 21:13:57 -0000 1.3
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/java">
+ <classpathentry kind="src" path="src\java">
</classpathentry>
<classpathentry kind="var" rootpath="JRE_SRCROOT" path="JRE_LIB" sourcepath="JRE_SRC">
</classpathentry>
@@ -9,6 +9,6 @@
</classpathentry>
<classpathentry kind="var" path="MAVEN_REPO/commonjava/jars/commonjava-lang-2.0.jar">
</classpathentry>
- <classpathentry kind="output" path="target/classes">
+ <classpathentry kind="output" path="target\classes">
</classpathentry>
</classpath>
\ No newline at end of file
Index: .project
===================================================================
RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-cmdctl/.project,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .project 15 Dec 2003 01:50:02 -0000 1.2
+++ .project 20 Feb 2004 21:13:57 -0000 1.3
@@ -2,8 +2,7 @@
<projectDescription>
<name>commonjava-cmdctl</name>
- <comment>
- </comment>
+ <comment>Command & Control is a project intended to allow convenient control over the runtime environment. Currently, the only implementation in this project is a task-oriented manager which is used as a JVM shutdown hook. Essentially, the user only has to implement ShutdownTask (only the method execute()), and then add an instance of this implementation to the ShutdownTaskManager via ShutdownTaskManager.addTask(). On shutdown, the task manager is executed by the JVM, which triggers a chain of events. First, the task manager locks itself, so that no new shutdown tasks may be added. Then, it iterates through each task associated with it, executing each as it encounters it.</comment>
<projects>
</projects>
<buildSpec>
|