[Gd-chatter] r11241 - in trunk/fundev/sources: project-manager/dfmc-projects project-manager/projects-protocol registry/generic
hannes at gwydiondylan.org
hannes at gwydiondylan.org
Tue Mar 20 00:31:09 CET 2007
Author: hannes
Date: Tue Mar 20 00:31:07 2007
New Revision: 11241
Added:
trunk/fundev/sources/registry/generic/dfmc-projects (contents, props changed)
trunk/fundev/sources/registry/generic/projects-protocol (contents, props changed)
Modified:
trunk/fundev/sources/project-manager/dfmc-projects/library.dylan
trunk/fundev/sources/project-manager/projects-protocol/projects-protocol.lid
Log:
Job: minor
fix several typos, projects-protocol was named projects-protocols somewhere
add registry entries for dfmc-projects and projects-protocol
Modified: trunk/fundev/sources/project-manager/dfmc-projects/library.dylan
==============================================================================
--- trunk/fundev/sources/project-manager/dfmc-projects/library.dylan (original)
+++ trunk/fundev/sources/project-manager/dfmc-projects/library.dylan Tue Mar 20 00:31:07 2007
@@ -25,7 +25,7 @@
use dfmc-browser-support;
use dfmc-macro-expander;
- use project-protocols;
+ use projects-protocol;
export dfmc-projects;
end library dfmc-projects;
Modified: trunk/fundev/sources/project-manager/projects-protocol/projects-protocol.lid
==============================================================================
--- trunk/fundev/sources/project-manager/projects-protocol/projects-protocol.lid (original)
+++ trunk/fundev/sources/project-manager/projects-protocol/projects-protocol.lid Tue Mar 20 00:31:07 2007
@@ -1,4 +1,4 @@
-Library: projects-protocols
+Library: projects-protocol
Synopsis: Project manager protocol library
Author: Andy Armstrong
Files: library
Added: trunk/fundev/sources/registry/generic/dfmc-projects
==============================================================================
--- (empty file)
+++ trunk/fundev/sources/registry/generic/dfmc-projects Tue Mar 20 00:31:07 2007
@@ -0,0 +1 @@
+abstract://dylan/project-manager/dfmc-projects/dfmc-projects.lid
Added: trunk/fundev/sources/registry/generic/projects-protocol
==============================================================================
--- (empty file)
+++ trunk/fundev/sources/registry/generic/projects-protocol Tue Mar 20 00:31:07 2007
@@ -0,0 +1 @@
+abstract://dylan/project-manager/projects-protocol/projects-protocol.lid
More information about the chatter
mailing list