You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2009/09/13 22:52:06 UTC

svn commit: r814424 - /incubator/photark/trunk/pom.xml

Author: lresende
Date: Sun Sep 13 22:52:06 2009
New Revision: 814424

URL: http://svn.apache.org/viewvc?rev=814424&view=rev
Log:
Cleaning up commented out configuration

Modified:
    incubator/photark/trunk/pom.xml

Modified: incubator/photark/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/pom.xml?rev=814424&r1=814423&r2=814424&view=diff
==============================================================================
--- incubator/photark/trunk/pom.xml (original)
+++ incubator/photark/trunk/pom.xml Sun Sep 13 22:52:06 2009
@@ -243,18 +243,9 @@
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>2.0.2</version>
                     <configuration>
-<!--                        <compilerId>eclipse</compilerId> -->
                         <source>1.5</source>
                         <target>1.5</target>
                     </configuration>
-<!--
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.codehaus.plexus</groupId>
-                            <artifactId>plexus-compiler-eclipse</artifactId>
-                        </dependency>
-                    </dependencies>
--->
                 </plugin>
 
                 <!-- surefire plugin configuration -->