mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
REPO-5203 Remove legacy transformers (#181)
Now that the T-Engines provide parity with in process legacy transforms and metadata extract, the legacy transform code is now being removed. This will allow the documentation to be greatly simplified and a number of libraries to be removed. Custom legacy transforms need to be moved to T-Engines. ACS 6 still provides a version where both may be run in parallel. New versions of the document transform engine (DTE) and media management (MM) are planned for ACS 7.
This commit is contained in:
@@ -57,12 +57,6 @@ system.cluster.drop_invalidating_caches.member_joined=Cluster member joined: dro
|
||||
system.cluster.drop_invalidating_caches.member_left=Cluster member left: dropping invalidating caches.
|
||||
system.cluster.drop_invalidating_caches.disabled=Cluster members changed but cache dropping is disabled (doing nothing).
|
||||
|
||||
# OpenOffice
|
||||
system.openoffice.info.connection_verified=The connection to OpenOffice has been established.
|
||||
system.openoffice.err.connection_failed=An initial OpenOffice connection could not be established.
|
||||
system.openoffice.err.connection_lost=The OpenOffice connection has been lost.
|
||||
system.openoffice.err.connection_remade=The OpenOffice connection was re-established.
|
||||
|
||||
# Locks
|
||||
system.locks.err.failed_to_acquire_lock=Failed to get lock ''{0}'' using token ''{1}''.
|
||||
system.locks.err.lock_resource_missing=Failed to manipulate lock ''{0}'' using token ''{1}''. The lock resource no longer exists.
|
||||
|
Reference in New Issue
Block a user