You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2016/10/20 21:07:40 UTC

svn commit: r1765883 - in /bval/trunk: bval-jsr/pom.xml bval-jsr/src/test/resources/java.policy pom.xml

Author: mbenson
Date: Thu Oct 20 21:07:40 2016
New Revision: 1765883

URL: http://svn.apache.org/viewvc?rev=1765883&view=rev
Log:
revert too-big commit

Modified:
    bval/trunk/bval-jsr/pom.xml
    bval/trunk/bval-jsr/src/test/resources/java.policy
    bval/trunk/pom.xml

Modified: bval/trunk/bval-jsr/pom.xml
URL: http://svn.apache.org/viewvc/bval/trunk/bval-jsr/pom.xml?rev=1765883&r1=1765882&r2=1765883&view=diff
==============================================================================
--- bval/trunk/bval-jsr/pom.xml (original)
+++ bval/trunk/bval-jsr/pom.xml Thu Oct 20 21:07:40 2016
@@ -119,6 +119,13 @@
                                                 <!-- append extra slash on windows only -->
                                                 <replacestring from="file://" to="file://${slash}" />
                                                 <replacestring from="${file.separator}" to="/" />
+                                                <!-- preserve system-specific file separator -->
+                                                <expandproperties>
+                                                    <propertyset>
+                                                        <propertyref prefix="project." />
+                                                        <globmapper from="*" to="preserve.*" />
+                                                    </propertyset>
+                                                </expandproperties>
                                             </filterchain>
                                         </copy>
                                     </target>

Modified: bval/trunk/bval-jsr/src/test/resources/java.policy
URL: http://svn.apache.org/viewvc/bval/trunk/bval-jsr/src/test/resources/java.policy?rev=1765883&r1=1765882&r2=1765883&view=diff
==============================================================================
--- bval/trunk/bval-jsr/src/test/resources/java.policy (original)
+++ bval/trunk/bval-jsr/src/test/resources/java.policy Thu Oct 20 21:07:40 2016
@@ -21,7 +21,7 @@
 grant
 {
   // let everyone read target dir
-  permission java.io.FilePermission "${project.build.directory}${/}-", "read";
+  permission java.io.FilePermission "${preserve.project.build.directory}${/}-", "read";
 };
 
 // we don't care about the permissions of the testing infrastructure,
@@ -94,7 +94,6 @@ grant codeBase "file://${project.build.o
 {
   permission java.lang.RuntimePermission "accessClassInPackage.com.sun.xml.internal.bind.*";
   permission java.lang.RuntimePermission "accessDeclaredMembers";
-  permission java.lang.RuntimePermission "getClassLoader";
   permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
   permission java.io.FilePermission "${user.home}/.m2/repository/-", "read";
   permission java.util.PropertyPermission "*", "read";

Modified: bval/trunk/pom.xml
URL: http://svn.apache.org/viewvc/bval/trunk/pom.xml?rev=1765883&r1=1765882&r2=1765883&view=diff
==============================================================================
--- bval/trunk/pom.xml (original)
+++ bval/trunk/pom.xml Thu Oct 20 21:07:40 2016
@@ -363,7 +363,7 @@
             <dependency>
                 <groupId>org.apache.tomcat</groupId>
                 <artifactId>tomcat-el-api</artifactId>
-                <version>7.0.72</version>
+                <version>8.0.21</version>
                 <scope>provided</scope>
             </dependency>
         </dependencies>