Diff of /STRUCTURE.MD [r697] .. [r698]  Maximize  Restore

Switch to side-by-side view

--- a/STRUCTURE.MD
+++ b/STRUCTURE.MD
@@ -1,12 +1,20 @@
-	branches/
-	tags/
-	trunk/
-		mqttsparkplugb.package				<== created with cforge > build??
-		mqttsparkplugb/
-			package.manifest				<== create with cforge > create package
-			mqttsparkplugb/					<== Library (created with CODESYS SVN)
-			unittest/						<== project with cf unit unittests (created with CODESYS SVN)
-			mqttsparkplugb-example/			<== project (created with CODESYS SVN)
-			mqttsparkplugb.library			<== created with cforge > commit??
-			unittest.project				<== created with cforge > commit??
-			mqttsparkplugb-example.project	<== created with cforge > commit??
\ No newline at end of file
+ROOT										# svn repo
+	branches/								# contains any working branches/
+	tags/									# public released tags/
+		v1.0.0.0
+		v1.3.3.0
+	trunk/									# contains the main trucnk of the code
+		mqttsparkplugb/						# old trunk code
+			package.manifest									
+			mqttsparkplugb/					# svn repo
+			unittest/						# svn repo 
+			mqttsparkplugb-example/			# svn repo
+			mqttsparkplugb.library
+			unittest.project
+			mqttsparkplugb-example.project  
+		mqttsparkplug/						# new migrated trunk code
+			
+		www/								# www files 
+	.drone.yml
+	license.txt
+	STRUCTURE.md
\ No newline at end of file