mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-09-17 14:21:45 +00:00
Issue 17
git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk/maven-alfresco-archetypes@80 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
@@ -68,6 +68,11 @@
|
||||
<alfresco.db.name>alf_jetty</alfresco.db.name>
|
||||
<alfresco.db.username>alfresco</alfresco.db.username>
|
||||
<alfresco.db.password>alfresco</alfresco.db.password>
|
||||
<alfresco.version>2.1.0</alfresco.version>
|
||||
<!-- Used for 2.1.0 -->
|
||||
<desktop.action.package>org.alfresco.filesys.smb.server.repo.desk</desktop.action.package>
|
||||
<!-- Used for 2.9.0+ -->
|
||||
<!--desktop.action.package>org.alfresco.filesys.repo.desk</desktop.action.package-->
|
||||
<log.dir></log.dir>
|
||||
<!-- Uncomment this property together with the <scm> section downwards
|
||||
<svn.url>
|
||||
@@ -127,32 +132,32 @@
|
||||
<dependency>
|
||||
<groupId>alfresco.community</groupId>
|
||||
<artifactId>alfresco</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>${alfresco.version}</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<!-- All provided libs (as contained in the war dependency) but useful for development (e.g. IDE configuration) -->
|
||||
<dependency>
|
||||
<groupId>alfresco.community</groupId>
|
||||
<artifactId>alfresco-web-client</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>${alfresco.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>alfresco.community</groupId>
|
||||
<artifactId>alfresco-core</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>${alfresco.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>alfresco.community</groupId>
|
||||
<artifactId>alfresco-repository</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>${alfresco.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>alfresco.community</groupId>
|
||||
<artifactId>alfresco-remote-api</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>${alfresco.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -164,7 +169,7 @@
|
||||
<scope>runtime</scope>
|
||||
<type>amp</type>
|
||||
<artifactId>recordsmanagement</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>${alfresco.version}</version>
|
||||
<groupId>org.alfresco.community</groupId>
|
||||
</dependency>
|
||||
-->
|
||||
|
@@ -117,12 +117,12 @@
|
||||
<webpath>http://${localname}/</webpath>
|
||||
</global>
|
||||
<action>
|
||||
<class>org.alfresco.filesys.smb.server.repo.desk.CheckInOutDesktopAction</class>
|
||||
<class>${desktop.action.package}.CheckInOutDesktopAction</class>
|
||||
<name>CheckInOut</name>
|
||||
<filename>__CheckInOut.exe</filename>
|
||||
</action>
|
||||
<action>
|
||||
<class>org.alfresco.filesys.smb.server.repo.desk.JavaScriptDesktopAction</class>
|
||||
<class>${desktop.action.package}.JavaScriptDesktopAction</class>
|
||||
<name>JavaScriptURL</name>
|
||||
<filename>__ShowDetails.exe</filename>
|
||||
<script>alfresco/desktop/showDetails.js</script>
|
||||
|
Reference in New Issue
Block a user