remove unused svnadmin binary from svn config

This commit is contained in:
Sebastian Sdorra
2010-11-14 14:53:32 +01:00
parent 0db4d06cfb
commit c6d531a7b2
2 changed files with 2 additions and 30 deletions

View File

@@ -29,6 +29,8 @@
*
*/
package sonia.scm.repository;
//~--- JDK imports ------------------------------------------------------------
@@ -54,17 +56,6 @@ public class SvnConfig extends SimpleRepositoryConfig
return svnAccessFile;
}
/**
* Method description
*
*
* @return
*/
public String getSvnAdminBinary()
{
return svnAdminBinary;
}
//~--- set methods ----------------------------------------------------------
/**
@@ -78,22 +69,8 @@ public class SvnConfig extends SimpleRepositoryConfig
this.svnAccessFile = svnAccessFile;
}
/**
* Method description
*
*
* @param svnAdminBinary
*/
public void setSvnAdminBinary(String svnAdminBinary)
{
this.svnAdminBinary = svnAdminBinary;
}
//~--- fields ---------------------------------------------------------------
/** Field description */
private String svnAccessFile;
/** Field description */
private String svnAdminBinary;
}

View File

@@ -33,11 +33,6 @@ registerConfigPanel({
xtype : 'configForm',
title : 'Subversion Settings',
items : [{
xtype : 'textfield',
fieldLabel : 'Svnadmin Binary',
name : 'svnAdminBinary',
allowBlank : false
},{
xtype: 'textfield',
name: 'repositoryDirectory',
fieldLabel: 'Repository directory',