You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2006/10/03 18:15:10 UTC

svn commit: r452562 - /myfaces/maven/trunk/master-pom/pom.xml

Author: mmarinschek
Date: Tue Oct  3 09:15:09 2006
New Revision: 452562

URL: http://svn.apache.org/viewvc?view=rev&rev=452562
Log:
changes to allow for optionally using the patched IDEA plugin - changes to some organization names.

Modified:
    myfaces/maven/trunk/master-pom/pom.xml

Modified: myfaces/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/master-pom/pom.xml?view=diff&rev=452562&r1=452561&r2=452562
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Tue Oct  3 09:15:09 2006
@@ -109,7 +109,7 @@
             <id>mmarinschek</id>
             <name>Martin Marinschek</name>
             <email>mmarinschek@apache.org</email>
-            <organization>Irian, Austria</organization>
+            <organization>IRIAN.at, Austria</organization>
             <organizationUrl>http://www.irian.at/index.jsp?lang=en</organizationUrl>
             <roles>
                 <role>PMC</role>
@@ -174,7 +174,7 @@
             <id>tomsp</id>
             <name>Thomas Spiegl</name>
             <email>tomsp@apache.org</email>
-            <organization>Irian, Austria</organization>
+            <organization>IRIAN.at, Austria</organization>
             <organizationUrl>http://www.irian.at/index.jsp?lang=en</organizationUrl>
             <roles>
                 <role>PMC</role>
@@ -318,7 +318,7 @@
             <id>gmuellan</id>
             <name>Gerald Muellan</name>
             <email>gmuellan@apache.org</email>
-            <organization>Irian, Austria</organization>
+            <organization>IRIAN.at, Austria</organization>
             <organizationUrl>http://www.irian.at/index.jsp?lang=en</organizationUrl>
             <timezone>+1</timezone>
         </developer>
@@ -326,7 +326,7 @@
             <id>ckormos</id>
             <name>Catalin Kormos</name>
             <email>ckormos@apache.org</email>
-            <organization></organization>
+            <organization>CODEBEAT s.r.o, Romania</organization>
             <timezone>+2</timezone>
         </developer>
         <developer>
@@ -416,8 +416,12 @@
                     <configuration>
                         <jdkLevel>1.3</jdkLevel>
                         <useClassifiers>true</useClassifiers>
+                        <linkModules>false</linkModules>
+                        <!-- for better development process: follow instructions under http://wiki.apache.org/myfaces/JetBrains_IntelliJ_IDEA and then comment the
+                             line above and then uncomment the following two lines -->
+                        <!--
                         <linkModules>true</linkModules>
-                        <neverLinkModules>myfaces-shared-core,myfaces-shared-impl,myfaces-shared-tomahawk,myfaces-shared-project</neverLinkModules>
+                        <linkModulesExcept>myfaces-shared-core,myfaces-shared-impl,myfaces-shared-tomahawk,myfaces-shared-project</linkModulesExcept>-->
                         <downloadSources>true</downloadSources>
                     </configuration>
                 </plugin>