git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c89f293
)
java types
author
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 23 Apr 2008 15:22:45 +0000
(15:22 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 23 Apr 2008 15:22:45 +0000
(15:22 +0000)
org.glite.lb.types/types.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.types/types.T
b/org.glite.lb.types/types.T
index
ab3406d
..
23a972f
100644
(file)
--- a/
org.glite.lb.types/types.T
+++ b/
org.glite.lb.types/types.T
@@
-48,6
+48,17
@@
intlist=>'"intSequenceType"',
stslist=>'"statusSequenceType"',
taglist=>'"tagSequenceType"',
+ },
+ 'java'=>{
+ bool=>'"bool"',
+ string=>'"String"',
+ int=>'"int"',
+ jobid=>'"Jobid"',
+ notifid=>'"Jobid"',
+ port=>'"int"',
+ float=>'"float"',
+ double=>'"double"',
+ logsrc=>'"Sources"',
}
);