Author: doogie Date: Mon Apr 27 04:44:04 2015 New Revision: 1676195 URL: http://svn.apache.org/r1676195 Log: Remove some left-over commented out parts.
Modified: ofbiz/branches/OFBIZ-6271/applications/manufacturing/pom.xml ofbiz/branches/OFBIZ-6271/applications/workeffort/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml Modified: ofbiz/branches/OFBIZ-6271/applications/manufacturing/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/manufacturing/pom.xml?rev=1676195&r1=1676194&r2=1676195&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/applications/manufacturing/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/applications/manufacturing/pom.xml Mon Apr 27 04:44:04 2015 @@ -68,28 +68,4 @@ under the License. <artifactId>servlet-api</artifactId> </dependency> </dependencies> - <!-- - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <executions> - <execution> - <id>default-compile</id> - <configuration> - <excludes> - <exclude>**/test/*.java</exclude> - <exclude>**/org/ofbiz/webapp/view/JasperReportsPdfViewHandler.java</exclude> - <exclude>**/org/ofbiz/webapp/view/JasperReportsXmlViewHandler.java</exclude> - <exclude>**/org/ofbiz/webapp/view/JasperReportsJXlsViewHandler.java</exclude> - <exclude>**/org/ofbiz/webapp/view/JasperReportsPoiXlsViewHandler.java</exclude> - </excludes> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> ---> </project> Modified: ofbiz/branches/OFBIZ-6271/applications/workeffort/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/workeffort/pom.xml?rev=1676195&r1=1676194&r2=1676195&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/applications/workeffort/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/applications/workeffort/pom.xml Mon Apr 27 04:44:04 2015 @@ -84,28 +84,4 @@ under the License. <artifactId>servlet-api</artifactId> </dependency> </dependencies> - <!-- - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <executions> - <execution> - <id>default-compile</id> - <configuration> - <excludes> - <exclude>**/test/*.java</exclude> - <exclude>**/org/ofbiz/webapp/view/JasperReportsPdfViewHandler.java</exclude> - <exclude>**/org/ofbiz/webapp/view/JasperReportsXmlViewHandler.java</exclude> - <exclude>**/org/ofbiz/webapp/view/JasperReportsJXlsViewHandler.java</exclude> - <exclude>**/org/ofbiz/webapp/view/JasperReportsPoiXlsViewHandler.java</exclude> - </excludes> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> ---> </project> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml?rev=1676195&r1=1676194&r2=1676195&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml Mon Apr 27 04:44:04 2015 @@ -96,6 +96,4 @@ under the License. <artifactId>servlet-api</artifactId> </dependency> </dependencies> - <!-- ---> </project>