Skip to content
Snippets Groups Projects
Commit 588b0400 authored by david_williams's avatar david_williams
Browse files

prep for update sites

parent fdffa629
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -52,6 +52,18 @@ public class CreateFeatureUpdateFile {
returnCode = 9;
}
else {
if ("Galileo".equals(stream)) {
String filename = "features-galileo-wtp.xml";
System.out.println("Creating full List for main WTP site");
System.out.println(" filename: " + filename);
doList(featuresDirectories, featuresOfInterest, filename);
System.out.println();
String scfilename = "wtp.sc";
System.out.println("Creating short List for Galileo site");
System.out.println(" filename: " + scfilename);
doList2(featuresDirectories, shortListOfInterest, scfilename);
}
if ("Ganymede".equals(stream)) {
String filename = "features-ganymede-wtp.xml";
System.out.println("Creating full List for main WTP site");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment