Author: craigmcc Date: Sat Jun 10 20:00:19 2006 New Revision: 413408 URL: http://svn.apache.org/viewvc?rev=413408&view=rev Log: Regularize resources and webapp. Application now runs, but suffers from a bug in the <h:dataTable> component in MyFaces 1.1.1 -- will need to update that dependency after making sure it doesn't break anything else.
Added: struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/src/main/resources/org/apache/shale/examples/sqlbrowser/Bundle.properties - copied unchanged from r413406, struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/src/main/java/org/apache/shale/examples/sqlbrowser/Bundle.properties struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/src/main/webapp/ - copied from r413405, struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/src/web/ Removed: struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/src/main/java/org/apache/shale/examples/sqlbrowser/Bundle.properties struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/src/web/ Modified: struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/pom.xml Modified: struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/pom.xml?rev=413408&r1=413407&r2=413408&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-apps/shale-sql-browser/pom.xml Sat Jun 10 20:00:19 2006 @@ -34,15 +34,6 @@ <build> <pluginManagement> <plugins> -<!-- - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-war-plugin</artifactId> - <configuration> - <warSourceDirectory>src/web/</warSourceDirectory> - </configuration> - </plugin> ---> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId>