Home | History | Annotate | Download | only in tests

Lines Matching refs:jar

70     jar = os.path.join(libDir, 'ST-4.0.1.jar')
71 if not os.path.isfile(jar):
74 % jar,
76 cp.append(jar)
78 jar = os.path.join(libDir, 'antlr-2.7.7.jar')
79 if not os.path.isfile(jar):
82 % jar,
84 cp.append(jar)
86 jar = os.path.join(libDir, 'junit-4.2.jar')
87 if not os.path.isfile(jar):
90 % jar,
92 cp.append(jar)