Mercurial > hg > Members > nobuyasu > Consensus
annotate target/scala-2.9.1/src_managed/main/routes_reverseRouting.scala @ 32:be6bbd4967e4
create createMentions
author | one |
---|---|
date | Wed, 03 Oct 2012 16:47:44 +0900 |
parents | 80b5628f17d8 |
children | bc3ac73320f9 |
rev | line source |
---|---|
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
1 // @SOURCE:/Users/aotokage/workspace/Consensus/conf/routes |
32 | 2 // @HASH:f5c672b7256d9fa8e950b3ac1ed290083dabeefe |
3 // @DATE:Wed Oct 03 15:56:50 JST 2012 | |
0 | 4 |
5 import play.core._ | |
6 import play.core.Router._ | |
7 import play.core.j._ | |
8 | |
9 import play.api.mvc._ | |
10 import play.libs.F | |
11 | |
12 import Router.queryString | |
13 | |
14 | |
30 | 15 // @LINE:27 |
16 // @LINE:23 | |
17 | 17 // @LINE:22 |
32 | 18 // @LINE:18 |
11 | 19 // @LINE:17 |
30 | 20 // @LINE:16 |
26 | 21 // @LINE:14 |
17 | 22 // @LINE:13 |
11 | 23 // @LINE:11 |
24 // @LINE:10 | |
9 | 25 // @LINE:9 |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
26 // @LINE:8 |
0 | 27 // @LINE:7 |
28 // @LINE:6 | |
29 package controllers { | |
30 | |
32 | 31 // @LINE:18 |
30 | 32 // @LINE:17 |
33 // @LINE:16 | |
26 | 34 // @LINE:14 |
17 | 35 // @LINE:13 |
36 class ReverseClaim { | |
37 | |
38 | |
39 | |
40 | |
30 | 41 // @LINE:16 |
17 | 42 def crateClaim() = { |
43 Call("POST", "/claims/create") | |
44 } | |
45 | |
26 | 46 |
32 | 47 // @LINE:18 |
26 | 48 // @LINE:14 |
30 | 49 def getClaimTree(id:String) = { |
32 | 50 (id) match { |
51 // @LINE:14 | |
52 case (id) if true => Call("GET", "/claims/consensus/" + implicitly[PathBindable[String]].unbind("id", id)) | |
53 | |
54 // @LINE:18 | |
55 case (id) if true => Call("GET", "/consensus/browse/" + implicitly[PathBindable[String]].unbind("id", id)) | |
56 | |
57 } | |
30 | 58 } |
59 | |
60 | |
61 // @LINE:17 | |
26 | 62 def createMention(mentionType:String, id:String) = { |
63 Call("POST", "/claims/" + implicitly[PathBindable[String]].unbind("mentionType", mentionType) + "/" + implicitly[PathBindable[String]].unbind("id", id) + "/create") | |
64 } | |
65 | |
30 | 66 |
67 // @LINE:13 | |
68 def getClaimInfo(id:String) = { | |
69 Call("GET", "/claims/browse/" + implicitly[PathBindable[String]].unbind("id", id)) | |
70 } | |
71 | |
17 | 72 |
73 | |
74 | |
75 } | |
76 | |
77 | |
30 | 78 // @LINE:23 |
79 // @LINE:22 | |
0 | 80 // @LINE:6 |
81 class ReverseApplication { | |
82 | |
83 | |
84 | |
85 | |
30 | 86 // @LINE:23 |
9 | 87 def test() = { |
88 Call("GET", "/test") | |
89 } | |
90 | |
91 | |
0 | 92 // @LINE:6 |
93 def index() = { | |
94 Call("GET", "/") | |
95 } | |
96 | |
97 | |
30 | 98 // @LINE:22 |
0 | 99 def hello() = { |
9 | 100 Call("POST", "/hello") |
0 | 101 } |
102 | |
103 | |
104 | |
105 | |
106 } | |
107 | |
108 | |
30 | 109 // @LINE:27 |
0 | 110 class ReverseAssets { |
111 | |
112 | |
113 | |
114 | |
30 | 115 // @LINE:27 |
0 | 116 def at(file:String) = { |
117 Call("GET", "/assets/" + implicitly[PathBindable[String]].unbind("file", file)) | |
118 } | |
119 | |
120 | |
121 | |
122 | |
123 } | |
124 | |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
125 |
11 | 126 // @LINE:11 |
127 // @LINE:10 | |
9 | 128 // @LINE:9 |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
129 // @LINE:8 |
9 | 130 // @LINE:7 |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
131 class ReverseUser { |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
132 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
133 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
134 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
135 |
14 | 136 // @LINE:7 |
137 def createUser(name:String) = { | |
138 Call("PUT", "/users/create/" + implicitly[PathBindable[String]].unbind("name", name)) | |
139 } | |
140 | |
141 | |
9 | 142 // @LINE:9 |
143 def getUserRequests(name:String) = { | |
144 Call("GET", "/users/requests/" + implicitly[PathBindable[String]].unbind("name", name)) | |
145 } | |
146 | |
147 | |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
148 // @LINE:8 |
9 | 149 def getUser(name:String) = { |
150 Call("GET", "/users/browse/" + implicitly[PathBindable[String]].unbind("name", name)) | |
151 } | |
152 | |
153 | |
11 | 154 // @LINE:10 |
155 def getUserConsensus(name:String) = { | |
156 Call("GET", "/users/consensus/" + implicitly[PathBindable[String]].unbind("name", name)) | |
157 } | |
158 | |
159 | |
160 // @LINE:11 | |
161 def getUserClaims(name:String) = { | |
162 Call("GET", "/users/claims/" + implicitly[PathBindable[String]].unbind("name", name)) | |
163 } | |
164 | |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
165 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
166 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
167 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
168 } |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
169 |
0 | 170 } |
171 | |
172 | |
173 | |
30 | 174 // @LINE:27 |
175 // @LINE:23 | |
17 | 176 // @LINE:22 |
32 | 177 // @LINE:18 |
11 | 178 // @LINE:17 |
30 | 179 // @LINE:16 |
26 | 180 // @LINE:14 |
17 | 181 // @LINE:13 |
11 | 182 // @LINE:11 |
183 // @LINE:10 | |
9 | 184 // @LINE:9 |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
185 // @LINE:8 |
0 | 186 // @LINE:7 |
187 // @LINE:6 | |
188 package controllers.javascript { | |
189 | |
32 | 190 // @LINE:18 |
30 | 191 // @LINE:17 |
192 // @LINE:16 | |
26 | 193 // @LINE:14 |
17 | 194 // @LINE:13 |
195 class ReverseClaim { | |
196 | |
197 | |
198 | |
199 | |
30 | 200 // @LINE:16 |
17 | 201 def crateClaim = JavascriptReverseRoute( |
202 "controllers.Claim.crateClaim", | |
203 """ | |
204 function() { | |
205 return _wA({method:"POST", url:"/claims/create"}) | |
206 } | |
207 """ | |
208 ) | |
209 | |
26 | 210 |
32 | 211 // @LINE:18 |
26 | 212 // @LINE:14 |
30 | 213 def getClaimTree = JavascriptReverseRoute( |
214 "controllers.Claim.getClaimTree", | |
215 """ | |
216 function(id) { | |
32 | 217 if (true) { |
30 | 218 return _wA({method:"GET", url:"/claims/consensus/" + (""" + implicitly[PathBindable[String]].javascriptUnbind + """)("id", id)}) |
219 } | |
32 | 220 if (true) { |
221 return _wA({method:"GET", url:"/consensus/browse/" + (""" + implicitly[PathBindable[String]].javascriptUnbind + """)("id", id)}) | |
222 } | |
223 } | |
30 | 224 """ |
225 ) | |
226 | |
227 | |
228 // @LINE:17 | |
26 | 229 def createMention = JavascriptReverseRoute( |
230 "controllers.Claim.createMention", | |
231 """ | |
232 function(mentionType,id) { | |
233 return _wA({method:"POST", url:"/claims/" + (""" + implicitly[PathBindable[String]].javascriptUnbind + """)("mentionType", mentionType) + "/" + (""" + implicitly[PathBindable[String]].javascriptUnbind + """)("id", id) + "/create"}) | |
234 } | |
235 """ | |
236 ) | |
237 | |
30 | 238 |
239 // @LINE:13 | |
240 def getClaimInfo = JavascriptReverseRoute( | |
241 "controllers.Claim.getClaimInfo", | |
242 """ | |
243 function(id) { | |
244 return _wA({method:"GET", url:"/claims/browse/" + (""" + implicitly[PathBindable[String]].javascriptUnbind + """)("id", id)}) | |
245 } | |
246 """ | |
247 ) | |
248 | |
17 | 249 |
250 | |
251 | |
252 } | |
253 | |
254 | |
30 | 255 // @LINE:23 |
256 // @LINE:22 | |
0 | 257 // @LINE:6 |
258 class ReverseApplication { | |
259 | |
260 | |
261 | |
262 | |
30 | 263 // @LINE:23 |
9 | 264 def test = JavascriptReverseRoute( |
265 "controllers.Application.test", | |
266 """ | |
267 function() { | |
268 return _wA({method:"GET", url:"/test"}) | |
269 } | |
270 """ | |
271 ) | |
272 | |
273 | |
0 | 274 // @LINE:6 |
275 def index = JavascriptReverseRoute( | |
276 "controllers.Application.index", | |
277 """ | |
278 function() { | |
279 return _wA({method:"GET", url:"/"}) | |
280 } | |
281 """ | |
282 ) | |
283 | |
284 | |
30 | 285 // @LINE:22 |
0 | 286 def hello = JavascriptReverseRoute( |
287 "controllers.Application.hello", | |
288 """ | |
289 function() { | |
9 | 290 return _wA({method:"POST", url:"/hello"}) |
0 | 291 } |
292 """ | |
293 ) | |
294 | |
295 | |
296 | |
297 | |
298 } | |
299 | |
300 | |
30 | 301 // @LINE:27 |
0 | 302 class ReverseAssets { |
303 | |
304 | |
305 | |
306 | |
30 | 307 // @LINE:27 |
0 | 308 def at = JavascriptReverseRoute( |
309 "controllers.Assets.at", | |
310 """ | |
311 function(file) { | |
312 return _wA({method:"GET", url:"/assets/" + (""" + implicitly[PathBindable[String]].javascriptUnbind + """)("file", file)}) | |
313 } | |
314 """ | |
315 ) | |
316 | |
317 | |
318 | |
319 | |
320 } | |
321 | |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
322 |
11 | 323 // @LINE:11 |
324 // @LINE:10 | |
9 | 325 // @LINE:9 |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
326 // @LINE:8 |
9 | 327 // @LINE:7 |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
328 class ReverseUser { |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
329 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
330 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
331 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
332 |
14 | 333 // @LINE:7 |
334 def createUser = JavascriptReverseRoute( | |
335 "controllers.User.createUser", | |
336 """ | |
337 function(name) { | |
338 return _wA({method:"PUT", url:"/users/create/" + (""" + implicitly[PathBindable[String]].javascriptUnbind + """)("name", name)}) | |
339 } | |
340 """ | |
341 ) | |
342 | |
343 | |
9 | 344 // @LINE:9 |
345 def getUserRequests = JavascriptReverseRoute( | |
346 "controllers.User.getUserRequests", | |
347 """ | |
348 function(name) { | |
349 return _wA({method:"GET", url:"/users/requests/" + (""" + implicitly[PathBindable[String]].javascriptUnbind + """)("name", name)}) | |
350 } | |
351 """ | |
352 ) | |
353 | |
354 | |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
355 // @LINE:8 |
9 | 356 def getUser = JavascriptReverseRoute( |
357 "controllers.User.getUser", | |
358 """ | |
359 function(name) { | |
360 return _wA({method:"GET", url:"/users/browse/" + (""" + implicitly[PathBindable[String]].javascriptUnbind + """)("name", name)}) | |
361 } | |
362 """ | |
363 ) | |
364 | |
365 | |
11 | 366 // @LINE:10 |
367 def getUserConsensus = JavascriptReverseRoute( | |
368 "controllers.User.getUserConsensus", | |
369 """ | |
370 function(name) { | |
371 return _wA({method:"GET", url:"/users/consensus/" + (""" + implicitly[PathBindable[String]].javascriptUnbind + """)("name", name)}) | |
372 } | |
373 """ | |
374 ) | |
375 | |
376 | |
377 // @LINE:11 | |
378 def getUserClaims = JavascriptReverseRoute( | |
379 "controllers.User.getUserClaims", | |
380 """ | |
381 function(name) { | |
382 return _wA({method:"GET", url:"/users/claims/" + (""" + implicitly[PathBindable[String]].javascriptUnbind + """)("name", name)}) | |
383 } | |
384 """ | |
385 ) | |
386 | |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
387 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
388 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
389 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
390 } |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
391 |
0 | 392 } |
393 | |
394 | |
395 | |
30 | 396 // @LINE:27 |
397 // @LINE:23 | |
17 | 398 // @LINE:22 |
32 | 399 // @LINE:18 |
11 | 400 // @LINE:17 |
30 | 401 // @LINE:16 |
26 | 402 // @LINE:14 |
17 | 403 // @LINE:13 |
11 | 404 // @LINE:11 |
405 // @LINE:10 | |
9 | 406 // @LINE:9 |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
407 // @LINE:8 |
0 | 408 // @LINE:7 |
409 // @LINE:6 | |
410 package controllers.ref { | |
411 | |
32 | 412 // @LINE:18 |
30 | 413 // @LINE:17 |
414 // @LINE:16 | |
26 | 415 // @LINE:14 |
17 | 416 // @LINE:13 |
417 class ReverseClaim { | |
418 | |
419 | |
420 | |
421 | |
30 | 422 // @LINE:16 |
17 | 423 def crateClaim() = new play.api.mvc.HandlerRef( |
424 controllers.Claim.crateClaim(), HandlerDef(this, "controllers.Claim", "crateClaim", Seq()) | |
425 ) | |
426 | |
26 | 427 |
428 // @LINE:14 | |
30 | 429 def getClaimTree(id:String) = new play.api.mvc.HandlerRef( |
430 controllers.Claim.getClaimTree(id), HandlerDef(this, "controllers.Claim", "getClaimTree", Seq(classOf[String])) | |
431 ) | |
432 | |
433 | |
434 // @LINE:17 | |
26 | 435 def createMention(mentionType:String, id:String) = new play.api.mvc.HandlerRef( |
436 controllers.Claim.createMention(mentionType, id), HandlerDef(this, "controllers.Claim", "createMention", Seq(classOf[String], classOf[String])) | |
437 ) | |
438 | |
30 | 439 |
440 // @LINE:13 | |
441 def getClaimInfo(id:String) = new play.api.mvc.HandlerRef( | |
442 controllers.Claim.getClaimInfo(id), HandlerDef(this, "controllers.Claim", "getClaimInfo", Seq(classOf[String])) | |
443 ) | |
444 | |
17 | 445 |
446 | |
447 | |
448 } | |
449 | |
450 | |
30 | 451 // @LINE:23 |
452 // @LINE:22 | |
0 | 453 // @LINE:6 |
454 class ReverseApplication { | |
455 | |
456 | |
457 | |
458 | |
30 | 459 // @LINE:23 |
9 | 460 def test() = new play.api.mvc.HandlerRef( |
461 controllers.Application.test(), HandlerDef(this, "controllers.Application", "test", Seq()) | |
462 ) | |
463 | |
464 | |
0 | 465 // @LINE:6 |
466 def index() = new play.api.mvc.HandlerRef( | |
467 controllers.Application.index(), HandlerDef(this, "controllers.Application", "index", Seq()) | |
468 ) | |
469 | |
470 | |
30 | 471 // @LINE:22 |
0 | 472 def hello() = new play.api.mvc.HandlerRef( |
473 controllers.Application.hello(), HandlerDef(this, "controllers.Application", "hello", Seq()) | |
474 ) | |
475 | |
476 | |
477 | |
478 | |
479 } | |
480 | |
481 | |
30 | 482 // @LINE:27 |
0 | 483 class ReverseAssets { |
484 | |
485 | |
486 | |
487 | |
30 | 488 // @LINE:27 |
0 | 489 def at(path:String, file:String) = new play.api.mvc.HandlerRef( |
490 controllers.Assets.at(path, file), HandlerDef(this, "controllers.Assets", "at", Seq(classOf[String], classOf[String])) | |
491 ) | |
492 | |
493 | |
494 | |
495 | |
496 } | |
497 | |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
498 |
11 | 499 // @LINE:11 |
500 // @LINE:10 | |
9 | 501 // @LINE:9 |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
502 // @LINE:8 |
9 | 503 // @LINE:7 |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
504 class ReverseUser { |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
505 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
506 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
507 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
508 |
14 | 509 // @LINE:7 |
510 def createUser(name:String) = new play.api.mvc.HandlerRef( | |
511 controllers.User.createUser(name), HandlerDef(this, "controllers.User", "createUser", Seq(classOf[String])) | |
512 ) | |
513 | |
514 | |
9 | 515 // @LINE:9 |
516 def getUserRequests(name:String) = new play.api.mvc.HandlerRef( | |
517 controllers.User.getUserRequests(name), HandlerDef(this, "controllers.User", "getUserRequests", Seq(classOf[String])) | |
518 ) | |
519 | |
520 | |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
521 // @LINE:8 |
9 | 522 def getUser(name:String) = new play.api.mvc.HandlerRef( |
523 controllers.User.getUser(name), HandlerDef(this, "controllers.User", "getUser", Seq(classOf[String])) | |
524 ) | |
525 | |
526 | |
11 | 527 // @LINE:10 |
528 def getUserConsensus(name:String) = new play.api.mvc.HandlerRef( | |
529 controllers.User.getUserConsensus(name), HandlerDef(this, "controllers.User", "getUserConsensus", Seq(classOf[String])) | |
530 ) | |
531 | |
532 | |
533 // @LINE:11 | |
534 def getUserClaims(name:String) = new play.api.mvc.HandlerRef( | |
535 controllers.User.getUserClaims(name), HandlerDef(this, "controllers.User", "getUserClaims", Seq(classOf[String])) | |
536 ) | |
537 | |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
538 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
539 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
540 |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
541 } |
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
542 |
0 | 543 } |
544 | |
545 |