Opened 7 years ago

Closed 7 years ago

#287 closed defect (fixed)

sscc shared folder location

Reported by: abwillis Owned by:
Priority: minor Milestone:
Component: Unknown Version: Server 3.6.x
Keywords: Cc:

Description

Rather than a hardcoded location, a relative location where it is in svn. Also, bww.bmp is missing from trunk.

Index: sscc.vrx
===================================================================
--- sscc.vrx	(revision 1003)
+++ sscc.vrx	(working copy)
@@ -90,15 +90,15 @@
 */
 __VXREXX____APPENDS__:
 /*
-#append U:\Develop\Samba\guitools-1.0\shared\inittempdir.vrs
-#append U:\Develop\Samba\guitools-1.0\shared\sambainit.vrs
-#append U:\Develop\Samba\guitools-1.0\shared\swat.vrs
-#append U:\Develop\Samba\trunk\guitools\shared\nlv.vrs
+#append ..\shared\inittempdir.vrs
+#append ..\shared\sambainit.vrs
+#append ..\shared\swat.vrs
+#append ..\shared\nlv.vrs
 */
 return
 /*:VRX         _ActiveGroup

Change History (1)

comment:1 Changed 7 years ago by Herwig Bauernfeind

Resolution: fixed
Status: newclosed

Fixed in changeset #1004

Note: See TracTickets for help on using tickets.