You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/10/24 21:45:30 UTC

svn commit: r1188335 - in /commons/proper/ognl/trunk: ./ benchmarks/java/ benchmarks/java/org/apache/commons/ognl/performance/invocation/ benchmarks/java/org/apache/commons/ognl/performance/objects/ benchmarks/java/org/apache/commons/ognl/performance/r...

Author: simonetripodi
Date: Mon Oct 24 19:45:29 2011
New Revision: 1188335

URL: http://svn.apache.org/viewvc?rev=1188335&view=rev
Log:
no needs to have a full maven archetype inside benchmark dir, merged java source dirs

Added:
    commons/proper/ognl/trunk/benchmarks/java/
      - copied from r1188293, commons/proper/ognl/trunk/benchmarks/src/test/java/
    commons/proper/ognl/trunk/benchmarks/java/org/apache/commons/ognl/performance/invocation/
      - copied from r1188293, commons/proper/ognl/trunk/benchmarks/src/main/java/org/apache/commons/ognl/performance/invocation/
    commons/proper/ognl/trunk/benchmarks/java/org/apache/commons/ognl/performance/objects/
      - copied from r1188293, commons/proper/ognl/trunk/benchmarks/src/main/java/org/apache/commons/ognl/performance/objects/
    commons/proper/ognl/trunk/benchmarks/java/org/apache/commons/ognl/performance/runtime/
      - copied from r1188293, commons/proper/ognl/trunk/benchmarks/src/main/java/org/apache/commons/ognl/performance/runtime/
    commons/proper/ognl/trunk/benchmarks/resources/
      - copied from r1188293, commons/proper/ognl/trunk/benchmarks/src/main/resources/
Removed:
    commons/proper/ognl/trunk/benchmarks/src/
Modified:
    commons/proper/ognl/trunk/pom.xml

Modified: commons/proper/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1188335&r1=1188334&r2=1188335&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Mon Oct 24 19:45:29 2011
@@ -440,7 +440,7 @@ limitations under the License.
       <build>
         <testResources>
           <testResource>
-            <directory>${basedir}/benchmarks/src/main/resources</directory>
+            <directory>${basedir}/benchmarks/resources</directory>
           </testResource>
         </testResources>
 
@@ -458,8 +458,7 @@ limitations under the License.
                 </goals>
                 <configuration>
                   <sources>
-                    <source>${basedir}/benchmarks/src/main/java</source>
-                    <source>${basedir}/benchmarks/src/test/java</source>
+                    <source>${basedir}/benchmarks/java</source>
                   </sources>
                 </configuration>
               </execution>