DPascalBernard / maven-alfresco-archetypes

Automatically exported from code.google.com/p/maven-alfresco-archetypes
0 stars 0 forks source link

POM - wrong <desktop.action.package> for Alfresco 2.1.0 #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the pom.xml of maven-alfresco-extension-archetype-1.1.4.
2. Lookup these lines:
<!-- Used for 2.1.0 -->
<desktop.action.package>org.alfresco.filesys.repo.desk</desktop.action.package>
3. It seems that these lines should be:
<!-- Used for 2.1.0 -->
<desktop.action.package>org.alfresco.filesys.smb.server.repo.desk</desktop.actio
n.package>

What do you think?

Original issue reported on code.google.com by p.bod...@centrum.cz on 5 May 2009 at 9:11

GoogleCodeExporter commented 9 years ago
Working by default with Alfresco 3.x package names

Original comment by colum...@gmail.com on 2 Dec 2009 at 12:42

GoogleCodeExporter commented 9 years ago
I'm sorry, maybe I'm a little bit overworked, but I don't understand what you 
mean by
stating "Working by default with Alfresco 3.x package names" when the lines 
above are
clearly (according to the xml comment) related to Alfresco 2.1.0.

Could you please explain it to me? Thanks.

PS: I haven't looked into SVN whether there is some change which, maybe, could
explain your comment...

Original comment by p.bod...@centrum.cz on 2 Dec 2009 at 4:50