Commit fae6b4eba96e86cd839daa3044762550164871df
1 parent
b9d79694a0
Exists in
master
mac compatibility
Showing
3 changed files
with
12 additions
and
7 deletions
Show diff stats
.gitignore
alfresco/src/main/properties/local/alfresco-global.properties
... | ... | @@ -80,11 +80,11 @@ db.pool.max=100 |
80 | 80 | # |
81 | 81 | # External locations |
82 | 82 | #------------- |
83 | -#ooo.exe=soffice | |
84 | -#ooo.enabled=false | |
85 | -#jodconverter.officeHome=./OpenOffice.org | |
86 | -#jodconverter.portNumbers=8101 | |
87 | -#jodconverter.enabled=true | |
83 | +ooo.exe=soffice | |
84 | +ooo.enabled=false | |
85 | +jodconverter.officeHome=./OpenOffice.org | |
86 | +jodconverter.portNumbers=8101 | |
87 | +jodconverter.enabled=false | |
88 | 88 | #img.root=./ImageMagick |
89 | 89 | #swf.exe=./bin/pdf2swf |
90 | 90 | |
... | ... | @@ -309,4 +309,6 @@ ldap.synchronisation.import.group.cron=0 45 21 * * ? |
309 | 309 | # - setting this to true means old group definitions will be tidied up. |
310 | 310 | ldap.synchronisation.import.group.clearAllChildren=false |
311 | 311 | |
312 | - | |
312 | +trashcan.cron=0 30 * * * ? | |
313 | +trashcan.daysToKeep=1 | |
314 | +trashcan.deleteBatchCount=1000 | ... | ... |
pom.xml
... | ... | @@ -31,7 +31,7 @@ |
31 | 31 | <alfresco.db.password></alfresco.db.password> |
32 | 32 | <alfresco.db.url>jdbc:mysql://${alfresco.db.host}:${alfresco.db.port}/${alfresco.db.name}</alfresco.db.url> |
33 | 33 | <alfresco.db.hibernate.dialect>org.hibernate.dialect.MySQLInnoDBDialect</alfresco.db.hibernate.dialect> |
34 | - <alfresco.data.location>alf_data_dev</alfresco.data.location> | |
34 | + <alfresco.data.location>/Users/rfernandes/workspace/alfresco-trashcan-cleaner/alf_data_dev</alfresco.data.location> | |
35 | 35 | <!-- This controls which properties will be picked in src/test/properties for embedded run --> |
36 | 36 | <env>local</env> |
37 | 37 | </properties> | ... | ... |