Adding feature selector application to help download distribution with selected featu...
authorHarman Singh <harmasin@cisco.com>
Tue, 30 Sep 2014 16:33:38 +0000 (09:33 -0700)
committerHarman Singh <harmasin@cisco.com>
Tue, 30 Sep 2014 16:33:38 +0000 (09:33 -0700)
commit3433b2fde5bdf419ee593fba7d87a584f1a01b2b
tree0fecea73cc06937a032cfa73ba5dff16095ba2d4
parent0b8213ee4f08fdd6c86baabce4f38afe4e1bb2ce
Adding feature selector application to help download distribution with selected features as boot features

Please check README file to understand the configuration parameters

Change-Id: I5a5b82065515ee24e46f663bfa04f0676e6fd4a9
Signed-off-by: Harman Singh <harmasin@cisco.com>
feature-selector/README.md [new file with mode: 0644]
feature-selector/pom.xml [new file with mode: 0644]
feature-selector/src/main/java/org/opendaylight/release/app/FeatureSelectorController.java [new file with mode: 0644]
feature-selector/src/main/java/org/opendaylight/release/app/FileUtil.java [new file with mode: 0644]
feature-selector/src/main/resources/config.properties [new file with mode: 0644]
feature-selector/src/main/webapp/WEB-INF/feature-selector-servlet.xml [new file with mode: 0644]
feature-selector/src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]
feature-selector/src/main/webapp/download/original/distribution-dlux-0.1.0-SNAPSHOT.zip [new file with mode: 0644]
feature-selector/src/main/webapp/pages/index.jsp [new file with mode: 0644]