Blame activeio-3.1.4-fixbuild.patch

3b69969
diff -Nru activeio-3.1.4/activeio-core/pom.xml activeio-3.1.4-gil/activeio-core/pom.xml
3b69969
--- activeio-3.1.4/activeio-core/pom.xml	2012-04-19 17:40:34.000000000 +0200
3b69969
+++ activeio-3.1.4-gil/activeio-core/pom.xml	2012-05-18 13:30:38.165132211 +0200
3b69969
@@ -30,7 +30,6 @@
3b69969
   <description>A high performance IO abstraction framework</description>
3b69969
   <properties>
3b69969
       <activeio.osgi.import.pkg>
3b69969
-          org.objectweb.howl.log*;resolution:=optional,
3b69969
           *
3b69969
       </activeio.osgi.import.pkg>
3b69969
   </properties>      
3b69969
@@ -63,18 +62,50 @@
3b69969
             
3b69969
             
3b69969
             <exclude>**/NIOAsyncChannelTest.*</exclude>
3b69969
+            <exclude>**/JournalPerfTool.*</exclude>
3b69969
           </excludes>
3b69969
         </configuration>
3b69969
       </plugin>
3b69969
 
3b69969
+      <plugin>
3b69969
+        <groupId>org.apache.maven.plugins</groupId>
3b69969
+        <artifactId>maven-compiler-plugin</artifactId>
3b69969
+        <executions>
3b69969
+          <execution>
3b69969
+            <id>default-compile</id>
3b69969
+            <phase>compile</phase>
3b69969
+            <configuration>
3b69969
+              <excludes>
3b69969
+                <exclude>**/HowlJournal.*</exclude>
3b69969
+              </excludes>
3b69969
+            </configuration>
3b69969
+            <goals>
3b69969
+                <goal>compile</goal>
3b69969
+            </goals>
3b69969
+          </execution>
3b69969
+          <execution>
3b69969
+            <id>default-testCompile</id>
3b69969
+            <phase>test-compile</phase>
3b69969
+            <configuration>
3b69969
+              <testExcludes>
3b69969
+                <exclude>**/JournalPerfTool.*</exclude>
3b69969
+              </testExcludes>
3b69969
+            </configuration> 
3b69969
+            <goals>
3b69969
+              <goal>testCompile</goal>
3b69969
+            </goals>
3b69969
+          </execution>
3b69969
+        </executions>
3b69969
+      </plugin>
3b69969
+
3b69969
     </plugins>
3b69969
   </build>
3b69969
 
3b69969
   <dependencies>
3b69969
 
3b69969
     <dependency>
3b69969
-      <groupId>org.apache.geronimo.specs</groupId>
3b69969
-      <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
3b69969
+      <groupId>org.jboss.spec.javax.management.j2ee</groupId>
3b69969
+      <artifactId>jboss-j2eemgmt-api_1.1_spec</artifactId>
3b69969
     </dependency>
3b69969
     <dependency>
3b69969
       <groupId>commons-logging</groupId>
3b69969
@@ -82,12 +113,17 @@
3b69969
     </dependency>
3b69969
 
3b69969
     
3b69969
-    <dependency>
3b69969
+    
3b69969
       <groupId>howl</groupId>
3b69969
       <artifactId>howl-logger</artifactId>
3b69969
       <optional>true</optional>
3b69969
+    </dependency-->
3b69969
+    <dependency>
3b69969
+      <groupId>junit</groupId>
3b69969
+      <artifactId>junit</artifactId>
3b69969
+      <version>4.8.2</version>
3b69969
+      <scope>test</scope>
3b69969
     </dependency>
3b69969
-
3b69969
   </dependencies>
3b69969
 
3b69969
 
3b69969
diff -Nru activeio-3.1.4/pom.xml activeio-3.1.4-gil/pom.xml
3b69969
--- activeio-3.1.4/pom.xml	2012-04-19 17:40:34.000000000 +0200
3b69969
+++ activeio-3.1.4-gil/pom.xml	2012-05-18 13:26:13.055140793 +0200
3b69969
@@ -54,15 +54,15 @@
3b69969
   <dependencyManagement>
3b69969
     <dependencies>
3b69969
       <dependency>
3b69969
-        <groupId>org.apache.geronimo.specs</groupId>
3b69969
-        <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
3b69969
-        <version>1.0.1</version>
3b69969
+        <groupId>org.jboss.spec.javax.management.j2ee</groupId>
3b69969
+        <artifactId>jboss-j2eemgmt-api_1.1_spec</artifactId>
3b69969
+        <version>1.0.1.Final</version>
3b69969
       </dependency>
3b69969
-      <dependency>
3b69969
+      
3b69969
         <groupId>howl</groupId>
3b69969
         <artifactId>howl-logger</artifactId>
3b69969
         <version>${howl-version}</version>
3b69969
-      </dependency>
3b69969
+      </dependency-->
3b69969
       <dependency>
3b69969
         <groupId>commons-logging</groupId>
3b69969
         <artifactId>commons-logging</artifactId>
3b69969
@@ -164,15 +164,15 @@
3b69969
           <artifactId>maven-bundle-plugin</artifactId>
3b69969
           <version>1.0.0</version>
3b69969
         </plugin>
3b69969
-        <plugin>
3b69969
+        
3b69969
           <groupId>org.codehaus.mojo</groupId>
3b69969
           <artifactId>ianal-maven-plugin</artifactId>
3b69969
           <version>1.0-alpha-1</version>
3b69969
-        </plugin>
3b69969
+        </plugin-->
3b69969
         <plugin>
3b69969
-          <groupId>org.codehaus.mojo</groupId>
3b69969
-          <artifactId>rat-maven-plugin</artifactId>
3b69969
-          <version>1.0-alpha-3</version>
3b69969
+          <groupId>org.apache.rat</groupId>
3b69969
+          <artifactId>apache-rat-plugin</artifactId>
3b69969
+          <version>0.8-SNAPSHOT</version>
3b69969
           <configuration>
3b69969
             <excludeSubProjects>false</excludeSubProjects>
3b69969
           </configuration>
3b69969
@@ -212,7 +212,7 @@
3b69969
           </execution>
3b69969
         </executions>
3b69969
       </plugin>
3b69969
-      <plugin>
3b69969
+      
3b69969
         <groupId>org.codehaus.mojo</groupId>
3b69969
         <artifactId>ianal-maven-plugin</artifactId>
3b69969
         <executions>
3b69969
@@ -225,7 +225,7 @@
3b69969
             </configuration>
3b69969
           </execution>
3b69969
         </executions>
3b69969
-      </plugin>
3b69969
+      </plugin-->
3b69969
       <plugin>
3b69969
         <groupId>org.apache.felix</groupId>
3b69969
         <artifactId>maven-bundle-plugin</artifactId>
3b69969
@@ -285,11 +285,11 @@
3b69969
         <artifactId>cobertura-maven-plugin</artifactId>
3b69969
         <version>2.5.1</version>
3b69969
       </plugin>
3b69969
-      <plugin>
3b69969
+      
3b69969
         <groupId>org.codehaus.mojo</groupId>
3b69969
         <artifactId>taglist-maven-plugin</artifactId>
3b69969
         <version>2.4</version>
3b69969
-      </plugin>
3b69969
+      </plugin-->
3b69969
     </plugins>
3b69969
   </reporting>
3b69969
 
3b69969
@@ -304,7 +304,7 @@
3b69969
       </activation>
3b69969
       <build>
3b69969
         <plugins>
3b69969
-          <plugin>
3b69969
+          
3b69969
             <groupId>org.apache.maven.plugins</groupId>
3b69969
             <artifactId>maven-assembly-plugin</artifactId>
3b69969
             <executions>
3b69969
@@ -324,16 +324,16 @@
3b69969
               </execution>
3b69969
             </executions>
3b69969
             <dependencies>
3b69969
-              <dependency>
3b69969
+              <dependency-->
3b69969
                 
3b69969
                 
3b69969
-                <groupId>org.apache.geronimo.genesis</groupId>
3b69969
-                <artifactId>apache-source-release-assembly-descriptor</artifactId>
3b69969
+                
3b69969
+                <artifactId>apache-source-release-assembly-descriptor</artifactId-->
3b69969
                 
3b69969
-                <version>2.0</version>
3b69969
+                
3b69969
               </dependency>
3b69969
             </dependencies>
3b69969
-          </plugin>
3b69969
+          </plugin-->
3b69969
         </plugins>
3b69969
       </build>
3b69969
     </profile>