You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by al...@apache.org on 2012/03/12 06:02:38 UTC

svn commit: r1299561 - in /openjpa: branches/2.2.x/openjpa-examples/pom.xml branches/2.2.x/openjpa-integration/pom.xml branches/2.2.x/openjpa-tools/pom.xml trunk/openjpa-examples/pom.xml trunk/openjpa-integration/pom.xml trunk/openjpa-tools/pom.xml

Author: allee8285
Date: Mon Mar 12 05:02:37 2012
New Revision: 1299561

URL: http://svn.apache.org/viewvc?rev=1299561&view=rev
Log:
OPENJPA-2154 Fix path to load security policy file for test-dynamic-enhancer profile.

Modified:
    openjpa/branches/2.2.x/openjpa-examples/pom.xml
    openjpa/branches/2.2.x/openjpa-integration/pom.xml
    openjpa/branches/2.2.x/openjpa-tools/pom.xml
    openjpa/trunk/openjpa-examples/pom.xml
    openjpa/trunk/openjpa-integration/pom.xml
    openjpa/trunk/openjpa-tools/pom.xml

Modified: openjpa/branches/2.2.x/openjpa-examples/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.2.x/openjpa-examples/pom.xml?rev=1299561&r1=1299560&r2=1299561&view=diff
==============================================================================
--- openjpa/branches/2.2.x/openjpa-examples/pom.xml (original)
+++ openjpa/branches/2.2.x/openjpa-examples/pom.xml Mon Mar 12 05:02:37 2012
@@ -49,6 +49,15 @@
         <module>openbooks</module>
     </modules>
 
+    <profiles>
+        <profile>
+            <id>test-dynamic-enhancer</id>
+            <properties>
+                <policy.file>${basedir}/../../openjpa-persistence-jdbc/src/test/resources/j2.security.test.policy</policy.file>
+            </properties>
+        </profile>    
+    </profiles>
+
     <build>
         <pluginManagement>
             <plugins>

Modified: openjpa/branches/2.2.x/openjpa-integration/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.2.x/openjpa-integration/pom.xml?rev=1299561&r1=1299560&r2=1299561&view=diff
==============================================================================
--- openjpa/branches/2.2.x/openjpa-integration/pom.xml (original)
+++ openjpa/branches/2.2.x/openjpa-integration/pom.xml Mon Mar 12 05:02:37 2012
@@ -45,6 +45,15 @@
         <module>jmx</module>
     </modules>
 
+    <profiles>
+        <profile>
+            <id>test-dynamic-enhancer</id>
+            <properties>
+                <policy.file>${basedir}/../../openjpa-persistence-jdbc/src/test/resources/j2.security.test.policy</policy.file>
+            </properties>
+        </profile>    
+    </profiles>
+
     <build>
         <pluginManagement>
             <plugins>

Modified: openjpa/branches/2.2.x/openjpa-tools/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.2.x/openjpa-tools/pom.xml?rev=1299561&r1=1299560&r2=1299561&view=diff
==============================================================================
--- openjpa/branches/2.2.x/openjpa-tools/pom.xml (original)
+++ openjpa/branches/2.2.x/openjpa-tools/pom.xml Mon Mar 12 05:02:37 2012
@@ -43,4 +43,14 @@
     <modules>
         <module>openjpa-maven-plugin</module>
     </modules>
+
+    <profiles>
+        <profile>
+            <id>test-dynamic-enhancer</id>
+            <properties>
+                <policy.file>${basedir}/../../openjpa-persistence-jdbc/src/test/resources/j2.security.test.policy</policy.file>
+            </properties>
+        </profile>    
+    </profiles>
+
 </project>

Modified: openjpa/trunk/openjpa-examples/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/pom.xml?rev=1299561&r1=1299560&r2=1299561&view=diff
==============================================================================
--- openjpa/trunk/openjpa-examples/pom.xml (original)
+++ openjpa/trunk/openjpa-examples/pom.xml Mon Mar 12 05:02:37 2012
@@ -49,6 +49,15 @@
         <module>openbooks</module>
     </modules>
 
+    <profiles>
+        <profile>
+            <id>test-dynamic-enhancer</id>
+            <properties>
+                <policy.file>${basedir}/../../openjpa-persistence-jdbc/src/test/resources/j2.security.test.policy</policy.file>
+            </properties>
+        </profile>    
+    </profiles>
+
     <build>
         <pluginManagement>
             <plugins>

Modified: openjpa/trunk/openjpa-integration/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/pom.xml?rev=1299561&r1=1299560&r2=1299561&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/pom.xml Mon Mar 12 05:02:37 2012
@@ -45,6 +45,15 @@
         <module>jmx</module>
     </modules>
 
+    <profiles>
+        <profile>
+            <id>test-dynamic-enhancer</id>
+            <properties>
+                <policy.file>${basedir}/../../openjpa-persistence-jdbc/src/test/resources/j2.security.test.policy</policy.file>
+            </properties>
+        </profile>    
+    </profiles>
+
     <build>
         <pluginManagement>
             <plugins>

Modified: openjpa/trunk/openjpa-tools/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-tools/pom.xml?rev=1299561&r1=1299560&r2=1299561&view=diff
==============================================================================
--- openjpa/trunk/openjpa-tools/pom.xml (original)
+++ openjpa/trunk/openjpa-tools/pom.xml Mon Mar 12 05:02:37 2012
@@ -43,4 +43,14 @@
     <modules>
         <module>openjpa-maven-plugin</module>
     </modules>
+
+    <profiles>
+        <profile>
+            <id>test-dynamic-enhancer</id>
+            <properties>
+                <policy.file>${basedir}/../../openjpa-persistence-jdbc/src/test/resources/j2.security.test.policy</policy.file>
+            </properties>
+        </profile>    
+    </profiles>
+
 </project>