You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/12/16 14:38:28 UTC

[09/30] syncope git commit: [SYNCOPE-740] Release process in place, now time to check if it works

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Configuration_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Configuration_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Configuration_pt_BR.properties
deleted file mode 100644
index a39ea61..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Configuration_pt_BR.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-parameters=Par\u00e2metros
-password=Senha
-account=Conta
-sync=Sincroniza\u00e7\u00e3o
-notifications=Notifica\u00e7\u00f5es
-workflow=Fluxo de Trabalho
-coreLog=Log Central
-consoleLog=Log do Console
-edit=Editar
-delete=Excluir
-db_export=Exportar Banco de Dados
-logger=Logger
-level=N\u00edvel
-events=Eventos
-template=Template
-traceLevel=N\u00edvel de Trace
-subject=Assunto
-noActivitiEnabledForUsers=Activiti n\u00e3o habilitado para usu\u00e1rios
-policies=Pol\u00edticas
-logs=Logs
-active=Ativada
-apply=Salvar
-securityQuestions=Quest\u00f5es de seguran\u00e7a
-content=Texto
-layouts=Layouts
-adminUser=Forma do usu\u00e1rio de administra\u00e7\u00e3o
-selfUser=Forma Usu\u00e1rio
-adminGroup=Forma de grupo de administra\u00e7\u00e3o
-selfGroup=Form Grupo
-adminMembership=Forma de membro de administra\u00e7\u00e3o
-selfMembership=Forma Membro
-ext=Extens\u00f5es

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.html
deleted file mode 100644
index 2471b30..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:extend>
-    <div>
-      <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p>
-      <form wicket:id="form">
-        <div id="formtable">
-          <div class="tablerow alt">
-            <div class="tablecolumn_label medium_fixedsize">
-              <label for="password"><wicket:message key="password"/></label>
-            </div>
-            <div class="tablecolumn_field medium_dynamicsize">
-              <span wicket:id="password">[password]</span>
-            </div>
-          </div>
-
-          <div class="tablerow">
-            <div class="tablecolumn_label medium_fixedsize">
-              <label for="confirmPassword"><wicket:message key="confirmPassword"/></label>
-            </div>
-            <div class="tablecolumn_field medium_dynamicsize">
-              <span wicket:id="confirmPassword">[confirmPassword]</span>
-            </div>
-          </div>
-        </div>
-
-        <div style="margin: 20px 10px 0">
-          <input type="submit"
-                 class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                 wicket:id="apply"/>
-          <input type="button"
-                 class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                 wicket:id="cancel"/>
-        </div>
-      </form>
-    </div>
-  </wicket:extend>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.properties
deleted file mode 100644
index eb8d9f6..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.properties
+++ /dev/null
@@ -1,20 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-title=Password reset
-submit=Submit
-password=Password
-confirmPassword=Password (confirm)

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_it.properties
deleted file mode 100644
index 2254365..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_it.properties
+++ /dev/null
@@ -1,20 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-title=Password smarrita
-submit=Invia
-password=Password
-confirmPassword=Password (conferma)

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_pt_BR.properties
deleted file mode 100644
index fa270b9..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_pt_BR.properties
+++ /dev/null
@@ -1,20 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-title=Redefini\u00e7\u00e3o de senha
-submit=Apresentar
-password=Senha
-confirmPassword=Senha (confirmar)

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.html
deleted file mode 100644
index e6d4676..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:extend>
-    <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p>
-
-    <div style="margin: 5px;">
-      <form wicket:id="form">
-        <div id="formtable">
-          <div class="tablerow" wicket:id="propView">
-            <div class="tablecolumn_label medium_dynamicsize">
-              <span wicket:id="key">[key]</span>
-            </div>
-            <div class="tablecolumn_field medium_dynamicsize">
-              <span wicket:id="value">[value]</span>
-
-            </div>
-          </div>
-        </div>
-      </form>
-    </div>
-  </wicket:extend>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.properties
deleted file mode 100644
index 109326f..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-title=Resource data

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_it.properties
deleted file mode 100644
index 0f4f94f..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_it.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-title=Dati sulla risorsa

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_pt_BR.properties
deleted file mode 100644
index daca223..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_pt_BR.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-title=Dados do Recurso

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.html
deleted file mode 100644
index b85acb6..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.html
+++ /dev/null
@@ -1,161 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:extend>
-    <p class="ui-widget ui-corner-all ui-widget-header">
-        <span wicket:id="new"/>&nbsp;<wicket:message key="title"/>&nbsp;<span wicket:id="key"/>
-    </p>
-    <div style="margin: 5px;">
-      <form wicket:id="form">
-        <div id="tabs">
-          <ul>
-            <li class="tabs-selected"><a href="#tabs-1"><span><wicket:message key="tab1"/></span></a></li>
-            <li><a href="#tabs-2"><span><wicket:message key="tab2"/></span></a></li>
-            <li><a href="#tabs-3"><span><wicket:message key="tab3"/></span></a></li>
-          </ul>
-          <div id="tabs-1">
-            <div id="formtable">
-              <div class="tablerow alt">
-                <div class="tablecolumn_label short_dynamicsize">
-                  <label for="displayName"><wicket:message key="displayName"/></label>
-                </div>
-                <div class="tablecolumn_field short_dynamicsize">
-                  <span wicket:id="displayName">[displayName]</span>
-                </div>
-              </div>
-
-              <div class="tablerow">
-                <div class="tablecolumn_label short_dynamicsize">
-                  <label for="location"><wicket:message key="location"/></label>
-                </div>
-                <div class="tablecolumn_field short_dynamicsize">
-                  <span wicket:id="location">[location]</span>
-                </div>
-              </div>
-
-              <div class="tablerow alt">
-                <div class="tablecolumn_label short_dynamicsize">
-                  <label for="name"><wicket:message key="name"/></label>
-                </div>
-                <div class="tablecolumn_field medium_dynamicsize">
-                  <span wicket:id="connectorName">[connectorName]</span>
-                </div>
-              </div>
-
-              <div class="tablerow">
-                <div class="tablecolumn_label short_dynamicsize">
-                  <label for="version"><wicket:message key="version"/></label>
-                </div>
-                <div class="tablecolumn_field short_dynamicsize">
-                  <span wicket:id="version">[version]</span>
-                </div>
-              </div>
-            </div>
-            <div style="display: table; border: 1px solid #BBBBBB;">
-              <div class="tablerow2 alt">
-                <div class="tablecolumn2_label short_dynamicsize">
-                  <label for="connRequestTimeout"><wicket:message key="connRequestTimeout"/></label>
-                </div>
-                <div class="tablecolumn2_field short_dynamicsize">
-                  <span wicket:id="connRequestTimeout">[connRequestTimeout]</span>
-                </div>
-                <div class="tablecolumn2_label short_dynamicsize">
-                  <label for="poolMaxObjects"><wicket:message key="poolMaxObjects"/></label>
-                </div>
-                <div class="tablecolumn2_field short_dynamicsize">
-                  <span wicket:id="poolMaxObjects">[poolMaxObjects]</span>
-                </div>
-              </div>
-              <div class="tablerow2">
-                <div class="tablecolumn2_label short_dynamicsize">
-                  <label for="poolMinIdle"><wicket:message key="poolMinIdle"/></label>
-                </div>
-                <div class="tablecolumn2_field short_dynamicsize">
-                  <span wicket:id="poolMinIdle">[poolMinIdle]</span>
-                </div>
-                <div class="tablecolumn2_label short_dynamicsize">
-                  <label for="poolMaxIdle"><wicket:message key="poolMaxIdle"/></label>
-                </div>
-                <div class="tablecolumn2_field short_dynamicsize">
-                  <span wicket:id="poolMaxIdle">[poolMaxIdle]</span>
-                </div>
-              </div>
-              <div class="tablerow2 alt">
-                <div class="tablecolumn2_label short_dynamicsize">
-                  <label for="poolMaxWait"><wicket:message key="poolMaxWait"/></label>
-                </div>
-                <div class="tablecolumn2_field short_dynamicsize">
-                  <span wicket:id="poolMaxWait">[poolMaxWait]</span>
-                </div>
-                <div class="tablecolumn2_label short_dynamicsize">
-                  <label for="poolMinEvictableIdleTime"><wicket:message key="poolMinEvictableIdleTime"/></label>
-                </div>
-                <div class="tablecolumn2_field short_dynamicsize">
-                  <span wicket:id="poolMinEvictableIdleTime">[poolMinEvictableIdleTime]</span>
-                </div>
-              </div>
-            </div>
-          </div>
-          <div id="tabs-2">
-            <div id="formtable">
-              <span wicket:id="container">
-                <div style="border-bottom: 10px">
-                  <div style="width: 40px; text-align: center; font-size: 7px">
-                    <label for="version"><wicket:message key="overridable"/></label>
-                  </div>
-                </div>
-                <form wicket:id="connectorPropForm">
-                  <div class="tablerow connectorProp" wicket:id="connectorProperties">
-                    <div class="tablecolumn_check" style="width: 27px; text-align: center; margin-right: 10px">
-                      <span wicket:id="connPropAttrOverridable">[connPropAttrOverridable]</span>
-                    </div>
-                    <div class="tablecolumn_connPropAttr">
-                      <span wicket:id="connPropAttrSchema">[connPropAttrSchema]</span>
-                    </div>
-                    <div class="tablecolumn_field veryshort_fixedsize">
-                      <span wicket:id="panel">[panel]</span>
-                    </div>
-                  </div>
-                  <div>
-                    <a style="position: absolute; top: 2px; right:20px;" wicket:id="check">
-                      <img src="img/ping.png"width="30" height="30"
-                           alt="ping" title="title" wicket:message="title:check"/>
-                    </a>
-                  </div>
-                </form>
-              </span>
-            </div>
-          </div>
-          <div id="tabs-3">
-            <span wicket:id="capabilitiesPalette"/>
-          </div>
-        </div>
-
-        <div style="margin: 20px 10px 0">
-          <input type="submit"
-                 class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                 wicket:id="apply"/>
-          <input type="button"
-                 class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                 wicket:id="cancel"/>
-        </div>
-      </form>
-    </div>
-  </wicket:extend>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.properties
deleted file mode 100644
index 8500f1a..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-tab1=General
-tab2=Configuration
-tab3=Capabilities
-displayName=Display name
-bundleName=Bundle name
-version=Version
-connRequestTimeout=Request timeout (sec)
-action=Action
-edit=Edit
-edit_attribute=Edit attribute
-serviceName=Service name
-endpoint=Endpoint
-title=Connector
-overridable=Overridable
-property=Property
-value=Value
-
-success_connection=Successful connection
-error_connection=Connection failure
-check=Check connection
-location=Location
-poolMaxObjects=Max objects (idle+active)
-poolMinIdle=Min idle objects
-poolMaxIdle=Max idle objects
-poolMaxWait=Max waiting time (msec)
-poolMinEvictableIdleTime=Min eviction time (msec)
-new=New

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_it.properties
deleted file mode 100644
index 96080c3..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_it.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-tab1=Generale
-tab2=Configurazione
-tab3=Capabilities
-bundleName=Bundle name
-version=Versione
-connRequestTimeout=Timeout richiesta (sec)
-action=Azione
-edit=Edit
-edit_attribute=Edit attribute
-serviceName=Nome servizio
-endpoint=Endpoint
-title=Connettore
-displayName=Nome visualizzato
-overridable=Sovrascrivibile
-property=Propriet\u00e0
-value=Valore
-
-success_connection=Connessione avvenuta con successo
-error_connection=Connessione non riuscita
-check=Verifica connessione
-location=Posizione
-poolMaxObjects=Max oggetti (attivi e non)
-poolMinIdle=Max oggetti attivi
-poolMaxIdle=Max oggetti inattivi
-poolMaxWait=Tempo max attesa
-poolMinEvictableIdleTime=Tempo min espulsione
-new=Nuovo

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_pt_BR.properties
deleted file mode 100644
index b688216..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_pt_BR.properties
+++ /dev/null
@@ -1,43 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-tab1=Geral
-tab2=Configura\u00e7\u00e3o
-tab3=Capacidades
-displayName=Mostrar Nome
-bundleName=Nome do Pacote
-version=Vers\u00e3o
-connRequestTimeout=Timeout da Requisi\u00e7\u00e3o (seg)
-action=A\u00e7\u00e3o
-edit=Alterar
-edit_attribute=Alterar Atributo
-serviceName=Nome de Servi\u00e7o
-endpoint=Endpoint
-title=Conector
-overridable=Alter\u00e1vel
-property=Propriedade
-value=Valor
-
-success_connection=Sucesso na Conex\u00e3o
-error_connection=Falha na Conex\u00e3o
-check=Verificar a Conex\u00e3o
-location=Localiza\u00e7\u00e3o
-poolMaxObjects=Max objects (idle+active)
-poolMinIdle=Min idle objects
-poolMaxIdle=Max idle objects
-poolMaxWait=Max waiting time (msec)
-poolMinEvictableIdleTime=Min eviction time (msec)
-new=Novo

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.html
deleted file mode 100644
index 5665e0e..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.html
+++ /dev/null
@@ -1,64 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:extend>
-    <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p>
-    <div style="margin: 5px;">
-      <form wicket:id="form">
-        <div id="formtable">
-          <div class="tablerow alt">
-            <div class="tablecolumn_label short_dynamicsize">
-              <label for="key"><wicket:message key="key"/></label>
-            </div>
-            <div class="tablecolumn_field medium_dynamicsize">
-              <span wicket:id="key">[name]</span>
-            </div>
-          </div>
-          <div class="tablerow">
-            <div class="tablecolumn_label short_dynamicsize">
-              <label for="expression"><wicket:message key="expression"/></label>
-            </div>
-            <div class="tablecolumn_field medium_dynamicsize">
-              <span wicket:id="expression">[expression]</span>
-              <a class="tooltips" wicket:id="questionMarkJexlHelp" href="#" alt="Click to help" title="Click to help">
-                <img src="img/help.png"/>
-                <span wicket:id="jexlHelp" class="tooltips">
-                  <wicket:message key="jexl_info"/>
-                  <ul>
-                    <li><wicket:message key="jexl_ex1"/></li>
-                    <li><wicket:message key="jexl_ex2"/></li>
-                  </ul>
-                  <a href="#" wicket:id="jexlLink" target="_blank"><wicket:message key="jexl_syntax_url"/></a>
-                </span>
-              </a>
-            </div>
-          </div>
-        </div>
-        <div style="margin: 10px 0px 0">
-          <input type="submit"
-                 class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                 wicket:id="apply"/>
-          <input type="button"
-                 class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                 wicket:id="cancel"/>
-        </div>
-      </form>
-    </div>
-  </wicket:extend>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.properties
deleted file mode 100644
index e39980a..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.properties
+++ /dev/null
@@ -1,22 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-required_alert=All form fields are required.
-expression=Expression
-existing_schemas=Existing Schemas:
-edit_attribute=Edit attribute
-attributes=Derived attributes
-title=Derived Schema
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_it.properties
deleted file mode 100644
index 425e118..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_it.properties
+++ /dev/null
@@ -1,22 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-required_alert=Tutti i campi sono richiesti.
-expression=Expression
-existing_schemas=Schemi presenti:
-edit_attribute=Modifica attributo
-attributes=Attributi derivati
-title=Schema Derivato
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_pt_BR.properties
deleted file mode 100644
index df3aff8..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_pt_BR.properties
+++ /dev/null
@@ -1,22 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-required_alert=Todos os campos do formaul\u00e1rio s\u00e3o obrigat\u00f3rios
-expression=Express\u00e3o
-existing_schemas=Esquemas Existentes\:
-edit_attribute=Alterar Atributo
-attributes=Atributos Derivados
-title=Esquema Derivado
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.html
deleted file mode 100644
index 4e4064c..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.html
+++ /dev/null
@@ -1,130 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:head>
-    <style>
-      div.group{
-        width:450px;
-      }
-
-      div.group div{
-        width:150;
-        height: 25px;
-        float:left;
-      }
-
-      div.group div input {
-        width: 30px;
-      }
-
-      div#attributes-view {
-        display:  block;
-        clear:  both;
-        float: none;
-        overflow: auto;
-        margin-top: 0px;
-        margin-bottom: 20px;
-        margin-left: 10px;
-        margin-right: 10px;
-      }
-
-      .submit{
-        display:  block;
-        clear:  both;
-        float: none;
-        margin-left: 10px;
-      }
-
-      span.grouplabel{
-        display:block;
-        clear: both;
-        margin-left: 10px;
-        margin-bottom: 10px;
-        font-weight: bold;
-      }
-    </style>
-  </wicket:head>
-  <wicket:extend>
-    <form wicket:id="form">
-      <div id="attributes-view">
-        <p class="ui-widget ui-corner-all ui-widget-header">
-          <wicket:message key="title"/>
-        </p>
-
-        <span class="grouplabel"><wicket:message key="plainSchemas"/></span>
-        <span wicket:id="dCheckGroup">
-          <div class="group">
-            <div wicket:id="details">
-              <input type="checkbox" wicket:id="dcheck"/>
-              <span wicket:id="dname">[schema name]</span>
-            </div>
-          </div>
-        </span>
-
-        <span wicket:id="plainSchemas">[schemas]</span>
-
-        <span wicket:id="dschemas">[derived schemas]</span>
-
-      </div>
-
-      <wicket:fragment wicket:id="sfragment">
-        <span wicket:id="psCheckGroup">
-          <div class="group">
-            <div wicket:id="plainSchemas">
-              <input type="checkbox" wicket:id="scheck"/>
-              <span wicket:id="sname">[schema name]</span>
-            </div>
-          </div>
-        </span>
-      </wicket:fragment>
-
-      <wicket:fragment wicket:id="dsfragment">
-        <span class="grouplabel"><wicket:message key="derSchemas"/></span>
-        <span wicket:id="dsCheckGroup">
-          <div class="group">
-            <div wicket:id="derSchemas">
-              <input type="checkbox" wicket:id="dscheck"/>
-              <span wicket:id="dsname">[schema name]</span>
-            </div>
-          </div>
-        </span>
-      </wicket:fragment>
-
-      <wicket:fragment wicket:id="vsfragment">
-        <span class="grouplabel"><wicket:message key="virSchemas"/></span>
-        <span wicket:id="vsCheckGroup">
-          <div class="group">
-            <div wicket:id="virSchemas">
-              <input type="checkbox" wicket:id="vscheck"/>
-              <span wicket:id="vsname">[schema name]</span>
-            </div>
-          </div>
-        </span>
-      </wicket:fragment>
-
-      <wicket:fragment wicket:id="emptyFragment">
-      </wicket:fragment>
-
-      <div class="submit">
-        <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="submit"/>
-        <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="cancel"/>
-      </div>
-    </form>
-  </wicket:extend>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.properties
deleted file mode 100644
index e7080ed..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.properties
+++ /dev/null
@@ -1,33 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-title=Change display attributes
-tooManySelections=Too many columns to be shown
-plainSchemas=User plain attributes
-derSchemas=User derived attributes
-virSchemas=User virtual attributes
-
-firstname=Firstname
-surname=Surname
-userId=User Id
-edit=Edit
-delete=Delete
-status=Status
-token=Token
-username=Username
-creationDate=Creation Date
-tokenValued=Valued
-tokenNotValued=Not valued

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_it.properties
deleted file mode 100644
index 6ee5963..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_it.properties
+++ /dev/null
@@ -1,33 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-title=Scegli attributi da visualizzare
-tooManySelections=Troppe colonne da visualizzare
-plainSchemas=Attributi normali utente
-derSchemas=Attributi derivati utente
-virSchemas=Attributi virtuali utente
-
-firstname=Nome
-surname=Cognome
-userId=User Id
-edit=Edit
-delete=Rimuovi
-status=Stato
-token=Token
-username=Username
-creationDate=Data Creazione
-tokenValued=Valorizzato
-tokenNotValued=Non valorizzato

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_pt_BR.properties
deleted file mode 100644
index 7f2b8cb..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_pt_BR.properties
+++ /dev/null
@@ -1,33 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-title=Alterar atributos mostrados
-tooManySelections=Muitas colunas para exibir
-plainSchemas=Atributo Normal de Usu\u00e1rios
-derSchemas=Atributos Derivados de Usu\u00e1rios
-virSchemas=Atributos virtuais de Usu\u00e1rios
-
-firstname=Nome
-surname=Sobrenome
-userId=Identificador de Usu\u00e1rio
-edit=Alterar
-delete=Excluir
-status=Estatus
-token=Token
-username=Nome do Usu\u00e1rio
-creationDate=Data de Cria\u00e7\u00e3o
-tokenValued=Valorado
-tokenNotValued=N\u00e3o Valorado

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ErrorPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ErrorPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ErrorPage.html
deleted file mode 100644
index c1c7407..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ErrorPage.html
+++ /dev/null
@@ -1,53 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<wicket:head>
-    <style type="text/css">
-        .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error  {
-            background:url("../../css/images/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50% #FEF1EC;
-            border:1px solid #CD0A0A;
-            color:#CD0A0A;
-            width: 400px;
-            padding: 0px;
-            margin-top: 200px;
-            margin-left: auto;
-            margin-right: auto;
-        }
-        body {
-        background: url("../../css/images/ui-bg_diagonals-thick_20_666666_40x40.png") 
-            repeat scroll 50% 50% #666666;
-        }
-    </style>
-</wicket:head>
-<wicket:extend>
-
-    <div class="ui-widget">
-        <div style="padding: 0pt 0.7em;" class="ui-state-error ui-corner-all">
-            <p><span style="float: left; margin-right: 0.3em;"
-                     class="ui-icon ui-icon-alert"></span>
-                <strong><span wicket:id="errorTitle"/></strong>
-                <div><span wicket:id="errorMessage"/></div>
-                <p>
-                    <a href="" wicket:id="home">
-                        <wicket:message key="home"/>
-                    </a>
-                </p>
-            </p>
-        </div>
-    </div>
-</wicket:extend>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ExecMessageModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ExecMessageModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ExecMessageModalPage.html
deleted file mode 100644
index bf00ee4..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/ExecMessageModalPage.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<wicket:extend>
-    <div id="dialog">
-        <pre wicket:id="message">
-            [Task execution's message to show]
-        </pre>
-    </div>
-</wicket:extend>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/FailureMessageModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/FailureMessageModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/FailureMessageModalPage.html
deleted file mode 100644
index db7c53d..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/FailureMessageModalPage.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<!DOCTYPE html>
-<style>
-  .w_content_3 {
-    padding: 0;
-    color: #333333;
-    font-family: Verdana,Tahoma,sans-serif;
-    font-size: 62.5%;
-  }
-</style>
-<wicket:extend>
-  <div class="w_content_3">
-    <div>
-      <div style="margin: 1em">
-        <pre wicket:id="failureMessage"></pre> 
-      </div>
-    </div>
-  </div>
-</wicket:extend>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.html
deleted file mode 100644
index bbcd878..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.html
+++ /dev/null
@@ -1,52 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:extend>
-    <div style="margin: 5px;">
-      <p class="ui-widget ui-corner-all ui-widget-header">
-        <wicket:message key="title"/>&nbsp;<span wicket:id="displayName"/>
-      </p>
-      <form wicket:id="groupForm">
-        <div id="tabs">
-          <div style="display: block; clear: both">
-            <ul>
-              <li><a href="#details"><span><wicket:message key="details"/></span></a></li>
-              <li><a href="#templates"><span><wicket:message key="templates"/></span></a></li>
-              <li><a href="#plainAttrs"><span><wicket:message key="plainAttrs"/></span></a></li>
-              <li><a href="#derAttrs"><span><wicket:message key="derAttrs"/></span></a></li>
-              <li><a href="#virAttrs"><span><wicket:message key="virAttrs"/></span></a></li>
-              <li><a href="#resources"><span><wicket:message key="resources"/></span></a></li>
-              <li><a href="#entitlements"><span><wicket:message key="entitlements"/></span></a></li>
-              <li><a href="#security"><span><wicket:message key="security"/></span></a></li>
-            </ul>
-          </div>
-          <div wicket:id="groupPanel"></div>
-        </div>
-        <div style="bottom:0;margin:10px">
-          <input type="submit"
-                 class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                 wicket:id="submit"/>
-          <input type="button"
-                 class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                 wicket:id="cancel"/>
-        </div>
-      </form>
-    </div>
-  </wicket:extend>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.properties
deleted file mode 100644
index 4ffa2fb..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-required_alert=All form fields are required.
-title=Group
-details=Details
-plainAttrs=Plain attributes
-tab3=Derived attributes
-tab4=Virtual attributes
-resources=Resources
-entitlements=Entitlements
-security=Security
-add=+
-drop=-
-error=Generic error occurred during the operation
-firstResourcesList=Group's resources
-secondResourcesList=Available resources
-firstEntitlementsList=Group's entitlements
-secondEntitlementsList=Available entitlements
-derAttrs=Derived Attributes
-derAttrToRemove=Delete
-derAttrName=Name
-derAttrValue=Derived value
-
-virAttrs=Virtual Attributes
-virAttrToRemove=Delete
-virAttrName=Name
-virAttrValue=Virtual value
-
-addAttributeBtn=Add
-
-inheritPlainAttrs=Inherit plain attributes
-inheritDerAttrs=Inherit derived attributes
-inheritVirAttrs=Inherit virtual attributes
-templates=Templates

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_it.properties
deleted file mode 100644
index 1c6efec..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_it.properties
+++ /dev/null
@@ -1,50 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-required_alert=All form fields are required.
-title=Gruppo
-details=Dettagli
-plainAttrs=Attributi normali
-tab3=Attributi derivati
-tab4=Attributi virtuali
-resources=Risorse
-entitlements=Entitlement
-security=Sicurezza
-add=+
-drop=-
-error=Errore generico durante l'operazione
-firstResourcesList=Risorse ruolo
-secondResourcesList=Risorse disponibili
-firstResourcesList=Risorse gruppo
-secondResourcesList=Risorse disponibili
-derAttrs=Attributi derivati
-derAttrToRemove=Elimina
-derAttrName=Nome
-derAttrValue=Valore derivato
-
-virAttrs=Attributi virtuali
-virAttrToRemove=Elimina
-virAttrName=Nome
-virAttrValue=Valore virtuale
-
-addAttributeBtn=Aggiungi
-
-inheritPlainAttrs=Eredita attributi normali
-inheritDerAttrs=Eredita attributi derivati
-inheritVirAttrs=Eredita attributi virtuali
-templates=Modelo
-secondEntitlementsList=Entitlement disponibili
-firstEntitlementsList=Entitlement gruppo

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_pt_BR.properties
deleted file mode 100644
index 0649585..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_pt_BR.properties
+++ /dev/null
@@ -1,48 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-required_alert=Todos os campos s\u00e3o obrigat\u00f3rios
-title=Grupo
-details=Detalhes
-plainAttrs=Atributos Normal
-tab3=Atributos Derivados
-tab4=Atributos Virtuais
-resources=Recursos
-entitlements=Direitos
-security=Seguran\u00e7a
-add=+
-drop=-
-error=Um erro gen\u00e9rico ocorreu durante a opera\u00e7\u00e3o
-firstResourcesList=Recursos de grupos
-secondResourcesList=Recursos dispon\u00edveis
-firstEntitlementsList=Direitos de grupos
-secondEntitlementsList=Direitos dispon\u00edveis
-derAttrs=Atributos derivados
-derAttrToRemove=Exluir
-derAttrName=Nome
-derAttrValue=Valor Derivado
-
-virAttrs=Atributos Virtuais
-virAttrToRemove=Excluir
-virAttrName=Nome
-virAttrValue=Valor Virtual
-
-addAttributeBtn=Adicionar
-
-inheritPlainAttrs=Atributos Herdados Normal
-inheritDerAttrs=Atributos Derivados Herdados
-inheritVirAttrs=Atributos Virtuais Herdados
-templates=Modelli

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupSelectModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupSelectModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupSelectModalPage.html
deleted file mode 100644
index 203ffa9..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/GroupSelectModalPage.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:extend>
-    <div wicket:id="treeTable"
-         style="width: 100%;display:block;margin:auto;" class="groupTable group-tree"/>
-  </wicket:extend>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups.html
deleted file mode 100644
index a335c28..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups.html
+++ /dev/null
@@ -1,80 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
-  <wicket:head>
-    <style>
-      div.group-tree div.wicket-tree-table a {
-        color:black;
-      }
-    </style>
-    <script type="text/javascript">
-      $(document).ready(function() {
-        $("#grouptabs").tabs();
-      });
-    </script>
-  </wicket:head>
-  <wicket:extend>
-    <div id="grouptabs">
-      <ul>
-        <li class="tabs-selected">
-          <a href="#tabs-tree">
-            <span><wicket:message key="tabs-tree"/>
-            </span>
-          </a>
-        </li>
-        <li>
-          <a href="#tabs-search">
-            <span><wicket:message key="tabs-search"/>
-            </span>
-          </a>
-        </li>
-      </ul>
-
-      <div id="tabs-tree" >
-        <div wicket:id="groupTabsContainer">
-          <span wicket:id="treePanel"></span>
-          <span wicket:id="summaryPanel"></span>
-        </div>
-        <div wicket:id="editGroupWin">[Show modal window for create/editing group]</div>
-      </div>
-
-      <div id="tabs-search">
-        <div>
-          <form wicket:id="searchForm">
-            <span wicket:id="searchPanel">searchPanel</span>
-
-            <br/>
-            <a wicket:id="search"
-               class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
-              <img src="img/search.png" alt="search"/>
-              <wicket:message key="search"/>
-            </a>
-          </form>
-        </div>
-
-        <div id="users-contain" class="ui-widget" style="width:auto">
-          <span wicket:id="searchResult">[search result]</span>
-        </div>
-      </div>
-
-    </div>
-
-    <wicket:child/>
-  </wicket:extend>
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups.properties
deleted file mode 100644
index bfe9385..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups.properties
+++ /dev/null
@@ -1,26 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-tabs-tree=Tree
-tabs-search=Search
-search=Search
-create_user=Create new user
-search_results_title=Search results
-search_noResults=No matches found.
-reset=Reset
-showingFrom=Showing
-showingTo=to
-showingOf=of

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups_it.properties
deleted file mode 100644
index 76e69f7..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups_it.properties
+++ /dev/null
@@ -1,26 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-tabs-tree=Albero
-tabs-search=Ricerca
-search=Cerca
-create_user=Crea nuovo utente
-search_results_title=Risultati ricerca:
-search_noResults=Nessuna corrispondenza trovata.
-reset=Reset
-showingFrom=Risultati da
-showingTo=a
-showingOf=di

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups_pt_BR.properties
deleted file mode 100644
index 8d80401..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Groups_pt_BR.properties
+++ /dev/null
@@ -1,26 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-tabs-tree=\u00C1rvore
-tabs-search=Buscar
-search=Buscar
-create_user=Criar novo usu\u00E1rio
-search_results_title=Resultados da busca
-search_noResults=N\u00E3o foram encontrados resultados
-reset=Resetar
-showingFrom=Mostrando
-showingTo=para
-showingOf=de

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/HomePage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/HomePage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/HomePage.html
deleted file mode 100644
index 2849c44..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/HomePage.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml">
-
-    <body>
-
-        <wicket:extend>
-
-            <div>
-                <b>Syncope</b> Home-Page!
-            </div>
-
-        </wicket:extend>
-
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.html
deleted file mode 100644
index 1124735..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<wicket:extend>
-  <div id="versionMP">
-    <div style="text-align: center;">
-      <a wicket:id="syncopeLink" target="_blank">
-        <img id="logo" src="img/logo.png" alt="syncope" title="syncope"/>
-      </a>
-      <div style="color: white;font-weight: bold;">Version: <span wicket:id="version"/></div>
-    </div>
-    <br/>
-    <div>
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-    </div>
-    <a wicket:id="licenseLink" target="_blank">http://www.apache.org/licenses/LICENSE-2.0</a>
-    <div>
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-    </div>
-  </div>
-</wicket:extend>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.properties
deleted file mode 100644
index 5f0020a..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-info=Information
-syncopeSite=Apache Syncope Site
-version=Version

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_it.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_it.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_it.properties
deleted file mode 100644
index 5a2beea..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_it.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-info=Informazioni
-syncopeSite=Sito di Apache Syncope
-version=Versione

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_pt_BR.properties
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_pt_BR.properties b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_pt_BR.properties
deleted file mode 100644
index abd4055..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_pt_BR.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-info=Informa\u00E7\u00E3o
-syncopeSite=Site do Apache Syncope
-version=Vers\u00E3o

http://git-wip-us.apache.org/repos/asf/syncope/blob/b7f88690/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Login.html
----------------------------------------------------------------------
diff --git a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Login.html b/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Login.html
deleted file mode 100644
index 78436de..0000000
--- a/client/old_console/src/main/resources/org/apache/syncope/client/console/pages/Login.html
+++ /dev/null
@@ -1,89 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-    <meta http-equiv="Content-Style-Type" content="text/css"/>
-
-    <title>Apache Syncope - Login</title>
-
-    <link rel="shortcut icon" href="img/favicon.png" type="image/png"/>
-    <link rel="stylesheet" href="css/style.css" type="text/css" media="all"/>
-
-    <script type="text/javascript">
-
-      var notificationShownTimes = 0;
-
-      function showNotification(componentId, messagecount) {
-        notificationShownTimes++;
-        timeout = 1700 + (messagecount * 500) + notificationShownTimes * 200;
-        $('div#' + componentId).fadeTo('normal', 1.0);
-        setTimeout("$('div#" + componentId + "').fadeOut('normal')", timeout);
-      }
-    </script>
-
-  </head>
-  <body style="text-align:center">
-    <div id="splash">
-      <img src="img/logo.png" alt="syncope" title="syncope" id="logo" />
-      <p style="border: none">&nbsp;</p>
-      <div id="loginFeedbackDiv">
-        <div wicket:id="feedback">feedbackmessages will be put here</div>
-      </div>
-      <form wicket:id="login">
-        <label for="userId">
-          <wicket:message key="userId"/>
-        </label>
-        <input type="text" wicket:id="userId" id="userId" size="25" style="width: 180px" />
-        <br />
-        <label for="password" class="password">
-          <wicket:message key="password"/>
-        </label>
-        <input type="password" wicket:id="password" id="password" size="25"  style="width: 180px" />
-        <br />
-        <select wicket:id="language" id="language"/>
-        <br />
-        <br />
-        <input type="submit" wicket:id="submit"/>
-      </form>
-
-      <div style="display: inline-table; margin: 10px; width:380px;">
-        <div style="display: inline-table-cell; text-align: left; float: left;" wicket:id="selfRegistration"/>
-        <div style="display: inline-table-cell; text-align: left; float: right;" wicket:id="passwordReset"/>
-      </div>
-
-      <wicket:fragment wicket:id="selfRegNotAllowed"/>
-      <wicket:fragment wicket:id="selfRegAllowed">
-        <span wicket:id="selfRegistration"/>
-      </wicket:fragment>
-
-      <div wicket:id="selfRegModal"></div>
-
-      <wicket:fragment wicket:id="pwdResetNotAllowed"/>
-      <wicket:fragment wicket:id="pwdResetAllowed">
-        <span wicket:id="passwordReset"/>
-      </wicket:fragment>
-
-      <div wicket:id="pwdResetReqModal"></div>
-      <div wicket:id="pwdResetConfModal"></div>
-    </div>
-  </body>
-</html>