From b2192837e5cd8c9449ae21ffd23e91102d3b7498 Mon Sep 17 00:00:00 2001
From: mindthegab
Date: Wed, 9 Jul 2008 12:41:28 +0000
Subject: [PATCH] added parent reference
git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@14 04253f4f-3451-0410-a141-5562f1e59037
---
maven-alfresco-extension-archetype/.project | 56 +-
maven-alfresco-extension-archetype/pom.xml | 9 +-
.../META-INF/maven/archetype-metadata.xml | 105 ---
.../classes/META-INF/maven/archetype.xml | 45 --
.../archetype-resources/README-ANT.txt | 78 --
.../classes/archetype-resources/README-m2.txt | 122 ---
.../classes/archetype-resources/build.xml | 88 ---
.../classes/archetype-resources/pom.xml | 695 ------------------
.../archetype-resources/src/books/manual.xml | 33 -
.../properties/local/README-properties.txt | 43 --
.../properties/local/application.properties | 141 ----
.../extension/custom-model-context.xml | 34 -
.../alfresco/extension/custom-model.xml | 174 -----
.../extension/custom-repository-context.xml | 53 --
.../extension/file-servers-custom.xml | 152 ----
.../extension/ldap-authentication-context.xml | 157 ----
.../ldap-synchronisation-context.xml | 394 ----------
.../alfresco/extension/restore-context.xml | 88 ---
.../extension/web-client-config-custom.xml | 193 -----
.../alfresco/extension/webclient.properties | 40 -
.../src/main/resources/log4j.properties | 147 ----
.../main/webapp/WEB-INF/README-WEB-INF.txt | 20 -
.../webapp/WEB-INF/faces-config-custom.xml | 33 -
.../src/site/apt/book-index.apt | 76 --
.../src/site/apt/index.apt.vm | 45 --
.../archetype-resources/src/site/fml/faq.fml | 121 ---
.../archetype-resources/src/site/site.xml | 53 --
.../target/site/book-index.html | 239 ------
.../target/site/books/pdf/manual/manual.pdf | Bin 3465 -> 0 bytes
.../target/site/books/pdf/manual/manual.xml | 143 ----
.../target/site/books/rtf/manual/manual.rtf | 33 -
.../target/site/books/rtf/manual/manual.xml | 143 ----
.../site/books/xdoc/manual/book-index.xml | 93 ---
.../target/site/books/xdoc/manual/index.xml | 40 -
.../site/books/xdoc/manual/introduction.xml | 43 --
.../target/site/css/maven-base.css | 145 ----
.../target/site/css/maven-theme.css | 141 ----
.../target/site/css/print.css | 7 -
.../target/site/css/site.css | 0
.../target/site/dependencies.html | 346 ---------
.../archetype-resources/target/site/faq.html | 316 --------
.../target/site/images/collapsed.gif | Bin 53 -> 0 bytes
.../target/site/images/expanded.gif | Bin 52 -> 0 bytes
.../target/site/images/external.png | Bin 230 -> 0 bytes
.../target/site/images/icon_error_sml.gif | Bin 1010 -> 0 bytes
.../target/site/images/icon_info_sml.gif | Bin 606 -> 0 bytes
.../target/site/images/icon_success_sml.gif | Bin 990 -> 0 bytes
.../target/site/images/icon_warning_sml.gif | Bin 576 -> 0 bytes
.../images/logos/build-by-maven-black.png | Bin 2294 -> 0 bytes
.../images/logos/build-by-maven-white.png | Bin 2260 -> 0 bytes
.../site/images/logos/maven-feather.png | Bin 3330 -> 0 bytes
.../target/site/images/newwindow.png | Bin 220 -> 0 bytes
.../target/site/index.html | 206 ------
.../target/site/integration.html | 217 ------
.../target/site/issue-tracking.html | 217 ------
.../archetype-resources/target/site/jxr.html | 195 -----
.../target/site/license.html | 217 ------
.../target/site/mail-lists.html | 217 ------
.../target/site/project-info.html | 256 -------
.../target/site/project-reports.html | 200 -----
.../target/site/project-summary.html | 252 -------
.../target/site/source-repository.html | 217 ------
.../target/site/team-list.html | 239 ------
.../tools/ant/ant-bootstrap.sh | 55 --
.../tools/ant/tasks/tomcat-tasks.properties | 25 -
.../tools/ant/tasks/tomcat-tasks.xml | 67 --
.../testRestoreVersion/README-restore.txt | 29 -
.../tools/m2/m2-bootstrap.sh | 44 --
.../tools/mysql/db_remove.sql | 1 -
.../tools/mysql/db_setup.sql | 3 -
...ven-alfresco-extension-archetype-1.0.0.jar | Bin 97419 -> 0 bytes
71 files changed, 30 insertions(+), 7511 deletions(-)
delete mode 100644 maven-alfresco-extension-archetype/target/classes/META-INF/maven/archetype-metadata.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/META-INF/maven/archetype.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/README-ANT.txt
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/README-m2.txt
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/build.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/pom.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/books/manual.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/properties/local/README-properties.txt
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/properties/local/application.properties
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/custom-model-context.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/custom-model.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/custom-repository-context.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/file-servers-custom.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/ldap-authentication-context.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/ldap-synchronisation-context.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/restore-context.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/web-client-config-custom.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/webclient.properties
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/log4j.properties
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/webapp/WEB-INF/README-WEB-INF.txt
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/webapp/WEB-INF/faces-config-custom.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/site/apt/book-index.apt
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/site/apt/index.apt.vm
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/site/fml/faq.fml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/src/site/site.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/book-index.html
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/pdf/manual/manual.pdf
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/pdf/manual/manual.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/rtf/manual/manual.rtf
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/rtf/manual/manual.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/xdoc/manual/book-index.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/xdoc/manual/index.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/xdoc/manual/introduction.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/css/maven-base.css
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/css/maven-theme.css
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/css/print.css
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/css/site.css
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/dependencies.html
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/faq.html
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/images/collapsed.gif
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/images/expanded.gif
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/images/external.png
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/images/icon_error_sml.gif
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/images/icon_info_sml.gif
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/images/icon_success_sml.gif
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/images/icon_warning_sml.gif
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/images/logos/build-by-maven-black.png
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/images/logos/build-by-maven-white.png
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/images/logos/maven-feather.png
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/images/newwindow.png
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/index.html
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/integration.html
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/issue-tracking.html
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/jxr.html
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/license.html
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/mail-lists.html
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/project-info.html
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/project-reports.html
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/project-summary.html
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/source-repository.html
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/team-list.html
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/ant/ant-bootstrap.sh
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/ant/tasks/tomcat-tasks.properties
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/ant/tasks/tomcat-tasks.xml
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/export/testRestoreVersion/README-restore.txt
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/m2/m2-bootstrap.sh
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/mysql/db_remove.sql
delete mode 100644 maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/mysql/db_setup.sql
delete mode 100644 maven-alfresco-extension-archetype/target/maven-alfresco-extension-archetype-1.0.0.jar
diff --git a/maven-alfresco-extension-archetype/.project b/maven-alfresco-extension-archetype/.project
index ff34fdf8..270cc12f 100644
--- a/maven-alfresco-extension-archetype/.project
+++ b/maven-alfresco-extension-archetype/.project
@@ -1,32 +1,26 @@
-
- alfresco-extension-archetype
- This archetype developed within Sourcesense aims to provide a standardized approach to development, release and deployment of
- Alfresco extensions (as opposed to AMP builds, to be released as a different artifact ).
- Using standard m2 lifecycle commands (mvn compile package deploy) and generally available
- plugins (cargo, release, assembly) we are able to cover a very high percentage of Alfresco lifecycle common use cases.
- It can be used both with Maven2 and Ant build systems, but it must be clear that *only* the Maven2 approach provides all the automation features we will
- describe in this website.
- In addition to that the m2 approach provides a zero-conf approach while ant requires (as usual) manual gathering and selection of required alfresco
- libraries and webapp (please refer to README-ant.txt for further info about the Ant build). Last but not the least, m2 build is more likely to be maintained
- and improved (especially in the likely case Alfresco moves to maven2).
- For more details on the m2 apprach please refer instead to README Section (or directly and to README-m2.txt of the generated project.
-
-
-
-
- org.eclipse.jdt.core.javabuilder
-
-
-
-
- org.maven.ide.eclipse.maven2Builder
-
-
-
-
-
- org.eclipse.jdt.core.javanature
- org.maven.ide.eclipse.maven2Nature
-
-
+ maven-alfresco-extension-archetype
+ This archetype developed within Sourcesense aims to provide a standardized approach to development, release and deployment of Alfresco extensions (as opposed to AMP builds, to be released as a different artifact ).
+ Using standard m2 lifecycle commands (mvn compile package deploy) and generally available plugins (cargo, release, assembly)
+ we are able to cover a very high percentage of Alfresco lifecycle common use cases.
+ It can be used both with Maven2 and Ant build systems, but it must be clear that *only* the Maven2 approach provides all the
+ automation features we will describe in this website.
+ In addition to that the m2 approach provides a zero-conf approach while ant requires (as usual) manual gathering and
+ selection of required alfresco libraries and webapp (please refer to README-ant.txt for further info about the Ant
+ build).
+ Last but not the least, m2 build is more likely to be maintained and improved (especially in the likely case Alfresco moves to
+ maven2). For more details on the m2 apprach please refer instead to README Section (or directly and to README-m2.txt of the generated project).
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+ org.maven.ide.eclipse.maven2Builder
+
+
+
+ org.eclipse.jdt.core.javanature
+ org.maven.ide.eclipse.maven2Nature
+
+
\ No newline at end of file
diff --git a/maven-alfresco-extension-archetype/pom.xml b/maven-alfresco-extension-archetype/pom.xml
index aabbec19..61a8d158 100644
--- a/maven-alfresco-extension-archetype/pom.xml
+++ b/maven-alfresco-extension-archetype/pom.xml
@@ -24,6 +24,11 @@
maven-archetypeMaven alfresco Extension archetype${site.url}
+
+ com.sourcesense.alfresco
+ maven-alfresco-archetypes
+ 1.0-SNAPSHOT
+ Jirahttps://dev.sourcesense.com/jira/secure/BrowseProject.jspa?id=10130
@@ -114,10 +119,6 @@
wagon-webdav1.0-beta-3
-
- org.apache.maven.wagon
- wagon-ssh
-
see README-ant.txt
-- Maven2 (suggested for structured team work and release) --> explained in this file
-
-Both build systems provide Alfresco customized build and deploy on tomcat.
-WARNING: Make sure you run tomcat/jboss with appropriate memory size (JAVA_OPTS="-Xms256m -Xmx512m -XX:PermSize=128m")
-
-
-
-Alfresco maven2 WAR build
--------------------------
-
-FEATURES:
----------
-- centralized environment aware properties based configuration (common use cases covered with just properties file editing, contributions are more than welcome!)
-- Content Bootstrap
-- WAR customized build
-- environment dependent deploy
-- easy switch of alfresco version
-- jetty embedded build
-- jboss (local) and tomcat (local/remote) deployment support
-
-PROJECT LAYOUT
---------------
-
-src --------------------------------------------------------> (source folder)
- |
- |__ main ___ __ resources --------------------------> mapped in the classpath
- | | |
- | | |__ alfresco/extension ---> alfresco overriding Spring contexts
- | |
- | |__ properties -------------------------> environment aware application properties files
- | | |
- | | |__ local -------------> default application.properties
- | |
- | |__ java -------------------------------> customization java classes
- | |
- | |__ webapp -----------------------------> alfresco webapp overlay folder - this folder is overlayed (so may overwrite alfresco war)
- | |
- | |__ WEB-INF ----------------> drop in this folder WEB-INF custom / overwriting files (e.g. faces-config-custom.xml / web.xml)
- |
- |__ test
-
-tools --
- |__ ant ---------------------------------------------> ant tools
- |__ m2 ---------------------------------------------> maven2 tools
- |__ export ------------------------------------------> support folder for automatic restore (drop acp+xml files here)
- |__ mysql -------------------------------------------> mysql setup/remove scripts, filtered based on the profile into
-
-target - Project build dir
-
-
-
-Lifecycle HOWTO - Usage
------------------------
-
---- Fast one shot build and embedded jetty run-war|run-exploded [and restore bootstrap] [and customize webappName] [and integrate LDAP]:
-
-' MAVEN_OPTS="-Xms256m -Xmx512m -XX:PermSize=128m mvn jetty:run-war|jetty:run-exploded [-Denv=yourEnv] [-DrestoreVersion=versionToRestore] [-DwebappName=yourCustomWebappName] [-Denterprise] '
-
-(default env=src/main/properties/local/application.properties)
-
---- [Re]Deploy on Jboss (locally) [or on Tomcat locally or remotely]:
-
-' mvn clean package [cargo:undeploy] cargo:deploy -Pjboss [-Ptomcat] '
-
-Note: Jboss or Tomcat must be running prior to deployment
-
---- Packaging and Manual Deploy:
-- Invoke ' mvn clean package -Denv=targetEnv '
-from the root project's folder; for a list of available environments check src/main/properties//application.properties
-or create a custom src/main/properties//application.properties
-- Copy target/${webapp.name}.war in $JBOSS_HOME/server/default/deploy or in $CATALINA_HOME/webapps
-
---- Import data exports:
-- Invoke the maven package goal using -DrestoreVersion=, where is the name of one of the folders listed below tools/export
-
-- NB: Due to http://forums.alfresco.com/viewtopic.php?p=29429#29429 with embedded jetty run we run into this bug, which prevents boostrap from working.
-Restore properly works and was tested under Jboss and Tomcat.
-
---- Release process
-Just one command: ' mvn release:prepare release:perform '
-
-You can customize goals to be executed in both phases in the maven-release-plugin configuration section in the POM.
-
-FAQ:
-----
---- Eclipse configuration
--Run ' mvn eclipse:eclipse '
--hit "Refresh" on your Eclipse project
-
---- Db access problems:
-Remember to setup appropriate permissions for selected db / build profile.
-You can either edit accordingly and then run: mysql -u root < tools/mysql/db_setup.sql
-
-or if you use POM property 'alfresco.db.name' you have sql files already filtered (after process-resources phase) in
-
-mysql -u root -p < target/classes/tools/[db_setup,db_remove].sql
-
---- Out of memory errors:
-Run your build with :
-MAVEN_OPTS="-Xms256m -Xmx512m -XX:PermSize=128m" mvn ... ...
-
---- Content integrity errors on restore running with jetty embedded
-Did you remove also alf_data_jetty apart from the alf_jetty db ?
-
---- Release Problems with LC_ALL
-If underlying svn complains about LC_ALL variable please consider running your release prepending:
-LC_ALL="C" (macosx environments, see http://svn.haxx.se/users/archive-2006-07/0320.shtml)
-
---- Install manually JTA (if needed):
-- Download jta-1_0_1B-classes.zip from http://java.sun.com/products/jta/
-- mvn install:install-file -Dfile=./jta-1_0_1B-classes.zip -DgroupId=jta -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/build.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/build.xml
deleted file mode 100644
index c753a3b9..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/build.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/pom.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/pom.xml
deleted file mode 100644
index 5ab2ee3a..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/pom.xml
+++ /dev/null
@@ -1,695 +0,0 @@
-
-
-
- 4.0.0
- ${groupId}
- ${artifactId}
- ${version}
- Alfresco extension
- war
-
- Alfresco extension
-
-
-
-
-
- local
- alfresco
-
- ./alf_data_jetty
- alf_jetty
- ${project.build.directory}/
-
-
-
- ${pom.description}
- ${pom.organization.url}
- ${pom.groupId}
- ${pom.artifactId}
- ${pom.version}
- ${svn.tags.url}
- ${site.url}
-
-
-
-
- ss-public
- http://repository.sourcesense.com/maven2
-
-
-
-
- codehaus snapshot repository
- http://snapshots.repository.codehaus.org/
-
- true
-
-
-
- Maven Snapshots
- http://snapshots.maven.codehaus.org/maven2/
-
-
-
- false
-
-
-
-
-
-
-
-
-
- alfresco.community
- alfresco
- 2.1.0
- war
-
-
-
- alfresco.community
- alfresco-web-client
- 2.1.0
- provided
-
-
- alfresco.community
- alfresco-core
- 2.1.0
- provided
-
-
- alfresco.community
- alfresco-repository
- 2.1.0
- provided
-
-
- alfresco.community
- alfresco-remote-api
- 2.1.0
- provided
-
-
-
-
- mysql
- mysql-connector-java
- 5.0.3
-
-
-
-
-
- javax.servlet
- servlet-api
- 2.5
- provided
-
-
-
-
-
-
- ${webapp.name}
-
-
-
- org.apache.maven.wagon
- wagon-webdav
- 1.0-beta-3
-
-
- org.apache.maven.wagon
- wagon-ssh
-
-
-
-
- src/main/properties/${env}/application.properties
-
-
-
-
-
- src/main/resources
-
- **/restore-context.xml
- **/ldap-*.xml
-
-
-
-
- src/main/properties/${env}
-
- application.properties
-
- true
- alfresco/extension
-
-
- src/main/resources
-
- log4j.properties
-
- alfresco/extension/file-servers-custom.xml
-
- true
-
-
- tools/mysql
-
- *.sql
-
- true
- tools/mysql
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-resources-plugin
-
- UTF-8
-
-
-
-
- org.apache.maven.plugins
- maven-eclipse-plugin
-
-
-
-
- maven-site-plugin
-
- en
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
-
- false
- target/${webapp.name}
- **classes/tools
-
-
-
- org.mortbay.jetty
- maven-jetty-plugin
-
- /${webapp.name}
- 10
-
-
- 8080
- 60000
-
-
-
-
-
- org.codehaus.cargo
- cargo-maven2-plugin
- 0.3-SNAPSHOT
-
-
- org.apache.maven.plugins
- maven-release-plugin
-
-
- true
- clean package
- install deploy cargo:undeploy cargo:deploy site:deploy
-
-
-
-
-
- org.apache.maven.doxia
- doxia-maven-plugin
- 1.0-alpha-10
-
-
- pre-site
-
- render-books
-
-
-
-
-
- target/site/books
-
-
- src/site
- src/books/manual.xml
-
-
- xdoc
-
-
- pdf
-
-
- rtf
-
-
-
-
-
-
-
-
-
-
-
-
- maven-compiler-plugin
-
- 1.5
- 1.5
-
-
-
- maven-surefire-plugin
-
-
- maven-javadoc-plugin
-
-
- org.codehaus.mojo
- jxr-maven-plugin
-
-
- maven-clover-plugin
-
-
-
- org.codehaus.mojo
- taglist-maven-plugin
-
-
-
-
-
-
-
-
- ss-private
- dav:https://dev.sourcesense.com/repos/dev/maven2
-
-
- ss-site-private
- dav:https://dev.sourcesense.com/cargo/maven2-sites
-
-
-
-
-
-
-
- restore
-
-
- restoreVersion
-
-
-
- package
-
-
- src/main/resources
-
- **/restore-*.xml
-
-
-
- tools/export/${restoreVersion}
-
- **
-
- alfresco/extension/restore
-
-
-
-
-
-
- ldap
-
-
- enterprise
-
-
-
- package
-
-
- src/main/resources
-
- **/ldap-*-context.xml
-
-
-
-
-
-
-
- jboss
-
-
- ./alf_data
- alf_jboss
-
-
-
- cargo:deploy
-
-
- src/main/resources
-
- **/restore-context.xml
- **/ldap-*.xml
-
-
-
- src/main/resources
-
-
-
- true
-
-
-
-
- org.codehaus.cargo
- cargo-maven2-plugin
-
-
- jboss4x
- remote
-
-
- runtime
-
- 8080
-
-
-
- remote
-
-
- ${pom.groupId}
- ${pom.artifactId}
- war
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-war-plugin
-
- false
- target/${webapp.name}
- **/log4j.properties,**/lib/log4j*.jar,log4j.properties
- **/log4j.properties,WEB-INF/classes/tools
-
-
-
-
-
-
-
- tomcat
-
-
- ./alf_data
- alf_tomcat
-
-
-
- package
-
-
- org.codehaus.cargo
- cargo-maven2-plugin
-
-
- tomcat5x
- remote
-
-
-
- runtime
-
- tomcat
- tomcat
- 8080
-
-
-
- remote
-
-
- ${pom.artifactId}
- war
-
- /${webapp.name}
-
-
-
-
-
-
-
-
-
-
-
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/books/manual.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/books/manual.xml
deleted file mode 100644
index de741200..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/books/manual.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- manual
- Alfresco Extension Manual
-
-
- introduction
- Introduction
-
-
- book-index
-
-
-
-
-
\ No newline at end of file
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/properties/local/README-properties.txt b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/properties/local/README-properties.txt
deleted file mode 100644
index ca1531a6..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/properties/local/README-properties.txt
+++ /dev/null
@@ -1,43 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-Ant/m2 runtime properties management
-------------------------------------
-
-Both build systems will comply to the following convention for properties:
-
-- if -Denv= property is specified at build time properties will be
- looked up in folder
-
- src/main/properties//application.properties
-
- and copied in the classpath under
-
- alfresco/extension/application.properties
-
-- if no "env" system property is specified env=local default value will be used
-
-
-Buildtime properties management - Note for Ant Users:
------------------------------------------------------
-Here you can also configure buildtime properties which will be loaded in ant
-build context with the same aforementioned convention.
-This is done for tomcat ATM.
-
-Buildtime properties management - Note for Maven Users:
------------------------------------------------------
-You should configure your buildtime properties as suggested by the maven
-cascading build properties system, i.e. externalizing them from the project
-by the means of settings.xml file.
\ No newline at end of file
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/properties/local/application.properties b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/properties/local/application.properties
deleted file mode 100644
index 56f9e5ae..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/properties/local/application.properties
+++ /dev/null
@@ -1,141 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# BUILD TIME PROPERTIES
-# ---------------------
-
-# NB: This group of properties is only used by ant for tomcat deployment, and may not be maintained.
-# Appserver to deploy to (tomcat) - used only by ant ATM.
-# Use $M2_HOME/conf/settings.xml (or ~/.m2/settings.xml) for maven2 appservers username/password
-appserver.dir=/your/appserver/dir
-appserver.host=localhost
-appserver.manager.url=http://${appserver.host}:8080/manager
-appserver.username=tomcat
-appserver.password=tomcat
-
-# RUN TIME PROPERTIES
-# -------------------
-
-# Sample custom content and index data location
-# This will create alf_data Relative to appserver run folder
-# In this default file we take the property from the POM (for compatbility with local jetty and jboss deployments) but it can also be edited here.
-dir.root=${alfresco.data.location}
-# Allowed values are: NONE, AUTO, FULL
-index.recovery.mode=NONE
-
-# Fail or not when there are node integrity checker errors
-integrity.failOnError=true
-
-# database connection properties
-# MySQL connection (This is default and requires mysql-connector-java-5.0.3-bin.jar, which ships with the Alfresco server)
-
-db.driver=org.gjt.mm.mysql.Driver
-db.url=jdbc:mysql://localhost/${alfresco.db.name}
-db.username=alfresco
-db.password=alfresco
-db.pool.initial=10
-db.pool.max=100
-
-# MySQL dialect
-hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
-
-
-# Property to control whether schema updates are performed automatically.
-# Updates must be enabled during upgrades as, apart from the static upgrade scripts,
-# there are also auto-generated update scripts that will need to be executed. After
-# upgrading to a new version, this can be disabled.
-#db.schema.update=true
-
-
-# File servers related properties
-# For local builds we disable CIFS and FTP. Edit the following property to reenable them
-smb.server.enabled=false
-smb.server.name=CFS_SHARE_LOCAL
-smb.server.domain=mycompany.com
-smb.server.bindto=127.0.0.1
-smb.tcpip.port=1445
-netbios.session.port=1139
-netbios.name.port=1137
-netbios.datagram.port=1138
-ftp.server.enables=false
-ftp.port=1121
-ftp.authenticator=alfresco
-
-# This properties file is used to configure LDAP authentication
-# NB: The following LDAP related properties are read only in case -Denteprise mvn build property is specified
-# Wheter to allow silent deletion of users in the Alfresco UI (note: users will be then resynced in the next synchronization)
-ldap.authentication.allowDeleteUser=true
-# LDAP JNDI provider
-ldap.authentication.provider=com.sun.jndi.ldap.LdapCtxFactory
-#Â Url and protocol for LDAP server to carry authentication against
-ldap.authentication.url=ldap://ldap.mycompany.com:636
-#Â can be (simple, ssl)
-ldap.authentication.protcol=ssl
-# Credentials with full access to the directoty used
-ldap.authentication.adminUser=ou=Admin,ou=Services,o=Company
-ldap.authentication.adminPassword=secret
-#Â Wheter to allow unauthenticated guest a read only login
-ldap.authentication.guestLogin.allowed=false
-# Wheter users can be created on the fly upon successful external (e.g. LDAP) authentication. Useful to avoid user synchronization in case just uid and pwd are needed for a user
-server.transaction.allow-writes=true
-# Wheter user names are case sensitive
-user.name.caseSensitive=true
-# Wheter the synchronization process has to process duplicated users (e.g. synced users and users coming from the sync)
-personService.processDuplicates=true
-# Which action to take when processin duplicates. One of: LEAVE, SPLIT, DELETE
-personService.duplicateMode=DELETE
-#Â Which of the users (in case of SPLIT duplicates policy) should be considered valid
-personService.lastIsBest=true
-# Wheter auto created users should be considered when processing duplicates
-personService.includeAutoCreated=true
-# The query to find the people to import
-ldap.synchronisation.personQuery=(objectclass=inetOrgPerson)
-# The search base of the query to find people to import
-ldap.synchronisation.personSearchBase=ou=Identities,ou=mycompany,o=com
-# The attribute name on people objects found in LDAP to use as the uid in Alfresco
-ldap.synchronisation.userIdAttributeName=cn
-# The attribute on person objects in LDAP to map to the first name property in Alfresco
-ldap.synchronisation.userFirstNameAttributeName=givenName
-# The attribute on person objects in LDAP to map to the last name property in Alfresco
-ldap.synchronisation.userLastNameAttributeName=sn
-# The attribute on person objects in LDAP to map to the email property in Alfresco
-ldap.synchronisation.userEmailAttributeName=cn
-# The attribute on person objects in LDAP to map to the organizational id property in Alfresco
-ldap.synchronisation.userOrganizationalIdAttributeName=maildomain
-# The default home folder provider to use for people created via LDAP import
-ldap.synchronisation.defaultHomeFolderProvider=companyHomeFolderProvider
-# The query to find group objects
-ldap.synchronisation.groupQuery=(objectclass=AlfrescoGroup)
-# The search base to use to find group objects
-ldap.synchronisation.groupSearchBase=ou=AlfrescoGroups,ou=mycompany,o=com
-# The attribute on LDAP group objects to map to the gid property in Alfrecso
-ldap.synchronisation.groupIdAttributeName=cn
-# The group type in LDAP
-ldap.synchronisation.groupType=AlfrescoGroup
-# The person type in LDAP
-ldap.synchronisation.personType=inetOrgPerson
-# The attribute in LDAP on group objects that defines the DN for its members
-ldap.synchronisation.groupMemberAttributeName=member
-# The cron expression defining when people imports should take place (e.g. every evening at 22:00 hours)
-ldap.synchronisation.import.person.cron=0 0 22 * * ?
-# The cron expression defining when group imports should take place (e.g. every evening at 21:45 hours)
-ldap.synchronisation.import.group.cron=0 45 21 * * ?
-# Should all groups be cleared out at import time?
-# - this is safe as groups are not used in Alfresco for other things (unlike person objects which you should never clear out during an import)
-# - setting this to true means old group definitions will be tidied up.
-ldap.synchronisation.import.group.clearAllChildren=false
-
-
-
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/custom-model-context.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/custom-model-context.xml
deleted file mode 100644
index f26b0cfe..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/custom-model-context.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- alfresco/extension/custom-model.xml
-
-
-
-
-
-
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/custom-model.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/custom-model.xml
deleted file mode 100644
index 08867368..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/custom-model.xml
+++ /dev/null
@@ -1,174 +0,0 @@
-
-
-
-
-
-
-
-
-
- Custom Alfresco model
- Sourcesense
- 1.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Select a Document type...
- Brief
- E-mail
- Fax
- E-Form
-
-
-
-
-
-
- Select a status...
- New
- Draft
- Proposal
- Approved
- Public
-
-
-
-
-
- 0
-
-
- 6
-
-
-
-
- 0
-
-
- 20
-
-
-
-
-
-
-
-
- Incoming document
- cm:content
-
-
- d:text
- true
-
-
-
-
-
- d:text
- false
-
-
-
-
-
- d:text
- false
- New
-
-
-
-
-
-
- cm:dublincore
- cm:versionable
- ss:sendable
-
-
-
-
-
-
-
-
-
-
- d:date
- false
-
-
- d:text
- false
-
-
-
-
-
- d:text
- false
-
-
-
-
-
- d:text
- false
-
-
-
-
-
- d:text
- false
-
-
-
-
-
- d:text
- false
-
-
-
-
-
-
-
-
-
-
-
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/custom-repository-context.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/custom-repository-context.xml
deleted file mode 100644
index a5c4c409..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/custom-repository-context.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- true
-
-
-
- classpath:alfresco/repository.properties
- classpath:alfresco/version.properties
- classpath:alfresco/domain/transaction.properties
-
-
- classpath:alfresco/extension/application.properties
-
-
-
-
-
-
-
- classpath:alfresco/domain/hibernate-cfg.properties
-
-
-
-
-
\ No newline at end of file
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/file-servers-custom.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/file-servers-custom.xml
deleted file mode 100644
index 70faa5b4..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/file-servers-custom.xml
+++ /dev/null
@@ -1,152 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Alfresco CIFS Server
-
-
- 255.255.255.0
-
-
-
-
-
- ${smb.server.bindto}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${ftp.port}
-
-
-
-
-
-
-
-
-
-
-
- workspace://SpacesStore
- /app:company_home
-
-
-
- __Alfresco.url
- http://${localname}/
-
-
-
-
-
-
-
-
-
- alfresco/desktop/Alfresco.exe
- http://${localname}/
-
-
- org.alfresco.filesys.smb.server.repo.desk.CheckInOutDesktopAction
- CheckInOut
- __CheckInOut.exe
-
-
- org.alfresco.filesys.smb.server.repo.desk.JavaScriptDesktopAction
- JavaScriptURL
- __ShowDetails.exe
-
- anyFiles
- copyToTarget
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/ldap-authentication-context.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/ldap-authentication-context.xml
deleted file mode 100644
index cfc5f8ea..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/ldap-authentication-context.xml
+++ /dev/null
@@ -1,157 +0,0 @@
-
-
-
-
-
-
-
-
- true
-
-
- classpath:alfresco/extension/application.properties
-
-
-
-
-
-
-
-
-
- ${ldap.authentication.allowDeleteUser}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- cn=%s,ou=Identities,ou=Internal,o=NXP
-
-
- ${ldap.authentication.guestLogin.allowed}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${spaces.store}
-
-
-
-
-
-
-
-
-
-
- ${server.transaction.allow-writes}
-
-
- ${user.name.caseSensitive}
-
-
-
- ${personService.processDuplicates}
-
-
-
- ${personService.duplicateMode}
-
-
- ${personService.lastIsBest}
-
-
- ${personService.includeAutoCreated}
-
-
-
-
-
-
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/ldap-synchronisation-context.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/ldap-synchronisation-context.xml
deleted file mode 100644
index 32d954be..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/ldap-synchronisation-context.xml
+++ /dev/null
@@ -1,394 +0,0 @@
-
-
-
-
-
-
-
-
- true
-
-
- classpath:alfresco/extension/application.properties
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${ldap.synchronisation.personQuery}
-
-
-
-
- ${ldap.synchronisation.personSearchBase}
-
-
-
-
- ${ldap.synchronisation.userIdAttributeName}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${ldap.synchronisation.groupQuery}
-
-
-
-
- ${ldap.synchronisation.groupSearchBase}
-
-
-
-
- ${ldap.synchronisation.userIdAttributeName}
-
-
-
-
- ${ldap.synchronisation.groupIdAttributeName}
-
-
-
-
- ${ldap.synchronisation.groupType}
-
-
-
-
- ${ldap.synchronisation.personType}
-
-
-
-
-
-
-
-
-
-
- ${ldap.synchronisation.groupMemberAttributeName}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- org.alfresco.repo.importer.ImporterJob
-
-
-
-
-
-
-
- ${ldap.synchronisation.import.person.cron}
-
-
-
-
-
-
-
-
-
-
- org.alfresco.repo.importer.ImporterJob
-
-
-
-
-
-
-
- ${ldap.synchronisation.import.group.cron}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${spaces.store}
-
-
-
-
- /${system.system_container.childname}/${system.people_container.childname}
-
-
-
-
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${alfresco_user_store.store}
-
-
-
-
- /${alfresco_user_store.system_container.childname}/${alfresco_user_store.authorities_container.childname}
-
-
-
-
- ${ldap.synchronisation.import.group.clearAllChildren}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/restore-context.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/restore-context.xml
deleted file mode 100644
index 5ff92001..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/restore-context.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
-
-
-
-
- alfresco/extension/restore/export_systeminfo.xml
-
-
-
-
-
-
-
- /
- alfresco/extension/restore/export_users.acp
-
-
-
- true
-
-
-
-
-
-
- /
- alfresco/extension/restore/export_system.acp
-
-
-
- true
-
-
-
-
-
-
- /
- alfresco/extension/restore/export_versions.acp
-
-
-
- true
-
-
-
-
-
-
- /
- alfresco/extension/restore/export_spaces_archive.acp
-
-
-
-
-
-
-
-
-
- /
- alfresco/extension/restore/export_spaces.acp
-
-
-
- true
-
-
-
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/web-client-config-custom.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/web-client-config-custom.xml
deleted file mode 100644
index d3464db4..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/web-client-config-custom.xml
+++ /dev/null
@@ -1,193 +0,0 @@
-
-
-
-
-
-
-
-
- Italiano
- Dutch
-
-
-
-
-
-
-
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/webclient.properties b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/webclient.properties
deleted file mode 100644
index efa85e7e..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/alfresco/extension/webclient.properties
+++ /dev/null
@@ -1,40 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-# Sample webclient alfresco custom labels (english)
-# for additional i18n add files in alfresco/messages/*_{locale}.properties
-
-#========== Document labels ==============#
-
-# Incoming
-incoming=Incoming document
-incoming.properties=Incoming document additional properties
-incoming.moreProperties=Additional document properties
-incoming.scanId=Scan ID
-incoming.status=Status
-incoming.documentType=Document Type
-
-#========== Aspects labels ==============#
-
-# Sendable
-sendable=Sendable document
-sendable.properties=Sending details
-sendable.dateSent=Sending date
-sendable.senderName=Sender Name
-sendable.senderBsn=Sender BSN
-sendable.senderAddress=Sender Address
-sendable.senderZipcode=Sender Zip Code
-sendable.senderCity=Sender City
\ No newline at end of file
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/log4j.properties b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/log4j.properties
deleted file mode 100644
index f7a4b7c5..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/resources/log4j.properties
+++ /dev/null
@@ -1,147 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-# Customized alfresco log location
-# Set root logger level to error
-log4j.rootLogger=error, Console, File
-
-###### Console appender definition #######
-
-# All outputs currently set to be a ConsoleAppender.
-log4j.appender.Console=org.apache.log4j.ConsoleAppender
-log4j.appender.Console.layout=org.apache.log4j.PatternLayout
-log4j.appender.Console.layout.ConversionPattern=%d{ABSOLUTE} %-5p [%c{3}] %m%n
-#log4j.appender.Console.layout.ConversionPattern=%d{ABSOLUTE} %-5p [%c] %m%n
-
-###### File appender definition #######
-log4j.appender.File=org.apache.log4j.DailyRollingFileAppender
-log4j.appender.File.File=${log.dir}alfresco.log
-log4j.appender.File.Append=true
-log4j.appender.File.DatePattern='.'yyyy-MM-dd
-log4j.appender.File.layout=org.apache.log4j.PatternLayout
-log4j.appender.File.layout.ConversionPattern=%d{ABSOLUTE} %-5p [%c] %m%n
-
-###### Hibernate specific appender definition #######
-#log4j.appender.file=org.apache.log4j.FileAppender
-#log4j.appender.file.File=hibernate.log
-#log4j.appender.file.layout=org.apache.log4j.PatternLayout
-#log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n
-
-###### Log level overrides #######
-
-log4j.logger.org.alfresco.repo.model.filefolder=info
-
-# Hibernate
-log4j.logger.org.hibernate=error
-log4j.logger.org.hibernate.util.JDBCExceptionReporter=fatal
-log4j.logger.org.hibernate.event.def.AbstractFlushingEventListener=fatal
-#log4j.logger.org.hibernate.cache.EhCacheProvider=warn
-log4j.logger.org.hibernate.type=warn
-# log4j.logger.org.hibernate.persister.collection=DEBUG
-
-# Spring
-log4j.logger.org.springframework=warn
-
-# Axis/WSS4J
-log4j.logger.org.apache.axis=info
-log4j.logger.org.apache.ws=info
-
-# MyFaces
-log4j.logger.org.apache.myfaces.util.DebugUtils=info
-log4j.logger.org.apache.myfaces.el.VariableResolverImpl=error
-log4j.logger.org.apache.myfaces.application.jsp.JspViewHandlerImpl=error
-log4j.logger.org.apache.myfaces.taglib=error
-
-# log prepared statement cache activity ###
-log4j.logger.org.hibernate.ps.PreparedStatementCache=info
-
-# Alfresco
-log4j.logger.org.alfresco=error
-log4j.logger.org.alfresco.repo.avm=info
-log4j.logger.org.alfresco.config=info
-log4j.logger.org.alfresco.sample=info
-log4j.logger.org.alfresco.web=info
-log4j.logger.org.alfresco.web.scripts=warn
-#log4j.logger.org.alfresco.web.ui.repo.component.UIActions=debug
-#log4j.logger.org.alfresco.web.ui.repo.tag.PageTag=debug
-#log4j.logger.org.alfresco.web.bean.clipboard=debug
-log4j.logger.org.alfresco.repo.webservice=info
-log4j.logger.org.alfresco.service.descriptor.DescriptorService=info
-#log4j.logger.org.alfresco.repo.importer.ImporterBootstrap=info
-#log4j.logger.org.alfresco.web.ui.common.Utils=info
-log4j.logger.org.alfresco.repo.admin.patch.PatchExecuter=info
-log4j.logger.org.alfresco.repo.module.ModuleServiceImpl=info
-log4j.logger.org.alfresco.repo.domain.schema.SchemaBootstrap=info
-log4j.logger.org.alfresco.repo.admin.ConfigurationChecker=info
-log4j.logger.org.alfresco.repo.node.index.FullIndexRecoveryComponent=info
-log4j.logger.org.alfresco.util.OpenOfficeConnectionTester=warn
-log4j.logger.org.alfresco.repo.node.db.hibernate.HibernateNodeDaoServiceImpl=warn
-#log4j.logger.org.alfresco.web.app.DebugPhaseListener=debug
-#log4j.logger.org.alfresco.repo.cache.EhCacheTracerJob=debug
-#log4j.logger.org.alfresco.repo.search.Indexer=debug
-#log4j.logger.org.alfresco.repo.workflow=info
-#log4j.logger.org.alfresco.repo.jscript=DEBUG
-log4j.logger.org.alfresco.repo.jscript.AlfrescoRhinoScriptDebugger=off
-
-# CIFS server debugging
-#log4j.logger.org.alfresco.smb.protocol=debug
-#log4j.logger.org.alfresco.smb.protocol.auth=debug
-#log4j.logger.org.alfresco.acegi=debug
-
-# FTP server debugging
-#log4j.logger.org.alfresco.ftp.protocol=debug
-#log4j.logger.org.alfresco.ftp.server=debug
-
-# WebDAV debugging
-#log4j.logger.org.alfresco.webdav.protocol=debug
-
-# NTLM servlet filters
-#log4j.logger.org.alfresco.web.app.servlet.NTLMAuthenticationFilter=debug
-#log4j.logger.org.alfresco.repo.webdav.auth.NTLMAuthenticationFilter=debug
-
-# Integrity message threshold - if 'failOnViolation' is off, then WARNINGS are generated
-log4j.logger.org.alfresco.repo.node.integrity=ERROR
-
-# New indexer debugging
-#log4j.logger.org.alfresco.repo.search.impl.lucene.index=DEBUG
-
-# Audit debugging
-# log4j.logger.org.alfresco.repo.audit=DEBUG
-# log4j.logger.org.alfresco.repo.audit.model=DEBUG
-
-# Turn off Spring remoting warnings that should really be info or debug.
-log4j.logger.org.springframework.remoting.support=error
-
-# Templating debugging
-# log4j.logger.org.alfresco.web.forms=debug
-# log4j.logger.org.chiba.xml.xforms=debug
-
-# Property sheet and modelling debugging
-# change to error to hide the warnings about missing properties and associations
-log4j.logger.alfresco.missingProperties=warn
-log4j.logger.org.alfresco.web.ui.repo.component.property.UIChildAssociation=warn
-log4j.logger.org.alfresco.web.ui.repo.component.property.UIAssociation=warn
-#log4j.logger.org.alfresco.web.ui.repo.component.property=debug
-#log4j.logger.org.alfresco.repo.dictionary.DictionaryDAO=info
-
-
-# Virtualization Server Registry
-#log4j.logger.org.alfresco.mbeans.VirtServerRegistry=debug
-
-# Link Validation debugging
-#log4j.logger.org.alfresco.linkvalidation.LinkValidationServiceImpl=debug
-#log4j.logger.org.alfresco.linkvalidation.LinkValidationStoreCallbackHandler=debug
-
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/webapp/WEB-INF/README-WEB-INF.txt b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/webapp/WEB-INF/README-WEB-INF.txt
deleted file mode 100644
index 974995c6..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/webapp/WEB-INF/README-WEB-INF.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-Readme for the WEB-INF overlay procedures
------------------------------------------
-- Note:
-This folder contents will be overlayed to the ${webapp.name}/WEB-INF folder. So for example a web.xml file put into this folder will overwrite (not "override" by classpath or inheritance rules) the existing web.xml.
-This is useful for example for configuring external SSO authentication filters (e.g. NTLMAuthenticationFilter)
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/webapp/WEB-INF/faces-config-custom.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/webapp/WEB-INF/faces-config-custom.xml
deleted file mode 100644
index 5415178f..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/main/webapp/WEB-INF/faces-config-custom.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/site/apt/book-index.apt b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/site/apt/book-index.apt
deleted file mode 100644
index 3368415a..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/site/apt/book-index.apt
+++ /dev/null
@@ -1,76 +0,0 @@
- -----
- Maven Alfresco Extension Manual
- -----
- Sourcesense
- -----
-
-Introduction
-
- Welcome to the Maven Alfresco Extension Archetype manual
-
-
-How to edit this manual
-
- This page is generated from <<<$PROJECT_HOME/src/site/book-index.apt>>> file. \
- Book sections and chapters can be edited in the <<<$PROJECT_HOME/src/site/manual.xml>>> file. \
- While related POM configuration snippet follows>
-
-+-------------------------------------------
-
-
-
- org.apache.maven.doxia
- doxia-maven-plugin
- 1.0-alpha-10
-
-
- pre-site
-
- render-books
-
-
-
-
-
- target/site/books
-
-
- src/site
- src/books/manual.xml
-
-
- xdoc
-
-
- pdf
-
-
- rtf
-
-
-
-
-
-
-
-+-------------------------------------------
-
-Limitations
-
- * Book sections are matched on id, so a file named section.* must be found
- at any depth level withing the folder specified in the POM as book folder
-
- * Books cannot use property filtering
-
- * Books cannot use .vm files as filename cannot be specified, so this makes
- only static (no filtering needed) APT/XDOC/FML pages usable for both site
- and manual in a single sourcing fashion
-
-
-
-
-
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/site/apt/index.apt.vm b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/site/apt/index.apt.vm
deleted file mode 100644
index f3cf465d..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/site/apt/index.apt.vm
+++ /dev/null
@@ -1,45 +0,0 @@
- -----
- Maven Alfresco Extension Manual
- -----
- Sourcesense
- -----
-
-
-
-Welcome to the Maven Alfresco Extension Archetype manual
-
- You've reached the Sourcesense Maven Alfresco Extension archetype home page (version: ${site_pom_version}) .
-
-
-
-Description
-
- ${site_pom_description}
-
-
-Full documentation
-
- You can also download the full application manual {{{books/pdf/manual/manual.pdf} PDF}} or {{{books/rtf/manual/manual.rtf} RTF}} format.
-
-
-Quick Start (maven2)
-
- For a quick start you can a run alfresco extension project by just running <<(maven 2.0.6+ required)>>:
-
---------------------------------------------
-
-mvn jetty:run-exploded
-
---------------------------------------------
-
-Quick Start (Ant)
-
- For a quick start you can package alfresco by running <<(Default target : package)>> :
-
---------------------------------------------
-ant
---------------------------------------------
-
-
-
-
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/site/fml/faq.fml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/site/fml/faq.fml
deleted file mode 100644
index fc6e5f94..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/src/site/fml/faq.fml
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
- General
-
- How do I configure Eclipse?
-
-
-
Run ' mvn eclipse:eclipse '
-
"Refresh" on your Eclipse project
-
-
-
-
- Why I cannot access db "alf_[jetty,tomcat,jboss] "?
-
-
- Remember to setup appropriate permissions for selected db / build profile. You have 2 methods to configure/remove your db:
-
-
- Properly edit
- tools/mysql/db_setup.sql
- and run from project home
- mysql -u root < tools/mysql/db_setup.sql
-
-
- if you use POM property 'alfresco.db.name' you have sql files already filtered (after process-resources phase), and run
- directly
- mysql -u root -p < target/classes/tools/[db_setup,db_remove].sql
-
-
-
-
-
-
- Why do I get memory errors running jetty?
-
-
- Run your build with :
- MAVEN_OPTS="-Xms256m -Xmx512m -XX:PermSize=128m" mvn jetty:[run-war,run-exploded]
-
-
-
-
-
- Release
-
- How do I release?
-
-
-
Uncommenting in generated POM svn.tags.url and maven-release-plugin configuration
-
Ensuring dryRun="false" element in that configuration
-
- Running a single command:
- mvn release:prepare release:perforn
-
-
-
-
-
- Why my release process complains about svn LC_ALL variable?
-
-
- If underlying svn complains about LC_ALL variable please consider running your release prepending:
- LC_ALL="C"
- (macosx environments, see http://svn.haxx.se/users/archive-2006-07/0320.shtml)
-
-
-
-
- Why do I get Content integrity errors on restore running with jetty embedded/during release?
-
-
Did you remove also alf_data_jetty (or how you renamed it) apart from the alf_jetty (or how you renamed it) db ;) ?
-
-
-
-
- Dependency management
-
- Why JTA can't be properly found on maven repos?
-
-
- Due to redistribution problems you have to install JTA manuall when you need it with:
-
- - Download jta-1_0_1B-classes.zip from http://java.sun.com/products/jta/ - mvn install:install-file
- -Dfile=./jta-1_0_1B-classes.zip -DgroupId=jta -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar
-
-
-
-
-
-
- Documentation
-
- Why I have duplicated properties with '_' character in my POM?
-
-
- Due to maven/velocity filtering limitation,
- dot based properties will not work in filtered site files. That's why a '_' separator is needed.
-
Welcome to the Maven Alfresco Extension Archetype manual
-
-
How to edit this manual
-
This page is generated from $PROJECT_HOME/src/site/book-index.apt
- file.
-Book sections and chapters can be edited in the $PROJECT_HOME/src/site/manual.xml
- file.
-While related POM configuration snippet follows>
-
-<!-- Adds support for books PDF and RTF generation for single sourced documentation -->
-<plugin>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-maven-plugin</artifactId>
- <version>1.0-alpha-10</version>
- <executions>
- <execution>
- <phase>pre-site</phase>
- <goals>
- <goal>render-books</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <!--
- | Target books dir: within the site so it can be linked and deployed
- | TODO: Use ${pom.target.dir} or so similar property instead of
- | hard wiring 'target'
- -->
- <generatedDocs>target/site/books</generatedDocs>
- <books>
- <book>
- <directory>src/site</directory>
- <descriptor>src/books/manual.xml</descriptor>
- <formats>
- <format>
- <id>xdoc</id>
- </format>
- <format>
- <id>pdf</id>
- </format>
- <format>
- <id>rtf</id>
- </format>
- </formats>
- </book>
- </books>
- </configuration>
-</plugin>
-
-
-
-
Limitations
-
Book sections are matched on id, so a file named section.* must be found at any depth level withing the folder specified in the POM as book folder
-
Books cannot use property filtering
-
Books cannot use .vm files as filename cannot be specified, so this makes only static (no filtering needed) APT/XDOC/FML pages usable for both site and manual in a single sourcing fashion
-
-
-
-
-
-
-
-
-
-
-
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/pdf/manual/manual.pdf b/maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/pdf/manual/manual.pdf
deleted file mode 100644
index dd48a308cd16c04603652c3bfebd19961dd558f1..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3465
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
PSt^IcAd$&@2OH8K$@~4W
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/pdf/manual/manual.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/pdf/manual/manual.xml
deleted file mode 100644
index deb995cb..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/pdf/manual/manual.xml
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
- Introduction
-
-
-
-
- Introduction
-
-
-
- Welcome to the Maven Alfresco Extension Archetype manual
-
-
-
-
-
- How to edit this manual
-
-
-
- This page is generated from
- $PROJECT_HOME/src/site/book-index.apt
- file.
-
- Book sections and chapters can be edited in the
- $PROJECT_HOME/src/site/manual.xml
- file.
-
- While related POM configuration snippet follows>
-
-
-
-
-
-
-
-
- Limitations
-
-
-
-
- Book sections are matched on id, so a file named section.* must be found at any depth level withing the folder specified in the POM as book folder
-
-
- Books cannot use property filtering
-
-
- Books cannot use .vm files as filename cannot be specified, so this makes only static (no filtering needed) APT/XDOC/FML pages usable for both site and manual in a single sourcing fashion
-
-
-
-
-
-
\ No newline at end of file
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/rtf/manual/manual.rtf b/maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/rtf/manual/manual.rtf
deleted file mode 100644
index c2810c93..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/rtf/manual/manual.rtf
+++ /dev/null
@@ -1,33 +0,0 @@
-{\rtf1\ansi\ansicpg1252
-\deff0{\fonttbl{\f0\froman\fcharset0 Times New Roman;}{\f1\fswiss\fcharset0 Arial;}{\f2\froman\fcharset2 Symbol;}}
-{\colortbl\red0\green0\blue0;\red255\green255\blue255;\red255\green0\blue0;}
-{\*\listtable
-{\list\listtemplateid247428345\hybrid
-{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelstartat1{\leveltext\'01\u-3913 ?;}{\levelnumbers;}\f2\fi0\li300\ri0\tx300}
-\listid658159304}
-}
-{\*\listoverridetable
-{\listoverride\listid658159304\listoverridecount0\ls1}
-}
-{\info{\operator iText by lowagie.com}{\creationdate \yr2008\mo3\dy1\hr19\min0\sec8}{\operator Doxia iText}{\creationdate \yr2008\mo3\dy1\hr19\min0\sec8}}
-\paperw11907\paperh16840\margl720\margr720\margt720\margb720
-{\footer }{\header }\pgwsxn11907\pghsxn16840\sectd{\footer }{\header }\pgwsxn11907\pghsxn16840\pard\li0\ri0\f1\fs48\cf2 1. \f1\fs48\cf2 Introduction\par\par\pard\li0\ri0\f1\fs44\cf0 1. \f1\fs44\cf0 Introduction \par\par\f0\fs20\cf0 \par \pard\li0\ri0\f0\fs20\cf0 \par \f1\fs20\cf0 Welcome to the Maven Alfresco Extension Archetype manual \par\par\pard\li0\ri0\f1\fs44\cf0 2. \f1\fs44\cf0 How to edit this manual \par\par\f0\fs20\cf0 \par \pard\li0\ri0\f0\fs20\cf0 \par \f1\fs20\cf0 This page is generated from $PROJECT_HOME/src/site/book-index.apt file. \f0\fs20\cf0 \par \f1\fs20\cf0 Book sections and chapters can be edited in the $PROJECT_HOME/src/site/manual.xml file. \f0\fs20\cf0 \par \f1\fs20\cf0 While related POM configuration snippet follows>\par\f1\fs20\cf0 \par\trowd
-\trftsWidth3\trwWidth10400\trkeep\trqc\trgaph10\trbrdrl\brdrs\brdrw20\brdrcf0
-\trbrdrt\brdrs\brdrw20\brdrcf0
-\trbrdrb\brdrs\brdrw20\brdrcf0
-\trbrdrr\brdrs\brdrw20\brdrcf0
-\trbrdrh\brdrs\brdrw20\brdrcf0
-\trbrdrv\brdrs\brdrw20\brdrcf0
-\trpaddl100\trpaddr100\trpaddfl3\trpaddfr3
-\clbrdrl\brdrs\brdrw10\brdrcf0
-\clbrdrt\brdrs\brdrw10\brdrcf0
-\clbrdrb\brdrs\brdrw10\brdrcf0
-\clbrdrr\brdrs\brdrw10\brdrcf0
-\clcbpat1
-\clftsWidth3
-\clwWidth10400
-\clpadl100\clpadt100\clpadr100\clpadb100\clpadfl3\clpadft3\clpadfr3\clpadfb3\cellx10400\intbl\pard\intbl\li0\ri0\f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 org.apache.maven.doxia\f0\fs20\cf0 \par \f1\fs20\cf0 doxia-maven-plugin\f0\fs20\cf0 \par \f1\fs20\cf0 1.0-alpha-10\f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 pre-site\f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 render-books\f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 target/site/books\f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 src/site\f0\fs20\cf0 \par \f1\fs20\cf0 src/books/manual.xml\f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 xdoc\f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 pdf\f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 rtf\f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \f1\fs20\cf0 \f0\fs20\cf0 \par \cell \row
-\pard\par\qc\par\pard\li0\ri0\f1\fs44\cf0 3. \f1\fs44\cf0 Limitations \par\par\f0\fs20\cf0 \par \f1\fs20\cf0 \pard\ql\fi0\li300\ri0\fs20\ls1{{\listtext\pard\f2\fi0\li300\ri0 \'b7\tab}\f1\fs20\cf0 Book sections are matched on id, so a file named section.* must be found at any depth level withing the folder specified in the POM as book folder \par
-{\listtext\pard\f2\fi0\li300\ri0 \'b7\tab}\f1\fs20\cf0 Books cannot use property filtering \par
-{\listtext\pard\f2\fi0\li300\ri0 \'b7\tab}\f1\fs20\cf0 Books cannot use .vm files as filename cannot be specified, so this makes only static (no filtering needed) APT/XDOC/FML pages usable for both site and manual in a single sourcing fashion \par
-}\pard\par\sect}
\ No newline at end of file
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/rtf/manual/manual.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/rtf/manual/manual.xml
deleted file mode 100644
index deb995cb..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/rtf/manual/manual.xml
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
- Introduction
-
-
-
-
- Introduction
-
-
-
- Welcome to the Maven Alfresco Extension Archetype manual
-
-
-
-
-
- How to edit this manual
-
-
-
- This page is generated from
- $PROJECT_HOME/src/site/book-index.apt
- file.
-
- Book sections and chapters can be edited in the
- $PROJECT_HOME/src/site/manual.xml
- file.
-
- While related POM configuration snippet follows>
-
-
-
-
-
-
-
-
- Limitations
-
-
-
-
- Book sections are matched on id, so a file named section.* must be found at any depth level withing the folder specified in the POM as book folder
-
-
- Books cannot use property filtering
-
-
- Books cannot use .vm files as filename cannot be specified, so this makes only static (no filtering needed) APT/XDOC/FML pages usable for both site and manual in a single sourcing fashion
-
-
-
-
-
-
\ No newline at end of file
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/xdoc/manual/book-index.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/xdoc/manual/book-index.xml
deleted file mode 100644
index bdedcc19..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/target/site/books/xdoc/manual/book-index.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-Maven Alfresco Extension Manual
-Sourcesense
-
-
-
-
Welcome to the Maven Alfresco Extension
-Archetype manual
-
-
This page is generated from
-$PROJECT_HOME/src/site/book-index.apt
-file.
-Book sections and chapters can be edited in the
-$PROJECT_HOME/src/site/manual.xml
-file.
-While related POM configuration snippet follows>
-
-<!-- Adds support for books PDF and RTF generation for single sourced documentation -->
-<plugin>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-maven-plugin</artifactId>
- <version>1.0-alpha-10</version>
- <executions>
- <execution>
- <phase>pre-site</phase>
- <goals>
- <goal>render-books</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <!--
- | Target books dir: within the site so it can be linked and deployed
- | TODO: Use ${pom.target.dir} or so similar property instead of
- | hard wiring 'target'
- -->
- <generatedDocs>target/site/books</generatedDocs>
- <books>
- <book>
- <directory>src/site</directory>
- <descriptor>src/books/manual.xml</descriptor>
- <formats>
- <format>
- <id>xdoc</id>
- </format>
- <format>
- <id>pdf</id>
- </format>
- <format>
- <id>rtf</id>
- </format>
- </formats>
- </book>
- </books>
- </configuration>
-</plugin>
-
-
-
Book sections are matched on id, so a
-file named section.* must be found at any depth level withing the folder
-specified in the POM as book folder
-
-
Books cannot use property filtering
-
-
Books cannot use .vm files as filename cannot be specified, so this
-makes only static (no filtering needed) APT/XDOC/FML pages usable for both
-site and manual in a single sourcing fashion
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
-
GroupId
-
ArtifactId
-
Version
-
Classifier
-
Type
-
Optional
-
-
alfresco.community
-
alfresco
-
2.1.0
-
-
-
war
-
-
-
mysql
-
mysql-connector-java
-
5.0.3
-
-
-
jar
-
-
-
-
-
provided
-
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
-
GroupId
-
ArtifactId
-
Version
-
Classifier
-
Type
-
Optional
-
-
alfresco.community
-
alfresco-core
-
2.1.0
-
-
-
jar
-
-
-
alfresco.community
-
alfresco-remote-api
-
2.1.0
-
-
-
jar
-
-
-
alfresco.community
-
alfresco-repository
-
2.1.0
-
-
-
jar
-
-
-
alfresco.community
-
alfresco-web-client
-
2.1.0
-
-
-
jar
-
-
-
javax.servlet
-
servlet-api
-
2.5
-
-
-
jar
-
-
-
-
-
-
Project Transitive Dependencies
-
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
- Remember to setup appropriate permissions for selected db / build profile. You have 2 methods to configure/remove your db:
-
-
- Properly edit
- tools/mysql/db_setup.sql
- and run from project home
- mysql -u root < tools/mysql/db_setup.sql
-
-
- if you use POM property 'alfresco.db.name' you have sql files already filtered (after process-resources phase), and run
- directly
- mysql -u root -p < target/classes/tools/[db_setup,db_remove].sql
-
- Due to redistribution problems you have to install JTA manuall when you need it with:
-
- - Download jta-1_0_1B-classes.zip from http://java.sun.com/products/jta/ - mvn install:install-file
- -Dfile=./jta-1_0_1B-classes.zip -DgroupId=jta -DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar
-
-
This report includes a cross-reference of the project's sources. Each source entry is also linked with its corresponding Javadoc (if Javadoc was generated).
This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven
- on behalf of the project.
This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.
-
The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.
-
Members
-
There are no developers working on this project.
-
-
Contributors
-
There are no contributors listed for this project. Please check back again later.
-
-
-
-
-
-
-
-
-
-
-
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/ant/ant-bootstrap.sh b/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/ant/ant-bootstrap.sh
deleted file mode 100644
index b8e9e7f8..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/ant/ant-bootstrap.sh
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/bin/bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-#
-# This script is needed *only* in case you use Ant.
-# You *need* to run this script otherwise build will fail without finding JAR and WAR artifacts.
-# It will fetch alfresco dependencies specified in this file
-# and download them when the Ant build process is able to find them,
-# e.g.
-# - the alfresco war unpacked in the $PROJECT_HOME/tools/ant/deps/alfresco folder
-# - jars in $PROJECT_HOME/tools/ant/deps/alfresco/WEB-INF/lib will be used as jar dependencies by the build process. Change ALFRESCO_DIR accordingly to corresponding build.xml property.
-#
-# Use these properties to specify alfresco version/release from command line
-
-ALFRESCO_DIR=deps/alfresco
-ALFRESCO_VERSION="2.1.0"
-ALFRESCO_RELEASE="community"
-
-
-if [ $1 ]; then
- echo "Using command line specified ALFRESCO_VERSION=${1}"
- ALFRESCO_VERSION=$1
-else
- echo "Defaulting at ALFRESCO_VERSION=${ALFRESCO_VERSION}"
-fi
-if [ $2 ]; then
- echo "Using command line specified ALFRESCO_RELEASE=${2}"
- ALFRESCO_RELEASE=$2
- else
- echo "Defaulting at ALFRESCO_RELEASE=${ALFRESCO_RELEASE}"
-fi
-
-
-echo "[INFO]" - Downloading Alfresco ${ALFRESCO_RELEASE} ${ALFRESCO_VERSION} WAR into ${ALFRESCO_DIR}
-# Go to the target folder
-cd ${ALFRESCO_DIR}
-# Downloads alfresco
-echo "[INFO]" - Unzipping Alfresco ${ALFRESCO_RELEASE} ${ALFRESCO_VERSION} WAR into ${ALFRESCO_DIR}
-wget http://repository.sourcesense.com/maven2/alfresco/${ALFRESCO_RELEASE}/alfresco/${ALFRESCO_VERSION}/alfresco-${ALFRESCO_VERSION}.war
-unzip alfresco-${ALFRESCO_VERSION}.war
-rm -Rf alfresco-${ALFRESCO_VERSION}.war
\ No newline at end of file
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/ant/tasks/tomcat-tasks.properties b/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/ant/tasks/tomcat-tasks.properties
deleted file mode 100644
index e6c69c25..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/ant/tasks/tomcat-tasks.properties
+++ /dev/null
@@ -1,25 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-deploy=org.apache.catalina.ant.DeployTask
-install=org.apache.catalina.ant.InstallTask
-list=org.apache.catalina.ant.ListTask
-reload=org.apache.catalina.ant.ReloadTask
-remove=org.apache.catalina.ant.RemoveTask
-resources=org.apache.catalina.ant.ResourcesTask
-roles=org.apache.catalina.ant.RolesTask
-start=org.apache.catalina.ant.StartTask
-stop=org.apache.catalina.ant.StopTask
-undeploy=org.apache.catalina.ant.UndeployTask
\ No newline at end of file
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/ant/tasks/tomcat-tasks.xml b/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/ant/tasks/tomcat-tasks.xml
deleted file mode 100644
index 447c251a..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/ant/tasks/tomcat-tasks.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/export/testRestoreVersion/README-restore.txt b/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/export/testRestoreVersion/README-restore.txt
deleted file mode 100644
index 486c2499..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/export/testRestoreVersion/README-restore.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-Restore procedure:
-------------------
-(README: Only supported for WAR integrated build ATM)
-
-1. Place here your 6 full repository export files (5 acp + 1 xml) calling the export
-package "export" (so that your file will appear like export_spaces.acp, export_users.acp, etc.)
-
-2. run your build with the property
-
-mvn clean package -DrestoreVersion=testRestoreVersion
-
-3. deploy as a war (mvn jboss:deploy)
-
-4. if you had a consistent repository/database you should have your repo fully imported
\ No newline at end of file
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/m2/m2-bootstrap.sh b/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/m2/m2-bootstrap.sh
deleted file mode 100644
index 2ceb089b..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/m2/m2-bootstrap.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-#
-# This script is needed *only* in case you *don't* have you don't have alfresco artifacts available in any public repo,
-# and you can't connect to Sourcesense public repo.
-#
-# So you can manually downlaod JAR and WAR alfresco artifacts in $BASE_DIR
-# and have them deployed to $TARGET_REPO (id here) and $TARGET_REPO_URL (url here)
-# by running this script and passing the 3 params in the command line
-#
-# Note: This script works for alfresco 2.1.0 community artifacts. It must be modified for
-# other versions.
-#
-# TODO: Make alfresco version and release parametric
-#
-
-# 1st command line param: directory where jar and war dependencies are stored
-BASE_DIR=$1
-# 2st command line param: target repo id (matches in settings)
-TARGET_REPO=$2
-# 3rd command line param: target repo url
-TARGET_REPO_URL=$3
-
-mvn deploy:deploy-file -Dfile=${BASE_DIR}/alfresco-core.jar -DrepositoryId=${TARGET_REPO} -DgroupId=alfresco.community -DartifactId=alfresco-core -Dversion=2.1.0 -Durl=${TARGET_REPO_URL} -Dpackaging=jar
-mvn deploy:deploy-file -Dfile=${BASE_DIR}/alfresco-repository.jar -DrepositoryId=${TARGET_REPO} -DgroupId=alfresco.community -DartifactId=alfresco-repository -Dversion=2.1.0 -Durl=${TARGET_REPO_URL} -Dpackaging=jar
-mvn deploy:deploy-file -Dfile=${BASE_DIR}/alfresco.war -DrepositoryId=${TARGET_REPO} -DgroupId=alfresco.community -DartifactId=alfresco -Dversion=2.1.0 -Durl=${TARGET_REPO_URL} -Dpackaging=war
-mvn deploy:deploy-file -Dfile=${BASE_DIR}/alfresco-web-client.jar -DrepositoryId=${TARGET_REPO} -DgroupId=alfresco.community -DartifactId=alfresco-web-client -Dversion=2.1.0 -Durl=${TARGET_REPO_URL} -Dpackaging=jar
-mvn deploy:deploy-file -Dfile=${BASE_DIR}/alfresco-mbeans.jar -DrepositoryId=${TARGET_REPO} -DgroupId=alfresco.community -DartifactId=alfresco-mbeans -Dversion=2.1.0 -Durl=${TARGET_REPO_URL} -Dpackaging=jar
-mvn deploy:deploy-file -Dfile=${BASE_DIR}/alfresco-remote-api.jar -DrepositoryId=${TARGET_REPO} -DgroupId=alfresco.community -DartifactId=alfresco-remote-api -Dversion=2.1.0 -Durl=${TARGET_REPO_URL} -Dpackaging=jar
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/mysql/db_remove.sql b/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/mysql/db_remove.sql
deleted file mode 100644
index b0d925ba..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/mysql/db_remove.sql
+++ /dev/null
@@ -1 +0,0 @@
-drop database ${alfresco.db.name};
\ No newline at end of file
diff --git a/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/mysql/db_setup.sql b/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/mysql/db_setup.sql
deleted file mode 100644
index 3cb054aa..00000000
--- a/maven-alfresco-extension-archetype/target/classes/archetype-resources/tools/mysql/db_setup.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-create database ${alfresco.db.name};
-grant all on ${alfresco.db.name}.* to 'alfresco'@'localhost' identified by 'alfresco' with grant option;
-grant all on ${alfresco.db.name}.* to 'alfresco'@'localhost.localdomain' identified by 'alfresco' with grant option;
\ No newline at end of file
diff --git a/maven-alfresco-extension-archetype/target/maven-alfresco-extension-archetype-1.0.0.jar b/maven-alfresco-extension-archetype/target/maven-alfresco-extension-archetype-1.0.0.jar
deleted file mode 100644
index 5ad9fac9bc4267acf1377d2b69d2f22c70724418..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 97419
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