From c5162f01bb54eab6b3c4056074e28e0080dc4d08 Mon Sep 17 00:00:00 2001 From: yuyang Date: Mon, 20 Feb 2017 11:28:17 +0800 Subject: Add liscense to file headers JIRA: BOTTLENECK-133 Some Yaml, XML and __init__.py file do not have liscense headers. This patch is to add headers to those files or delete those are deprecated. Change-Id: Ie059b1f1879eb420eec171f96985247510c74642 Signed-off-by: yuyang --- .../modules/rubbos_tomcat/files/server.xml | 38 ---- .../rubbos_tomcat/files/tomcat_sl/Config.java | 35 ---- .../rubbos_tomcat/files/tomcat_sl/build.xml | 82 --------- .../modules/rubbos_tomcat/files/tomcat_sl/web.xml | 199 --------------------- 4 files changed, 354 deletions(-) delete mode 100644 testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/server.xml delete mode 100644 testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/Config.java delete mode 100644 testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/build.xml delete mode 100644 testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/web.xml (limited to 'testsuites/rubbos/puppet_manifests') diff --git a/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/server.xml b/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/server.xml deleted file mode 100644 index 43ef7c07..00000000 --- a/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/server.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/Config.java b/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/Config.java deleted file mode 100644 index dc3fb32f..00000000 --- a/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/Config.java +++ /dev/null @@ -1,35 +0,0 @@ -package edu.rice.rubbos.servlets; - - -public class Config -{ - - /** - * Creates a new Config instance. - */ - Config() - { - } - - - public static final String HTMLFilesPath = "REPLACED_RUBBOS_HOME/Servlet_HTML"; - public static final String DatabaseProperties = "REPLACED_RUBBOS_HOME/Servlets/mysql.properties"; - public static final int DatabasePropertiesSize = 1; - - public static final int AboutMePoolSize = 10; - public static final int BrowseCategoriesPoolSize = 6; - public static final int BrowseRegionsPoolSize = 6; - public static final int BuyNowPoolSize = 4; - public static final int PutBidPoolSize = 8; - public static final int PutCommentPoolSize = 2; - public static final int RegisterItemPoolSize = 2; - public static final int RegisterUserPoolSize = 2; - public static final int SearchItemsByCategoryPoolSize = 15; - public static final int SearchItemsByRegionPoolSize = 20; - public static final int StoreBidPoolSize = 8; - public static final int StoreBuyNowPoolSize = 4; - public static final int StoreCommentPoolSize = 2; - public static final int ViewBidHistoryPoolSize = 4; - public static final int ViewItemPoolSize = 20; - public static final int ViewUserInfoPoolSize = 4; -} diff --git a/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/build.xml b/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/build.xml deleted file mode 100644 index a248847e..00000000 --- a/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/build.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - RUBBoS API]]> - Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.]]> - - - - - - - - - - - - - - - - - - - - - diff --git a/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/web.xml b/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/web.xml deleted file mode 100644 index a937286a..00000000 --- a/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/web.xml +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - - - RUBBos - Rice University Bulletin Board System - - - BrowseCategories - edu.rice.rubbos.servlets.BrowseCategories - - - - BrowseStoriesByCategory - edu.rice.rubbos.servlets.BrowseStoriesByCategory - - - - ViewComment - edu.rice.rubbos.servlets.ViewComment - - - - ModerateComment - edu.rice.rubbos.servlets.ModerateComment - - - - PostComment - edu.rice.rubbos.servlets.PostComment - - - - StoreComment - edu.rice.rubbos.servlets.StoreComment - - - - SubmitStory - edu.rice.rubbos.servlets.SubmitStory - - - - AcceptStory - edu.rice.rubbos.servlets.AcceptStory - - - - RejectStory - edu.rice.rubbos.servlets.RejectStory - - - - ReviewStories - edu.rice.rubbos.servlets.ReviewStories - - - - StoreStory - edu.rice.rubbos.servlets.StoreStory - - - - ViewStory - edu.rice.rubbos.servlets.ViewStory - - - - StoriesOfTheDay - edu.rice.rubbos.servlets.StoriesOfTheDay - - - - Search - edu.rice.rubbos.servlets.Search - - - - StoreModeratorLog - edu.rice.rubbos.servlets.StoreModeratorLog - - - - RegisterUser - edu.rice.rubbos.servlets.RegisterUser - - - - Author - edu.rice.rubbos.servlets.Author - - - - OlderStories - edu.rice.rubbos.servlets.OlderStories - - - - - BrowseCategories - /servlet/edu.rice.rubbos.servlets.BrowseCategories - - - - BrowseStoriesByCategory - /servlet/edu.rice.rubbos.servlets.BrowseStoriesByCategory - - - - ViewComment - /servlet/edu.rice.rubbos.servlets.ViewComment - - - - ModerateComment - /servlet/edu.rice.rubbos.servlets.ModerateComment - - - - PostComment - /servlet/edu.rice.rubbos.servlets.PostComment - - - - StoreComment - /servlet/edu.rice.rubbos.servlets.StoreComment - - - - SubmitStory - /servlet/edu.rice.rubbos.servlets.SubmitStory - - - - AcceptStory - /servlet/edu.rice.rubbos.servlets.AcceptStory - - - - RejectStory - /servlet/edu.rice.rubbos.servlets.RejectStory - - - - ReviewStories - /servlet/edu.rice.rubbos.servlets.ReviewStories - - - - StoreStory - /servlet/edu.rice.rubbos.servlets.StoreStory - - - - ViewStory - /servlet/edu.rice.rubbos.servlets.ViewStory - - - - StoriesOfTheDay - /servlet/edu.rice.rubbos.servlets.StoriesOfTheDay - - - - - Search - /servlet/edu.rice.rubbos.servlets.Search - - - - StoreModeratorLog - /servlet/edu.rice.rubbos.servlets.StoreModeratorLog - - - - RegisterUser - /servlet/edu.rice.rubbos.servlets.RegisterUser - - - - Author - /servlet/edu.rice.rubbos.servlets.Author - - - - OlderStories - /servlet/edu.rice.rubbos.servlets.OlderStories - - - - 30 - - - -- cgit 1.2.3-korg