mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
remove unused svnadmin binary from svn config
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user