Author: craigmcc Date: Sat Jun 10 19:41:55 2006 New Revision: 413403 URL: http://svn.apache.org/viewvc?rev=413403&view=rev Log: Restore the 'itest' profile, since it is useful (even with the current tests) when you manually deploy shale-usecases.war to Tomcat 5.5 and you happen to have Tomcat configured for the expected port (8080).
Modified: struts/shale/branches/mvn_reorg/shale-apps/shale-usecases/pom.xml Modified: struts/shale/branches/mvn_reorg/shale-apps/shale-usecases/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-apps/shale-usecases/pom.xml?rev=413403&r1=413402&r2=413403&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/shale-apps/shale-usecases/pom.xml (original) +++ struts/shale/branches/mvn_reorg/shale-apps/shale-usecases/pom.xml Sat Jun 10 19:41:55 2006 @@ -136,7 +136,7 @@ </build> <profiles> - <!--profile> + <profile> <id>itest</id> <build> <plugins> @@ -173,7 +173,7 @@ </plugin> </plugins> </build> - </profile--> + </profile> </profiles> </project>