git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@154851 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a88a8bbc27
commit
5da8482541
|
@ -540,7 +540,7 @@ public class SVNUpdater {
|
|||
sb.append(algorithm.getName() + " | ");
|
||||
sb.append(algorithm.getFullname() + " | ");
|
||||
sb.append(category + " | ");
|
||||
//sb.append(env + " | ");
|
||||
sb.append("DataMinerPoolManager | ");
|
||||
sb.append("<notextile>./addAlgorithm.sh " + algorithm.getName() + " " + algorithm.getCategory() + " "
|
||||
+ algorithm.getClazz() + " " + targetVRE + " " + algorithm_type + " N "
|
||||
+ algorithm.getPackageURL() + " \"" + algorithm.getDescription() + "\" </notextile> | ");
|
||||
|
|
Loading…
Reference in New Issue