Move PCEPSessionNegotiator
[bgpcep.git] / README
diff --git a/README b/README
index 9fe9685d886aa25f3edb2b556f2200e6ab8289e6..645d4d3bbada67d2ea930bdccd920cffc8b94113 100644 (file)
--- a/README
+++ b/README
@@ -8,34 +8,31 @@ DIRECTORY ORGANIZATION
 ======================
 
 src/site:
-       maven site plugin templates
+    maven site plugin templates
 
 mockito-configuration:
-       default configuration of mockito framework
+    default configuration of mockito framework
 
 concepts:
-       Common networking concepts, shared between the protocols
+    Common networking concepts, shared between the protocols
 
 util:
-       Common utility classes
-
-framework:
-       Common framework for integrating protocol parsers with Netty
+    Common utility classes
 
 bgp:
-       BGP-related artifacts
+    BGP-related artifacts
 
 pcep:
-       PCEP-related artifacts
+    PCEP-related artifacts
 
 pcep/pcepy:
-       Python PCEP library
+    Python PCEP library
 
 pcep/pcepdump:
-       Python-based PCEP listener and debug tool
+    Python-based PCEP listener and debug tool
 
 rsvp:
-       RSVP modeling concepts (needed by pcep)
+    RSVP modeling concepts (needed by pcep)
 
 
 HOW TO BUILD