mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
@@ -348,7 +348,7 @@ public class AvailableContribution extends Contribution {
|
||||
writer.println("lastUpdated=" + lastUpdated);
|
||||
writer.println("minRevision=" + minRev);
|
||||
writer.println("maxRevision=" + maxRev);
|
||||
if (getType() == ContributionType.LIBRARY && importsList != null) {
|
||||
if ((getType() == ContributionType.LIBRARY || getType() == ContributionType.MODE) && importsList != null) {
|
||||
writer.println("imports=" + importsList.join(","));
|
||||
}
|
||||
if (getType() == ContributionType.EXAMPLES) {
|
||||
|
||||
Reference in New Issue
Block a user