You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/10/22 21:52:03 UTC

svn commit: r1026467 - in /myfaces/commons/branches/jsf_11: myfaces-commons-components/pom.xml myfaces-commons-converters/pom.xml myfaces-commons-validators/pom.xml

Author: lu4242
Date: Fri Oct 22 19:52:02 2010
New Revision: 1026467

URL: http://svn.apache.org/viewvc?rev=1026467&view=rev
Log:
MYFACES-2955 Allow projects using myfaces builder plugin to be open on Netbeans IDE 6.8

Modified:
    myfaces/commons/branches/jsf_11/myfaces-commons-components/pom.xml
    myfaces/commons/branches/jsf_11/myfaces-commons-converters/pom.xml
    myfaces/commons/branches/jsf_11/myfaces-commons-validators/pom.xml

Modified: myfaces/commons/branches/jsf_11/myfaces-commons-components/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/myfaces-commons-components/pom.xml?rev=1026467&r1=1026466&r2=1026467&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/myfaces-commons-components/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/myfaces-commons-components/pom.xml Fri Oct 22 19:52:02 2010
@@ -278,7 +278,7 @@
                         <groupId>net.sourceforge.maven-taglib</groupId>
                         <artifactId>maven-taglib-plugin</artifactId>
                         <configuration>
-                            <taglib.src.dir>${project.build.directory}/myfaces-builder-plugin/main/resources/META-INF</taglib.src.dir>
+                            <taglib.src.dir>${project.build.directory}/generated-resources/myfaces-builder-plugin/META-INF</taglib.src.dir>
                             <tldDocDir>${project.build.directory}/site/tlddoc</tldDocDir>
                         </configuration>
                     </plugin>
@@ -327,7 +327,7 @@
                         <groupId>net.sourceforge.maven-taglib</groupId>
                         <artifactId>maven-taglib-plugin</artifactId>
                         <configuration>
-                            <taglib.src.dir>${project.build.directory}/myfaces-builder-plugin/main/resources/META-INF</taglib.src.dir>
+                            <taglib.src.dir>${project.build.directory}/generated-resources/myfaces-builder-plugin/META-INF</taglib.src.dir>
                             <tldDocDir>${basedir}/target/tlddoc</tldDocDir>
                         </configuration>
                         <executions>

Modified: myfaces/commons/branches/jsf_11/myfaces-commons-converters/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/myfaces-commons-converters/pom.xml?rev=1026467&r1=1026466&r2=1026467&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/myfaces-commons-converters/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/myfaces-commons-converters/pom.xml Fri Oct 22 19:52:02 2010
@@ -274,7 +274,7 @@
                         <groupId>net.sourceforge.maven-taglib</groupId>
                         <artifactId>maven-taglib-plugin</artifactId>
                         <configuration>
-                            <taglib.src.dir>${project.build.directory}/myfaces-builder-plugin/main/resources/META-INF</taglib.src.dir>
+                            <taglib.src.dir>${project.build.directory}/generated-resources/myfaces-builder-plugin/META-INF</taglib.src.dir>
                             <tldDocDir>${project.build.directory}/site/tlddoc</tldDocDir>
                         </configuration>
                     </plugin>
@@ -323,7 +323,7 @@
                         <groupId>net.sourceforge.maven-taglib</groupId>
                         <artifactId>maven-taglib-plugin</artifactId>
                         <configuration>
-                            <taglib.src.dir>${project.build.directory}/myfaces-builder-plugin/main/resources/META-INF</taglib.src.dir>
+                            <taglib.src.dir>${project.build.directory}/generated-resources/myfaces-builder-plugin/META-INF</taglib.src.dir>
                             <tldDocDir>${basedir}/target/tlddoc</tldDocDir>
                         </configuration>
                         <executions>

Modified: myfaces/commons/branches/jsf_11/myfaces-commons-validators/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/myfaces-commons-validators/pom.xml?rev=1026467&r1=1026466&r2=1026467&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/myfaces-commons-validators/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/myfaces-commons-validators/pom.xml Fri Oct 22 19:52:02 2010
@@ -294,7 +294,7 @@
                         <groupId>net.sourceforge.maven-taglib</groupId>
                         <artifactId>maven-taglib-plugin</artifactId>
                         <configuration>
-                            <taglib.src.dir>${project.build.directory}/myfaces-builder-plugin/main/resources/META-INF</taglib.src.dir>
+                            <taglib.src.dir>${project.build.directory}/generated-resources/myfaces-builder-plugin/META-INF</taglib.src.dir>
                             <tldDocDir>${project.build.directory}/site/tlddoc</tldDocDir>
                         </configuration>
                     </plugin>
@@ -343,7 +343,7 @@
                         <groupId>net.sourceforge.maven-taglib</groupId>
                         <artifactId>maven-taglib-plugin</artifactId>
                         <configuration>
-                            <taglib.src.dir>${project.build.directory}/myfaces-builder-plugin/main/resources/META-INF</taglib.src.dir>
+                            <taglib.src.dir>${project.build.directory}/generated-resources/myfaces-builder-plugin/META-INF</taglib.src.dir>
                             <tldDocDir>${basedir}/target/tlddoc</tldDocDir>
                         </configuration>
                         <executions>