Moved currently unused i18n code out of build path.

This commit is contained in:
akwizgran
2012-10-30 20:37:31 +00:00
parent e6ac5494fc
commit a66da73d37
11 changed files with 0 additions and 5 deletions

View File

@@ -21,7 +21,6 @@
<test name='net.sf.briar.db.BasicH2Test'/>
<test name='net.sf.briar.db.DatabaseCleanerImplTest'/>
<test name='net.sf.briar.db.DatabaseComponentImplTest'/>
<test name='net.sf.briar.i18n.I18nTest'/>
<test name='net.sf.briar.lifecycle.ShutdownManagerImplTest'/>
<test name='net.sf.briar.lifecycle.WindowsShutdownManagerImplTest'/>
<test name='net.sf.briar.plugins.PluginManagerImplTest'/>
@@ -70,7 +69,6 @@
</classpath>
<jvmarg value='-Djava.library.path=../libs'/>
<test name='net.sf.briar.db.H2DatabaseTest'/>
<test name='net.sf.briar.i18n.FontManagerTest'/>
<test name='net.sf.briar.plugins.tor.TorPluginTest'/>
</junit>
</target>