From 8ce4ae3acf5fe344aff92b1ee18270df9513958e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 23 Apr 2008 15:22:45 +0000 Subject: [PATCH] java types --- org.glite.lb.types/types.T | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/org.glite.lb.types/types.T b/org.glite.lb.types/types.T index ab3406d..23a972f 100644 --- 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"', } ); -- 1.8.2.3