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:59 UTC

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

Author: lresende
Date: Sun Sep 13 22:52:58 2009
New Revision: 814425

URL: http://svn.apache.org/viewvc?rev=814425&view=rev
Log:
Removing obsolete eclipse profile

Modified:
    incubator/photark/trunk/pom.xml

Modified: incubator/photark/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/pom.xml?rev=814425&r1=814424&r2=814425&view=diff
==============================================================================
--- incubator/photark/trunk/pom.xml (original)
+++ incubator/photark/trunk/pom.xml Sun Sep 13 22:52:58 2009
@@ -174,19 +174,6 @@
             </modules>
         </profile>
 
-        <!-- profile for generating Eclipse project definitions -->
-        <profile>
-            <!-- this is kind of a hack for eclipse.   Eclipse doesn't like "." as a resource directory as then you have
-            source directories inside a source directory which causes all kinds of errors.  We'll just point
-            the resources directory back to the resources directory.   The NOTICE and LICSENSE files
-            won't be included in the eclipse builds, but it at least works.
-            -->
-            <id>eclipse</id>
-            <properties>
-                <notice.dir>src/main/resources</notice.dir>
-            </properties>
-        </profile>
-
         <!-- profile for verifying source code correctness -->
         <profile>
             <id>sourcecheck</id>