<path id="obfuscateDeps.path">
<pathelement location="${applet.jre.tools}" />
<pathelement location="appletlib/${jmolJar}" />
+ <pathelement location="appletlib/${jsonSimple}" />
+ <pathelement location="appletlib/${javaJson}" />
</path>
<taskdef resource="proguard/ant/task.properties" classpath="utils/proguard.jar" />
}
SequenceI[] hiddenSeqs = hiddenSeqsObj.hiddenSequences;
- System.out.print("Hidden Seqs : ");
- // if(hiddenSeqs != null){
StringBuilder hiddenSeqsBuilder = new StringBuilder();
for (SequenceI hiddenSeq : hiddenSeqs)
{
}
}
if (hiddenSeqsBuilder.length() > 0)
- {
+ {
hiddenSeqsBuilder.deleteCharAt(0);
- }
+ }
hiddenSections[1] = hiddenSeqsBuilder.toString();
- System.out.println(hiddenSections[1]);
- // }
return hiddenSections;
}