Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 98372d1c7db639e0bb8e4f2260d42f6d > files > 1

google-guice-3.0-0.1.rc2.3.mga2.src.rpm

diff -Nru guice-3.0-rc2-src/extensions/grapher/pom.xml guice-3.0-rc2-src-gil/extensions/grapher/pom.xml
--- guice-3.0-rc2-src/extensions/grapher/pom.xml	2010-10-21 23:51:46.000000000 +0200
+++ guice-3.0-rc2-src-gil/extensions/grapher/pom.xml	2011-10-09 09:54:05.082983379 +0200
@@ -24,12 +24,12 @@
       <artifactId>guice-multibindings</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
+    <!--dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
       <version>3.0</version>
       <scope>test</scope>
-    </dependency>
+    </dependency-->
   </dependencies>
 
 </project>
diff -Nru guice-3.0-rc2-src/extensions/persist/pom.xml guice-3.0-rc2-src-gil/extensions/persist/pom.xml
--- guice-3.0-rc2-src/extensions/persist/pom.xml	2010-11-05 08:52:22.000000000 +0100
+++ guice-3.0-rc2-src-gil/extensions/persist/pom.xml	2011-10-09 09:52:27.311978038 +0200
@@ -38,12 +38,12 @@
       <version>3.4.0.GA</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
+    <!--dependency>
       <groupId>org.hsqldb</groupId>
       <artifactId>hsqldb-j5</artifactId>
       <version>2.0.0</version>
       <scope>test</scope>
-    </dependency>
+    </dependency-->
   </dependencies>
 
   <build>
diff -Nru guice-3.0-rc2-src/extensions/pom.xml guice-3.0-rc2-src-gil/extensions/pom.xml
--- guice-3.0-rc2-src/extensions/pom.xml	2011-01-04 21:58:54.000000000 +0100
+++ guice-3.0-rc2-src-gil/extensions/pom.xml	2011-10-09 10:54:46.072182179 +0200
@@ -86,11 +86,11 @@
     </plugins>
   </build>
 
-  <profiles>
+  <!--profiles>
     <profile>
-      <!--
+      
        | JarJar build profile: re-package ASM and CGLIB references under the Guice namespace
-      -->
+      
       <id>guice.with.jarjar</id>
       <activation>
         <property>
@@ -99,10 +99,10 @@
         </property>
       </activation>
       <dependencies>
-        <!--
+        
          | Extensions compile first against the non-JarJar'd core - and are then JarJar'd themselves
          | (optional dependency so it doesn't leak to client projects that depend on Guice artifacts)
-        -->
+        
         <dependency>
           <groupId>com.google.inject</groupId>
           <artifactId>guice</artifactId>
@@ -125,6 +125,6 @@
         </plugins>
       </build>
     </profile>
-  </profiles>
+  </profiles-->
 
 </project>
diff -Nru guice-3.0-rc2-src/extensions/servlet/pom.xml guice-3.0-rc2-src-gil/extensions/servlet/pom.xml
--- guice-3.0-rc2-src/extensions/servlet/pom.xml	2010-11-04 05:29:02.000000000 +0100
+++ guice-3.0-rc2-src-gil/extensions/servlet/pom.xml	2011-10-09 09:51:53.296976180 +0200
@@ -20,12 +20,12 @@
       <version>2.5</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
+    <!--dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
       <version>3.0</version>
       <scope>test</scope>
-    </dependency>
+    </dependency-->
   </dependencies>
 
 </project>