From f2f77b0396b3fb876739a0342a9f8c502a6cf91f Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Mon, 15 May 2017 16:07:50 -0700
Subject: [PATCH] File permissions changed

---
 .gitignore                                          |   0
 LICENSE.txt                                         |   0
 nb-configuration.xml                                |   0
 pom.xml                                             |   0
 .../vips/coremanager/entity/ModelUsageLog.java      |   0
 .../nibio/vips/coremanager/entity/Organization.java |   0
 .../coremanager/entity/VIPSCoreCredentials.java     |   0
 .../nibio/vips/coremanager/entity/VipsCoreUser.java |   0
 .../service/JsonParseExceptionMapper.java           |   0
 .../coremanager/service/ManagerResourceImpl.java    |   0
 .../vips/coremanager/session/ControllerGetter.java  |   0
 .../vips/coremanager/session/UserController.java    |   0
 src/main/resources/META-INF/persistence.xml         |   0
 src/main/resources/server.properties                |   0
 src/main/setup/jboss-ds.xml                         |   0
 src/main/webapp/WEB-INF/beans.xml                   |   0
 .../webapp/WEB-INF/jboss-deployment-structure.xml   |   0
 src/main/webapp/WEB-INF/jboss-web.xml               |   0
 src/main/webapp/WEB-INF/staticcss/stylesheet.css    |   0
 src/main/webapp/WEB-INF/statichtml/index.html       |   0
 src/main/webapp/WEB-INF/staticpng/logo_vips.png     | Bin
 src/main/webapp/WEB-INF/web.xml                     |   0
 22 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 .gitignore
 mode change 100644 => 100755 LICENSE.txt
 mode change 100644 => 100755 nb-configuration.xml
 mode change 100644 => 100755 pom.xml
 mode change 100644 => 100755 src/main/java/no/nibio/vips/coremanager/entity/ModelUsageLog.java
 mode change 100644 => 100755 src/main/java/no/nibio/vips/coremanager/entity/Organization.java
 mode change 100644 => 100755 src/main/java/no/nibio/vips/coremanager/entity/VIPSCoreCredentials.java
 mode change 100644 => 100755 src/main/java/no/nibio/vips/coremanager/entity/VipsCoreUser.java
 mode change 100644 => 100755 src/main/java/no/nibio/vips/coremanager/service/JsonParseExceptionMapper.java
 mode change 100644 => 100755 src/main/java/no/nibio/vips/coremanager/service/ManagerResourceImpl.java
 mode change 100644 => 100755 src/main/java/no/nibio/vips/coremanager/session/ControllerGetter.java
 mode change 100644 => 100755 src/main/java/no/nibio/vips/coremanager/session/UserController.java
 mode change 100644 => 100755 src/main/resources/META-INF/persistence.xml
 mode change 100644 => 100755 src/main/resources/server.properties
 mode change 100644 => 100755 src/main/setup/jboss-ds.xml
 mode change 100644 => 100755 src/main/webapp/WEB-INF/beans.xml
 mode change 100644 => 100755 src/main/webapp/WEB-INF/jboss-deployment-structure.xml
 mode change 100644 => 100755 src/main/webapp/WEB-INF/jboss-web.xml
 mode change 100644 => 100755 src/main/webapp/WEB-INF/staticcss/stylesheet.css
 mode change 100644 => 100755 src/main/webapp/WEB-INF/statichtml/index.html
 mode change 100644 => 100755 src/main/webapp/WEB-INF/staticpng/logo_vips.png
 mode change 100644 => 100755 src/main/webapp/WEB-INF/web.xml

diff --git a/.gitignore b/.gitignore
old mode 100644
new mode 100755
diff --git a/LICENSE.txt b/LICENSE.txt
old mode 100644
new mode 100755
diff --git a/nb-configuration.xml b/nb-configuration.xml
old mode 100644
new mode 100755
diff --git a/pom.xml b/pom.xml
old mode 100644
new mode 100755
diff --git a/src/main/java/no/nibio/vips/coremanager/entity/ModelUsageLog.java b/src/main/java/no/nibio/vips/coremanager/entity/ModelUsageLog.java
old mode 100644
new mode 100755
diff --git a/src/main/java/no/nibio/vips/coremanager/entity/Organization.java b/src/main/java/no/nibio/vips/coremanager/entity/Organization.java
old mode 100644
new mode 100755
diff --git a/src/main/java/no/nibio/vips/coremanager/entity/VIPSCoreCredentials.java b/src/main/java/no/nibio/vips/coremanager/entity/VIPSCoreCredentials.java
old mode 100644
new mode 100755
diff --git a/src/main/java/no/nibio/vips/coremanager/entity/VipsCoreUser.java b/src/main/java/no/nibio/vips/coremanager/entity/VipsCoreUser.java
old mode 100644
new mode 100755
diff --git a/src/main/java/no/nibio/vips/coremanager/service/JsonParseExceptionMapper.java b/src/main/java/no/nibio/vips/coremanager/service/JsonParseExceptionMapper.java
old mode 100644
new mode 100755
diff --git a/src/main/java/no/nibio/vips/coremanager/service/ManagerResourceImpl.java b/src/main/java/no/nibio/vips/coremanager/service/ManagerResourceImpl.java
old mode 100644
new mode 100755
diff --git a/src/main/java/no/nibio/vips/coremanager/session/ControllerGetter.java b/src/main/java/no/nibio/vips/coremanager/session/ControllerGetter.java
old mode 100644
new mode 100755
diff --git a/src/main/java/no/nibio/vips/coremanager/session/UserController.java b/src/main/java/no/nibio/vips/coremanager/session/UserController.java
old mode 100644
new mode 100755
diff --git a/src/main/resources/META-INF/persistence.xml b/src/main/resources/META-INF/persistence.xml
old mode 100644
new mode 100755
diff --git a/src/main/resources/server.properties b/src/main/resources/server.properties
old mode 100644
new mode 100755
diff --git a/src/main/setup/jboss-ds.xml b/src/main/setup/jboss-ds.xml
old mode 100644
new mode 100755
diff --git a/src/main/webapp/WEB-INF/beans.xml b/src/main/webapp/WEB-INF/beans.xml
old mode 100644
new mode 100755
diff --git a/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
old mode 100644
new mode 100755
diff --git a/src/main/webapp/WEB-INF/jboss-web.xml b/src/main/webapp/WEB-INF/jboss-web.xml
old mode 100644
new mode 100755
diff --git a/src/main/webapp/WEB-INF/staticcss/stylesheet.css b/src/main/webapp/WEB-INF/staticcss/stylesheet.css
old mode 100644
new mode 100755
diff --git a/src/main/webapp/WEB-INF/statichtml/index.html b/src/main/webapp/WEB-INF/statichtml/index.html
old mode 100644
new mode 100755
diff --git a/src/main/webapp/WEB-INF/staticpng/logo_vips.png b/src/main/webapp/WEB-INF/staticpng/logo_vips.png
old mode 100644
new mode 100755
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
old mode 100644
new mode 100755
-- 
GitLab