Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def configure(self):
tmt.EclipseProject.configure(self)
tmt.WinstoneServer.addPlugin(self)
def configure(self):
tmt.EclipseProject.configure(self)
self.main = 'cs.sq12phase.Search'
def configure(self):
tmt.EclipseProject.configure(self)
tmt.WinstoneServer.addPlugin(self)
self.unifiedHtmlFiles = {
join(self.distDir, "tnt.html"): "http://localhost:2014/tnt/",
join(self.distDir, "bld.html"): "http://localhost:2014/tnt/bld.html"
}
def configure(self):
tmt.EclipseProject.configure(self)
self.fivephase_tables = join(self.binResource, 'fivephase_tables')
def configure(self):
tmt.EclipseProject.configure(self)
tmt.WinstoneServer.addPlugin(self)
self.scramblesProject = tmt.TmtProject.projects['scrambles']
self.postProcessedDir = join(self.scramblesProject.name, 'postprocessed')
def configure(self):
tmt.EclipseProject.configure(self)
self.main = "cs.threephase.Main"
self.threephase_tables = 'tpr_tables'
self.CACHED_THREEPHASE_TABLES = join(self.name, 'CACHED_THREEPHASE_TABLES_DELETE_TO_RECREATE')
def configure(self):
tmt.EclipseProject.configure(self)
tmt.WinstoneServer.addPlugin(self)
self.nonJavaResourceDeps |= tmt.glob(self.src, '.*html$', relativeTo=self.src)
def configure(self):
tmt.EclipseProject.configure(self)
self.nonJavaSrcDeps |= tmt.glob(self.src, '.*png$', relativeTo=self.src)
self.nonJavaSrcDeps.add('puzzle/puzzles')
self.javaFilesToIgnore = tmt.glob(join(self.src, 'net/gnehzr/tnoodle/js/'), r'.*\.java')
self.javaFilesToIgnore |= tmt.glob(join(self.src, 'net/gnehzr/tnoodle/jre/'), r'.*\.java')
def configure(self):
tmt.EclipseProject.configure(self)