Add Otr4j srclib

This commit is contained in:
Kevin Everets 2013-01-30 14:49:21 -05:00
parent f15e82f6b7
commit 5829d455f9

View file

@ -1511,6 +1511,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
raise BuildException('Error updating AndrozicLib project')
return sdir
if name == 'Otr4j':
sdir = os.path.join(extlib_dir, 'Otr4j')
vcs = getvcs('git',
'https://github.com/redsolution/otr4j.git', sdir, sdk_path)
vcs.gotorevision(ref)
return sdir
raise BuildException('Unknown srclib ' + name)