You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by al...@apache.org on 2010/11/29 00:02:03 UTC

svn commit: r1039973 - /myfaces/gsoc/html5-comp-lib/trunk/html5-comp-lib-core/pom.xml

Author: aliok
Date: Sun Nov 28 23:02:02 2010
New Revision: 1039973

URL: http://svn.apache.org/viewvc?rev=1039973&view=rev
Log:
Html5
Removed some unnecessary mvn config

Modified:
    myfaces/gsoc/html5-comp-lib/trunk/html5-comp-lib-core/pom.xml

Modified: myfaces/gsoc/html5-comp-lib/trunk/html5-comp-lib-core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/gsoc/html5-comp-lib/trunk/html5-comp-lib-core/pom.xml?rev=1039973&r1=1039972&r2=1039973&view=diff
==============================================================================
--- myfaces/gsoc/html5-comp-lib/trunk/html5-comp-lib-core/pom.xml (original)
+++ myfaces/gsoc/html5-comp-lib/trunk/html5-comp-lib-core/pom.xml Sun Nov 28 23:02:02 2010
@@ -128,8 +128,6 @@
                         <configuration>
                             <jsfVersion>20</jsfVersion>
                             <templateComponentName>componentClass20.vm</templateComponentName>
-                            <!-- TODO: remove this?? -->
-                            <mainSourceDirectory2>${project.build.directory}/html5_sources</mainSourceDirectory2>
                             <metadataFile>META-INF/myfaces-html5-metadata.xml</metadataFile>
                         </configuration>
                     </execution>
@@ -143,8 +141,6 @@
                         <configuration>
                             <jsfVersion>12</jsfVersion>
                             <templateValidatorName>validatorClass12.vm</templateValidatorName>
-                            <!-- TODO: remove this?? -->
-                            <mainSourceDirectory2>${project.build.directory}/html5_sources</mainSourceDirectory2>
                             <metadataFile>META-INF/myfaces-html5-metadata.xml</metadataFile>
                         </configuration>
                     </execution>
@@ -155,8 +151,6 @@
                         <configuration>
                             <jsfVersion>12</jsfVersion>
                             <templateTagName>tagClass12.vm</templateTagName>
-                            <!-- TODO: remove this?? -->
-                            <mainSourceDirectory2>${project.build.directory}/html5_sources</mainSourceDirectory2>
                             <metadataFile>META-INF/myfaces-html5-metadata.xml</metadataFile>
                         </configuration>
                         <goals>