From 57bb2a37da7d57ca0d06dc88ecf7e707a1b5f674 Mon Sep 17 00:00:00 2001 From: Sonia Zorba <zorba@oats.inaf.it> Date: Mon, 20 Mar 2017 16:29:07 +0100 Subject: [PATCH] Renamed TapSchemaManagerWebApp to TASMAN-webapp and TapSchemaManagerAPI to TASMAN-core --- CHANGELOG.md | 8 ++++++++ {TapSchemaManagerAPI => TASMAN-core}/pom.xml | 0 .../java/it/inaf/ia2/tsm/api/ChildEntityImpl.java | 0 .../main/java/it/inaf/ia2/tsm/api/ColumnImpl.java | 0 .../java/it/inaf/ia2/tsm/api/ConsistencyChecks.java | 0 .../main/java/it/inaf/ia2/tsm/api/Credentials.java | 0 .../main/java/it/inaf/ia2/tsm/api/DBWrapper.java | 0 .../src/main/java/it/inaf/ia2/tsm/api/Dao.java | 0 .../main/java/it/inaf/ia2/tsm/api/DaoColumn.java | 0 .../src/main/java/it/inaf/ia2/tsm/api/DaoKey.java | 0 .../main/java/it/inaf/ia2/tsm/api/DaoSchema.java | 0 .../src/main/java/it/inaf/ia2/tsm/api/DaoTable.java | 0 .../java/it/inaf/ia2/tsm/api/EditableProperty.java | 0 .../java/it/inaf/ia2/tsm/api/EntityProperty.java | 0 .../it/inaf/ia2/tsm/api/EntityPropertyInfo.java | 0 .../it/inaf/ia2/tsm/api/FixedEntityProperty.java | 0 .../ia2/tsm/api/InconsistentTapSchemaException.java | 0 .../java/it/inaf/ia2/tsm/api/InconsistentValue.java | 0 .../it/inaf/ia2/tsm/api/InsertQueryBuilder.java | 0 .../java/it/inaf/ia2/tsm/api/KeyColumnImpl.java | 0 .../src/main/java/it/inaf/ia2/tsm/api/KeyImpl.java | 0 .../main/java/it/inaf/ia2/tsm/api/SchemaImpl.java | 0 .../it/inaf/ia2/tsm/api/SelectQueryBuilder.java | 0 .../src/main/java/it/inaf/ia2/tsm/api/TSMUtil.java | 0 .../main/java/it/inaf/ia2/tsm/api/TableImpl.java | 0 .../it/inaf/ia2/tsm/api/TapSchemaEntityImpl.java | 0 .../java/it/inaf/ia2/tsm/api/TapSchemaFactory.java | 0 .../java/it/inaf/ia2/tsm/api/TapSchemaImpl.java | 0 .../java/it/inaf/ia2/tsm/api/UpdateOperations.java | 0 .../it/inaf/ia2/tsm/api/UpdateQueryBuilder.java | 0 .../it/inaf/ia2/tsm/api/contract/ChildEntity.java | 0 .../java/it/inaf/ia2/tsm/api/contract/Column.java | 0 .../it/inaf/ia2/tsm/api/contract/DatabaseType.java | 0 .../ia2/tsm/api/contract/EntitiesContainer.java | 0 .../main/java/it/inaf/ia2/tsm/api/contract/Key.java | 0 .../it/inaf/ia2/tsm/api/contract/KeyColumn.java | 0 .../java/it/inaf/ia2/tsm/api/contract/Schema.java | 0 .../java/it/inaf/ia2/tsm/api/contract/Status.java | 0 .../java/it/inaf/ia2/tsm/api/contract/Table.java | 0 .../it/inaf/ia2/tsm/api/contract/TapSchema.java | 0 .../inaf/ia2/tsm/api/contract/TapSchemaEntity.java | 0 .../inaf/ia2/tsm/api/contract/TapSchemaVersion.java | 0 .../src/main/resources/log4j.properties | 0 .../src/test/java/it/inaf/ia2/tsm/api/TestAll.java | 0 {TapSchemaManagerWebApp => TASMAN-webapp}/pom.xml | 0 .../it/inaf/ia2/tsm/webapp/ConfigurationData.java | 0 .../inaf/ia2/tsm/webapp/ConsistencyChecksBean.java | 0 .../ia2/tsm/webapp/CredentialsDialogResource.java | 0 .../it/inaf/ia2/tsm/webapp/CredentialsEditing.java | 0 .../it/inaf/ia2/tsm/webapp/CustomizedUCDParser.java | 0 .../java/it/inaf/ia2/tsm/webapp/FirstSetup.java | 0 .../src/main/java/it/inaf/ia2/tsm/webapp/Login.java | 0 .../main/java/it/inaf/ia2/tsm/webapp/ParsedUCD.java | 0 .../it/inaf/ia2/tsm/webapp/SchemaSelectionBean.java | 0 .../main/java/it/inaf/ia2/tsm/webapp/SearchUCD.java | 0 .../it/inaf/ia2/tsm/webapp/SearchUCDDialog.java | 0 .../it/inaf/ia2/tsm/webapp/SeparateCredentials.java | 0 .../inaf/ia2/tsm/webapp/TapSchemaEditingBean.java | 0 .../main/java/it/inaf/ia2/tsm/webapp/UCDEditor.java | 0 .../main/java/it/inaf/ia2/tsm/webapp/UCDInfo.java | 0 .../it/inaf/ia2/tsm/webapp/UCDServiceException.java | 0 .../src/main/java/it/inaf/ia2/tsm/webapp/User.java | 0 .../java/it/inaf/ia2/tsm/webapp/UsersEditing.java | 0 .../it/inaf/ia2/tsm/webapp/VOUnitValidator.java | 0 .../main/java/it/inaf/ia2/tsm/webapp/Version.java | 0 .../ia2/tsm/webapp/checker/FirstSetupChecker.java | 0 .../ia2/tsm/webapp/checker/LoggedInChecker.java | 0 .../inaf/ia2/tsm/webapp/env/ApplicationConfig.java | 0 .../tsm/webapp/env/CustomPartialResponseWriter.java | 0 .../webapp/env/CustomPartialViewContextFactory.java | 0 .../webapp/env/CustomPartialViewContextWrapper.java | 0 .../it/inaf/ia2/tsm/webapp/env/JSUpdateHandler.java | 0 .../it/inaf/ia2/tsm/webapp/env/KeepAliveBean.java | 0 .../inaf/ia2/tsm/webapp/env/KeepAliveResource.java | 0 .../ia2/tsm/webapp/env/NullOrEmptyConverter.java | 0 .../tsm/webapp/env/TSMResourceHandlerWrapper.java | 0 .../ia2/tsm/webapp/xmlconfig/Configuration.java | 0 .../ia2/tsm/webapp/xmlconfig/UCDConfiguration.java | 0 .../ia2/tsm/webapp/xmlconfig/UserConfiguration.java | 0 .../src/main/resources/log4j.properties | 0 .../src/main/resources/version.txt | 0 .../src/main/resources/webapp.properties | 0 .../src/main/webapp/WEB-INF/beans.xml | 0 .../src/main/webapp/WEB-INF/faces-config.xml | 0 .../src/main/webapp/WEB-INF/templates/master.xhtml | 0 .../src/main/webapp/WEB-INF/web.xml | 0 .../src/main/webapp/consistencyChecks.xhtml | 0 .../src/main/webapp/credentialsEditing.xhtml | 0 .../src/main/webapp/expired.xhtml | 0 .../src/main/webapp/index.xhtml | 0 .../src/main/webapp/resources/css/animation.css | 0 .../webapp/resources/css/bootstrap-theme.min.css | 0 .../src/main/webapp/resources/css/bootstrap.css | 0 .../src/main/webapp/resources/css/fontello.css | 0 .../src/main/webapp/resources/css/style.css | 0 .../src/main/webapp/resources/fonts/fontello.eot | Bin .../src/main/webapp/resources/fonts/fontello.svg | 0 .../src/main/webapp/resources/fonts/fontello.ttf | Bin .../src/main/webapp/resources/fonts/fontello.woff | Bin .../fonts/glyphicons-halflings-regular.eot | Bin .../fonts/glyphicons-halflings-regular.svg | 0 .../fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin .../fonts/glyphicons-halflings-regular.woff2 | Bin .../src/main/webapp/resources/js/credentials.js | 0 .../src/main/webapp/resources/js/edit-tapschema.js | 0 .../src/main/webapp/resources/js/keepalive.js | 0 .../main/webapp/resources/js/lib/bootstrap.min.js | 0 .../webapp/resources/js/lib/jquery-1.11.3.min.js | 0 .../src/main/webapp/resources/js/login.js | 0 .../src/main/webapp/resources/js/script.js | 0 .../src/main/webapp/resources/js/ucd-editor.js | 0 .../resources/tsm_components/ucd_editor.xhtml | 0 .../resources/tsm_components/user_navbar.xhtml | 0 .../src/main/webapp/schemaSelection.xhtml | 0 .../src/main/webapp/setup.xhtml | 0 .../src/main/webapp/tapSchemaEditing.xhtml | 0 .../src/main/webapp/usersEditing.xhtml | 0 .../src/test/java/TapSchemaMangerTest.java | 0 119 files changed, 8 insertions(+) rename {TapSchemaManagerAPI => TASMAN-core}/pom.xml (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/ChildEntityImpl.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/ColumnImpl.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/ConsistencyChecks.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/Credentials.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/DBWrapper.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/Dao.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/DaoColumn.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/DaoKey.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/DaoSchema.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/DaoTable.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/EditableProperty.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/EntityProperty.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/EntityPropertyInfo.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/FixedEntityProperty.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/InconsistentTapSchemaException.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/InconsistentValue.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/InsertQueryBuilder.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/KeyColumnImpl.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/KeyImpl.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/SchemaImpl.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/SelectQueryBuilder.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/TSMUtil.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/TableImpl.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/TapSchemaEntityImpl.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/TapSchemaFactory.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/TapSchemaImpl.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/UpdateOperations.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/UpdateQueryBuilder.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/contract/ChildEntity.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/contract/Column.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/contract/DatabaseType.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/contract/EntitiesContainer.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/contract/Key.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/contract/KeyColumn.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/contract/Schema.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/contract/Status.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/contract/Table.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/contract/TapSchema.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/contract/TapSchemaEntity.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/java/it/inaf/ia2/tsm/api/contract/TapSchemaVersion.java (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/main/resources/log4j.properties (100%) rename {TapSchemaManagerAPI => TASMAN-core}/src/test/java/it/inaf/ia2/tsm/api/TestAll.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/pom.xml (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/ConfigurationData.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/ConsistencyChecksBean.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/CredentialsDialogResource.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/CredentialsEditing.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/CustomizedUCDParser.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/FirstSetup.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/Login.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/ParsedUCD.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/SchemaSelectionBean.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/SearchUCD.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/SearchUCDDialog.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/SeparateCredentials.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/TapSchemaEditingBean.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/UCDEditor.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/UCDInfo.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/UCDServiceException.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/User.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/UsersEditing.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/VOUnitValidator.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/Version.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/checker/FirstSetupChecker.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/checker/LoggedInChecker.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/env/ApplicationConfig.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/env/CustomPartialResponseWriter.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/env/CustomPartialViewContextFactory.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/env/CustomPartialViewContextWrapper.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/env/JSUpdateHandler.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/env/KeepAliveBean.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/env/KeepAliveResource.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/env/NullOrEmptyConverter.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/env/TSMResourceHandlerWrapper.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/xmlconfig/Configuration.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/xmlconfig/UCDConfiguration.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/java/it/inaf/ia2/tsm/webapp/xmlconfig/UserConfiguration.java (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/resources/log4j.properties (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/resources/version.txt (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/resources/webapp.properties (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/WEB-INF/beans.xml (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/WEB-INF/faces-config.xml (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/WEB-INF/templates/master.xhtml (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/WEB-INF/web.xml (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/consistencyChecks.xhtml (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/credentialsEditing.xhtml (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/expired.xhtml (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/index.xhtml (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/css/animation.css (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/css/bootstrap-theme.min.css (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/css/bootstrap.css (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/css/fontello.css (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/css/style.css (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/fonts/fontello.eot (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/fonts/fontello.svg (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/fonts/fontello.ttf (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/fonts/fontello.woff (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/fonts/glyphicons-halflings-regular.eot (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/fonts/glyphicons-halflings-regular.svg (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/fonts/glyphicons-halflings-regular.ttf (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/fonts/glyphicons-halflings-regular.woff (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/fonts/glyphicons-halflings-regular.woff2 (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/js/credentials.js (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/js/edit-tapschema.js (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/js/keepalive.js (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/js/lib/bootstrap.min.js (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/js/lib/jquery-1.11.3.min.js (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/js/login.js (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/js/script.js (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/js/ucd-editor.js (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/tsm_components/ucd_editor.xhtml (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/resources/tsm_components/user_navbar.xhtml (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/schemaSelection.xhtml (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/setup.xhtml (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/tapSchemaEditing.xhtml (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/main/webapp/usersEditing.xhtml (100%) rename {TapSchemaManagerWebApp => TASMAN-webapp}/src/test/java/TapSchemaMangerTest.java (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2311e4..ce88fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## Version 1.1.0 + +* **Application has been renamed to TASMAN** +* Managed multiple users configuration: now each user has his/her own credentials configuration and custom UCDs configuration. + * **XML configuration format is changed: if you update from previous version you will lost your previous configuration.** +* Both new users and custom UCDs can now be added using the GUI. +* Added "Rebuild UCD" functionality on the UCD insertion dialog. + ## Version 1.0.4 ### Updated ucdvalidator into Ucidy 1.0 diff --git a/TapSchemaManagerAPI/pom.xml b/TASMAN-core/pom.xml similarity index 100% rename from TapSchemaManagerAPI/pom.xml rename to TASMAN-core/pom.xml diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/ChildEntityImpl.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/ChildEntityImpl.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/ChildEntityImpl.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/ChildEntityImpl.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/ColumnImpl.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/ColumnImpl.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/ColumnImpl.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/ColumnImpl.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/ConsistencyChecks.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/ConsistencyChecks.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/ConsistencyChecks.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/ConsistencyChecks.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/Credentials.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/Credentials.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/Credentials.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/Credentials.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/DBWrapper.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/DBWrapper.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/DBWrapper.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/DBWrapper.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/Dao.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/Dao.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/Dao.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/Dao.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/DaoColumn.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/DaoColumn.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/DaoColumn.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/DaoColumn.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/DaoKey.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/DaoKey.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/DaoKey.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/DaoKey.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/DaoSchema.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/DaoSchema.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/DaoSchema.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/DaoSchema.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/DaoTable.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/DaoTable.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/DaoTable.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/DaoTable.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/EditableProperty.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/EditableProperty.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/EditableProperty.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/EditableProperty.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/EntityProperty.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/EntityProperty.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/EntityProperty.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/EntityProperty.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/EntityPropertyInfo.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/EntityPropertyInfo.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/EntityPropertyInfo.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/EntityPropertyInfo.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/FixedEntityProperty.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/FixedEntityProperty.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/FixedEntityProperty.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/FixedEntityProperty.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/InconsistentTapSchemaException.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/InconsistentTapSchemaException.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/InconsistentTapSchemaException.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/InconsistentTapSchemaException.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/InconsistentValue.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/InconsistentValue.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/InconsistentValue.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/InconsistentValue.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/InsertQueryBuilder.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/InsertQueryBuilder.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/InsertQueryBuilder.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/InsertQueryBuilder.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/KeyColumnImpl.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/KeyColumnImpl.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/KeyColumnImpl.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/KeyColumnImpl.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/KeyImpl.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/KeyImpl.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/KeyImpl.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/KeyImpl.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/SchemaImpl.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/SchemaImpl.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/SchemaImpl.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/SchemaImpl.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/SelectQueryBuilder.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/SelectQueryBuilder.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/SelectQueryBuilder.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/SelectQueryBuilder.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/TSMUtil.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/TSMUtil.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/TSMUtil.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/TSMUtil.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/TableImpl.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/TableImpl.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/TableImpl.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/TableImpl.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/TapSchemaEntityImpl.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/TapSchemaEntityImpl.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/TapSchemaEntityImpl.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/TapSchemaEntityImpl.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/TapSchemaFactory.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/TapSchemaFactory.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/TapSchemaFactory.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/TapSchemaFactory.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/TapSchemaImpl.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/TapSchemaImpl.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/TapSchemaImpl.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/TapSchemaImpl.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/UpdateOperations.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/UpdateOperations.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/UpdateOperations.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/UpdateOperations.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/UpdateQueryBuilder.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/UpdateQueryBuilder.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/UpdateQueryBuilder.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/UpdateQueryBuilder.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/ChildEntity.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/ChildEntity.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/ChildEntity.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/ChildEntity.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/Column.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/Column.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/Column.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/Column.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/DatabaseType.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/DatabaseType.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/DatabaseType.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/DatabaseType.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/EntitiesContainer.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/EntitiesContainer.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/EntitiesContainer.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/EntitiesContainer.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/Key.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/Key.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/Key.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/Key.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/KeyColumn.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/KeyColumn.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/KeyColumn.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/KeyColumn.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/Schema.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/Schema.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/Schema.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/Schema.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/Status.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/Status.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/Status.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/Status.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/Table.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/Table.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/Table.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/Table.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/TapSchema.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/TapSchema.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/TapSchema.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/TapSchema.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/TapSchemaEntity.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/TapSchemaEntity.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/TapSchemaEntity.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/TapSchemaEntity.java diff --git a/TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/TapSchemaVersion.java b/TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/TapSchemaVersion.java similarity index 100% rename from TapSchemaManagerAPI/src/main/java/it/inaf/ia2/tsm/api/contract/TapSchemaVersion.java rename to TASMAN-core/src/main/java/it/inaf/ia2/tsm/api/contract/TapSchemaVersion.java diff --git a/TapSchemaManagerAPI/src/main/resources/log4j.properties b/TASMAN-core/src/main/resources/log4j.properties similarity index 100% rename from TapSchemaManagerAPI/src/main/resources/log4j.properties rename to TASMAN-core/src/main/resources/log4j.properties diff --git a/TapSchemaManagerAPI/src/test/java/it/inaf/ia2/tsm/api/TestAll.java b/TASMAN-core/src/test/java/it/inaf/ia2/tsm/api/TestAll.java similarity index 100% rename from TapSchemaManagerAPI/src/test/java/it/inaf/ia2/tsm/api/TestAll.java rename to TASMAN-core/src/test/java/it/inaf/ia2/tsm/api/TestAll.java diff --git a/TapSchemaManagerWebApp/pom.xml b/TASMAN-webapp/pom.xml similarity index 100% rename from TapSchemaManagerWebApp/pom.xml rename to TASMAN-webapp/pom.xml diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/ConfigurationData.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/ConfigurationData.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/ConfigurationData.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/ConfigurationData.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/ConsistencyChecksBean.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/ConsistencyChecksBean.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/ConsistencyChecksBean.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/ConsistencyChecksBean.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/CredentialsDialogResource.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/CredentialsDialogResource.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/CredentialsDialogResource.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/CredentialsDialogResource.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/CredentialsEditing.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/CredentialsEditing.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/CredentialsEditing.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/CredentialsEditing.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/CustomizedUCDParser.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/CustomizedUCDParser.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/CustomizedUCDParser.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/CustomizedUCDParser.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/FirstSetup.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/FirstSetup.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/FirstSetup.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/FirstSetup.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/Login.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/Login.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/Login.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/Login.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/ParsedUCD.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/ParsedUCD.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/ParsedUCD.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/ParsedUCD.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/SchemaSelectionBean.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/SchemaSelectionBean.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/SchemaSelectionBean.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/SchemaSelectionBean.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/SearchUCD.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/SearchUCD.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/SearchUCD.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/SearchUCD.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/SearchUCDDialog.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/SearchUCDDialog.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/SearchUCDDialog.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/SearchUCDDialog.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/SeparateCredentials.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/SeparateCredentials.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/SeparateCredentials.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/SeparateCredentials.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/TapSchemaEditingBean.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/TapSchemaEditingBean.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/TapSchemaEditingBean.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/TapSchemaEditingBean.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/UCDEditor.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/UCDEditor.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/UCDEditor.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/UCDEditor.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/UCDInfo.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/UCDInfo.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/UCDInfo.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/UCDInfo.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/UCDServiceException.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/UCDServiceException.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/UCDServiceException.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/UCDServiceException.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/User.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/User.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/User.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/User.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/UsersEditing.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/UsersEditing.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/UsersEditing.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/UsersEditing.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/VOUnitValidator.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/VOUnitValidator.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/VOUnitValidator.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/VOUnitValidator.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/Version.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/Version.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/Version.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/Version.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/checker/FirstSetupChecker.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/checker/FirstSetupChecker.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/checker/FirstSetupChecker.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/checker/FirstSetupChecker.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/checker/LoggedInChecker.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/checker/LoggedInChecker.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/checker/LoggedInChecker.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/checker/LoggedInChecker.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/ApplicationConfig.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/ApplicationConfig.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/ApplicationConfig.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/ApplicationConfig.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/CustomPartialResponseWriter.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/CustomPartialResponseWriter.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/CustomPartialResponseWriter.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/CustomPartialResponseWriter.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/CustomPartialViewContextFactory.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/CustomPartialViewContextFactory.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/CustomPartialViewContextFactory.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/CustomPartialViewContextFactory.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/CustomPartialViewContextWrapper.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/CustomPartialViewContextWrapper.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/CustomPartialViewContextWrapper.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/CustomPartialViewContextWrapper.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/JSUpdateHandler.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/JSUpdateHandler.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/JSUpdateHandler.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/JSUpdateHandler.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/KeepAliveBean.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/KeepAliveBean.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/KeepAliveBean.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/KeepAliveBean.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/KeepAliveResource.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/KeepAliveResource.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/KeepAliveResource.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/KeepAliveResource.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/NullOrEmptyConverter.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/NullOrEmptyConverter.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/NullOrEmptyConverter.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/NullOrEmptyConverter.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/TSMResourceHandlerWrapper.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/TSMResourceHandlerWrapper.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/env/TSMResourceHandlerWrapper.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/env/TSMResourceHandlerWrapper.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/xmlconfig/Configuration.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/xmlconfig/Configuration.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/xmlconfig/Configuration.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/xmlconfig/Configuration.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/xmlconfig/UCDConfiguration.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/xmlconfig/UCDConfiguration.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/xmlconfig/UCDConfiguration.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/xmlconfig/UCDConfiguration.java diff --git a/TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/xmlconfig/UserConfiguration.java b/TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/xmlconfig/UserConfiguration.java similarity index 100% rename from TapSchemaManagerWebApp/src/main/java/it/inaf/ia2/tsm/webapp/xmlconfig/UserConfiguration.java rename to TASMAN-webapp/src/main/java/it/inaf/ia2/tsm/webapp/xmlconfig/UserConfiguration.java diff --git a/TapSchemaManagerWebApp/src/main/resources/log4j.properties b/TASMAN-webapp/src/main/resources/log4j.properties similarity index 100% rename from TapSchemaManagerWebApp/src/main/resources/log4j.properties rename to TASMAN-webapp/src/main/resources/log4j.properties diff --git a/TapSchemaManagerWebApp/src/main/resources/version.txt b/TASMAN-webapp/src/main/resources/version.txt similarity index 100% rename from TapSchemaManagerWebApp/src/main/resources/version.txt rename to TASMAN-webapp/src/main/resources/version.txt diff --git a/TapSchemaManagerWebApp/src/main/resources/webapp.properties b/TASMAN-webapp/src/main/resources/webapp.properties similarity index 100% rename from TapSchemaManagerWebApp/src/main/resources/webapp.properties rename to TASMAN-webapp/src/main/resources/webapp.properties diff --git a/TapSchemaManagerWebApp/src/main/webapp/WEB-INF/beans.xml b/TASMAN-webapp/src/main/webapp/WEB-INF/beans.xml similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/WEB-INF/beans.xml rename to TASMAN-webapp/src/main/webapp/WEB-INF/beans.xml diff --git a/TapSchemaManagerWebApp/src/main/webapp/WEB-INF/faces-config.xml b/TASMAN-webapp/src/main/webapp/WEB-INF/faces-config.xml similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/WEB-INF/faces-config.xml rename to TASMAN-webapp/src/main/webapp/WEB-INF/faces-config.xml diff --git a/TapSchemaManagerWebApp/src/main/webapp/WEB-INF/templates/master.xhtml b/TASMAN-webapp/src/main/webapp/WEB-INF/templates/master.xhtml similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/WEB-INF/templates/master.xhtml rename to TASMAN-webapp/src/main/webapp/WEB-INF/templates/master.xhtml diff --git a/TapSchemaManagerWebApp/src/main/webapp/WEB-INF/web.xml b/TASMAN-webapp/src/main/webapp/WEB-INF/web.xml similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/WEB-INF/web.xml rename to TASMAN-webapp/src/main/webapp/WEB-INF/web.xml diff --git a/TapSchemaManagerWebApp/src/main/webapp/consistencyChecks.xhtml b/TASMAN-webapp/src/main/webapp/consistencyChecks.xhtml similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/consistencyChecks.xhtml rename to TASMAN-webapp/src/main/webapp/consistencyChecks.xhtml diff --git a/TapSchemaManagerWebApp/src/main/webapp/credentialsEditing.xhtml b/TASMAN-webapp/src/main/webapp/credentialsEditing.xhtml similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/credentialsEditing.xhtml rename to TASMAN-webapp/src/main/webapp/credentialsEditing.xhtml diff --git a/TapSchemaManagerWebApp/src/main/webapp/expired.xhtml b/TASMAN-webapp/src/main/webapp/expired.xhtml similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/expired.xhtml rename to TASMAN-webapp/src/main/webapp/expired.xhtml diff --git a/TapSchemaManagerWebApp/src/main/webapp/index.xhtml b/TASMAN-webapp/src/main/webapp/index.xhtml similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/index.xhtml rename to TASMAN-webapp/src/main/webapp/index.xhtml diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/css/animation.css b/TASMAN-webapp/src/main/webapp/resources/css/animation.css similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/css/animation.css rename to TASMAN-webapp/src/main/webapp/resources/css/animation.css diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/css/bootstrap-theme.min.css b/TASMAN-webapp/src/main/webapp/resources/css/bootstrap-theme.min.css similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/css/bootstrap-theme.min.css rename to TASMAN-webapp/src/main/webapp/resources/css/bootstrap-theme.min.css diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/css/bootstrap.css b/TASMAN-webapp/src/main/webapp/resources/css/bootstrap.css similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/css/bootstrap.css rename to TASMAN-webapp/src/main/webapp/resources/css/bootstrap.css diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/css/fontello.css b/TASMAN-webapp/src/main/webapp/resources/css/fontello.css similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/css/fontello.css rename to TASMAN-webapp/src/main/webapp/resources/css/fontello.css diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/css/style.css b/TASMAN-webapp/src/main/webapp/resources/css/style.css similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/css/style.css rename to TASMAN-webapp/src/main/webapp/resources/css/style.css diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/fonts/fontello.eot b/TASMAN-webapp/src/main/webapp/resources/fonts/fontello.eot similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/fonts/fontello.eot rename to TASMAN-webapp/src/main/webapp/resources/fonts/fontello.eot diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/fonts/fontello.svg b/TASMAN-webapp/src/main/webapp/resources/fonts/fontello.svg similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/fonts/fontello.svg rename to TASMAN-webapp/src/main/webapp/resources/fonts/fontello.svg diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/fonts/fontello.ttf b/TASMAN-webapp/src/main/webapp/resources/fonts/fontello.ttf similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/fonts/fontello.ttf rename to TASMAN-webapp/src/main/webapp/resources/fonts/fontello.ttf diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/fonts/fontello.woff b/TASMAN-webapp/src/main/webapp/resources/fonts/fontello.woff similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/fonts/fontello.woff rename to TASMAN-webapp/src/main/webapp/resources/fonts/fontello.woff diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.eot b/TASMAN-webapp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.eot rename to TASMAN-webapp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.eot diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.svg b/TASMAN-webapp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.svg rename to TASMAN-webapp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.svg diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.ttf b/TASMAN-webapp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.ttf rename to TASMAN-webapp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.ttf diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.woff b/TASMAN-webapp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.woff rename to TASMAN-webapp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.woff diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.woff2 b/TASMAN-webapp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.woff2 rename to TASMAN-webapp/src/main/webapp/resources/fonts/glyphicons-halflings-regular.woff2 diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/js/credentials.js b/TASMAN-webapp/src/main/webapp/resources/js/credentials.js similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/js/credentials.js rename to TASMAN-webapp/src/main/webapp/resources/js/credentials.js diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/js/edit-tapschema.js b/TASMAN-webapp/src/main/webapp/resources/js/edit-tapschema.js similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/js/edit-tapschema.js rename to TASMAN-webapp/src/main/webapp/resources/js/edit-tapschema.js diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/js/keepalive.js b/TASMAN-webapp/src/main/webapp/resources/js/keepalive.js similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/js/keepalive.js rename to TASMAN-webapp/src/main/webapp/resources/js/keepalive.js diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/js/lib/bootstrap.min.js b/TASMAN-webapp/src/main/webapp/resources/js/lib/bootstrap.min.js similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/js/lib/bootstrap.min.js rename to TASMAN-webapp/src/main/webapp/resources/js/lib/bootstrap.min.js diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/js/lib/jquery-1.11.3.min.js b/TASMAN-webapp/src/main/webapp/resources/js/lib/jquery-1.11.3.min.js similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/js/lib/jquery-1.11.3.min.js rename to TASMAN-webapp/src/main/webapp/resources/js/lib/jquery-1.11.3.min.js diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/js/login.js b/TASMAN-webapp/src/main/webapp/resources/js/login.js similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/js/login.js rename to TASMAN-webapp/src/main/webapp/resources/js/login.js diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/js/script.js b/TASMAN-webapp/src/main/webapp/resources/js/script.js similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/js/script.js rename to TASMAN-webapp/src/main/webapp/resources/js/script.js diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/js/ucd-editor.js b/TASMAN-webapp/src/main/webapp/resources/js/ucd-editor.js similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/js/ucd-editor.js rename to TASMAN-webapp/src/main/webapp/resources/js/ucd-editor.js diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/tsm_components/ucd_editor.xhtml b/TASMAN-webapp/src/main/webapp/resources/tsm_components/ucd_editor.xhtml similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/tsm_components/ucd_editor.xhtml rename to TASMAN-webapp/src/main/webapp/resources/tsm_components/ucd_editor.xhtml diff --git a/TapSchemaManagerWebApp/src/main/webapp/resources/tsm_components/user_navbar.xhtml b/TASMAN-webapp/src/main/webapp/resources/tsm_components/user_navbar.xhtml similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/resources/tsm_components/user_navbar.xhtml rename to TASMAN-webapp/src/main/webapp/resources/tsm_components/user_navbar.xhtml diff --git a/TapSchemaManagerWebApp/src/main/webapp/schemaSelection.xhtml b/TASMAN-webapp/src/main/webapp/schemaSelection.xhtml similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/schemaSelection.xhtml rename to TASMAN-webapp/src/main/webapp/schemaSelection.xhtml diff --git a/TapSchemaManagerWebApp/src/main/webapp/setup.xhtml b/TASMAN-webapp/src/main/webapp/setup.xhtml similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/setup.xhtml rename to TASMAN-webapp/src/main/webapp/setup.xhtml diff --git a/TapSchemaManagerWebApp/src/main/webapp/tapSchemaEditing.xhtml b/TASMAN-webapp/src/main/webapp/tapSchemaEditing.xhtml similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/tapSchemaEditing.xhtml rename to TASMAN-webapp/src/main/webapp/tapSchemaEditing.xhtml diff --git a/TapSchemaManagerWebApp/src/main/webapp/usersEditing.xhtml b/TASMAN-webapp/src/main/webapp/usersEditing.xhtml similarity index 100% rename from TapSchemaManagerWebApp/src/main/webapp/usersEditing.xhtml rename to TASMAN-webapp/src/main/webapp/usersEditing.xhtml diff --git a/TapSchemaManagerWebApp/src/test/java/TapSchemaMangerTest.java b/TASMAN-webapp/src/test/java/TapSchemaMangerTest.java similarity index 100% rename from TapSchemaManagerWebApp/src/test/java/TapSchemaMangerTest.java rename to TASMAN-webapp/src/test/java/TapSchemaMangerTest.java -- GitLab