Commit 25c4626bb03466e702bc83786e5e5a4e87410fbc
1 parent
bb1a576442
Exists in
master
Update README.md
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
README.md
... | ... | @@ -14,15 +14,15 @@ The major differences with existing addon (http://addons.alfresco.com/addons/tra |
14 | 14 | |
15 | 15 | This has been tested for: |
16 | 16 | |
17 | -- Alfresco Enterprise 4.1.1.3 (use version https://code.google.com/p/alfresco-trashcan-cleaner/source/browse/?name=1.2.0) | |
17 | +- Alfresco Enterprise 4.1.1.3 (use version https://github.com/rjmfernandes/alfresco-trashcan-cleaner/tree/1.2.0) | |
18 | 18 | |
19 | -- Alfresco Community 4.2.e (use version - https://code.google.com/p/alfresco-trashcan-cleaner/source/browse/?name=v2.0.0) - only unit tests | |
19 | +- Alfresco Community 4.2.e (use version - https://github.com/rjmfernandes/alfresco-trashcan-cleaner/tree/v2.0.0) - only unit tests | |
20 | 20 | |
21 | -- Alfresco Enterprise 4.2.0 (last version - https://code.google.com/p/alfresco-trashcan-cleaner/source/browse/?name=v2.1.0) - only unit tests | |
21 | +- Alfresco Enterprise 4.2.0 (last version - https://github.com/rjmfernandes/alfresco-trashcan-cleaner/tree/v2.1.0) - only unit tests | |
22 | 22 | |
23 | 23 | If you want to add log related to this job, just add to log4j.properties: |
24 | 24 | |
25 | 25 | log4j.logger.org.alfresco.trashcan=debug |
26 | 26 | |
27 | -This new version takes into account the new way Alfresco 4.2 trashes content keeping a secondary parent reference inside trashcan to the original owner (those references dont have an archive date associated with it what caused an error when trying past versions of the cleaner with 4.2 ). | |
27 | +This new version takes into account the new way Alfresco 4.2 trashes content keeping a secondary parent reference inside trashcan to the original owner (those references dont have an archive date associated with it what caused an error when trying past versions of the cleaner with 4.2). | |
28 | 28 | The new trashcan cleaner does not try to delete those references. | ... | ... |