You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ma...@apache.org on 2016/09/21 12:08:22 UTC

james-project git commit: JAMES-1806 Unable to run windows service on 64bit platform (Windows 10)

Repository: james-project
Updated Branches:
  refs/heads/master 986d15fe4 -> 3c15732e7


JAMES-1806 Unable to run windows service on 64bit platform (Windows 10)

Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/3c15732e
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/3c15732e
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/3c15732e

Branch: refs/heads/master
Commit: 3c15732e7107549468eab81933ab969f6fa1072c
Parents: 986d15f
Author: bwa <bw...@intarsys.de>
Authored: Thu Jul 21 15:51:36 2016 +0200
Committer: Matthieu Baechler <ma...@linagora.com>
Committed: Wed Sep 21 14:07:43 2016 +0200

----------------------------------------------------------------------
 server/app/pom.xml                              | 1 +
 server/app/src/main/licensing/app/licensing.xml | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/3c15732e/server/app/pom.xml
----------------------------------------------------------------------
diff --git a/server/app/pom.xml b/server/app/pom.xml
index 9f8c8a5..ef15e15 100644
--- a/server/app/pom.xml
+++ b/server/app/pom.xml
@@ -805,6 +805,7 @@
                                                 <include>solaris-sparc-64</include>
                                                 <include>solaris-x86-32</include>
                                                 <include>windows-x86-32</include>
+                                                <include>windows-x86-64</include>
                                             </includes>
 
                                             <configuration>

http://git-wip-us.apache.org/repos/asf/james-project/blob/3c15732e/server/app/src/main/licensing/app/licensing.xml
----------------------------------------------------------------------
diff --git a/server/app/src/main/licensing/app/licensing.xml b/server/app/src/main/licensing/app/licensing.xml
index adf5438..46162b3 100644
--- a/server/app/src/main/licensing/app/licensing.xml
+++ b/server/app/src/main/licensing/app/licensing.xml
@@ -1132,6 +1132,7 @@ The Apache Software Foundation (http://www.apache.org/).
                 <resource name='wrapper-solaris-sparc-64'/>
                 <resource name='wrapper-solaris-x86-32'/>
                 <resource name='wrapper-windows-x86-32.exe'/>
+                <resource name='wrapper-windows-x86-64.exe'/>
             </by-organisation>
         </with-license>
         <with-license id='ApacheLicenseVersion2'>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org