Subversion Repositories DevTools

Rev

Rev 6198 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6198 Rev 6276
Line 153... Line 153...
153
 
153
 
154
#-------------------------------------------------------------------------------
154
#-------------------------------------------------------------------------------
155
# Function        : getLocation 
155
# Function        : getLocation 
156
#
156
#
157
# Description     : Serialize location data such that it can be used by the
157
# Description     : Serialize location data such that it can be used by the
158
#                   setLocation function.    
158
#                   setLocation function.
-
 
159
#                   Format:
-
 
160
#                       RootDirectory
-
 
161
#                       Number of BuildEntry(s) that follow
-
 
162
#                       BuildEntry
-
 
163
#                   Where each BuildEntry is:
-
 
164
#                       Path
-
 
165
#                       BuildFile
-
 
166
#                       Type 1:Jats, 2:ANT    
159
#
167
#
160
# Inputs          :  $self
168
# Inputs          :  $self
161
#
169
#
162
# Returns         :  Text string of serailised data
170
# Returns         :  Text string of serailised data
163
#
171
#