Author: rahul
Date: Thu Dec 28 16:41:01 2006
New Revision: 490885
URL: http://svn.apache.org/viewvc?view=rev&rev=490885
Log:
Remove commented out <build> section.
SHALE-376
Modified:
shale/framework/trunk/shale-remoting/pom.xml
Modified: shale/framework/trunk/shale-remoting/pom.xml
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/shale-remoting/pom.xml?view=diff&rev=490885&r1=490884&r2=490885
==============================================================================
--- shale/framework/trunk/shale-remoting/pom.xml (original)
+++ shale/framework/trunk/shale-remoting/pom.xml Thu Dec 28 16:41:01 2006
@@ -35,28 +35,6 @@
<packaging>jar</packaging>
<name>Shale Remoting</name>
-<!--
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
-
- </plugins>
-
- </build>
--->
-
<dependencies>
<dependency>