Index: distribution/src/assemble/application.xml
===================================================================
--- distribution/src/assemble/application.xml (revision 3791)
+++ distribution/src/assemble/application.xml (working copy)
@@ -47,9 +47,9 @@
${basedir}/src/main/resources/jetty
/
-
+
Index: database/pom.xml
===================================================================
--- database/pom.xml (revision 3784)
+++ database/pom.xml (working copy)
@@ -80,6 +80,55 @@
+
+
+
+ com.xpn.xwiki.platform
+ xwiki-packager
+
+ ${project.build.directory}/xar
+ ${project.build.directory}/classes/hibernate.cfg.xml
+
+
+
+ ${xwiki.db.jdbc.groupId}
+ ${xwiki.db.jdbc.artifactId}
+ ${xwiki.db.jdbc.version}
+
+
+
+
+ package
+
+ import
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+
+ 2.1
+
+
+ src/assemble/database.xml
+
+
+
+
+ package
+
+ single
+
+
+
+
@@ -89,60 +138,8 @@
true
- jdbc:hsqldb:file:${project.build.directory}/database/xwiki_db;shutdown=true
+ jdbc:hsqldb:file:${project.build.directory}/database/xwiki_db;shutdown=true
-
-
-
-
- com.xpn.xwiki.platform
- xwiki-packager
-
- ${project.build.directory}/xar
- ${project.build.directory}/classes/hibernate.cfg.xml
-
-
-
- hsqldb
- hsqldb
- 1.8.0.1
-
-
-
-
- package
-
- import
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-assembly-plugin
-
- 2.1
-
-
- src/assemble/database.xml
-
-
-
-
- package
-
- single
-
-
-
-
-
-