Author: sergeyb
Date: Fri Feb 4 21:19:00 2011
New Revision: 1067290
URL: http://svn.apache.org/viewvc?rev=1067290&view=rev
Log:
Fixing the compilation issue
Modified:
cxf/trunk/distribution/src/main/release/samples/pom.xml
cxf/trunk/rt/management-web/pom.xml
Modified: cxf/trunk/distribution/src/main/release/samples/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/pom.xml?rev=1067290&r1=1067289&r2=1067290&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/pom.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/pom.xml Fri Feb 4 21:19:00
2011
@@ -81,7 +81,9 @@
<module>wsdl_first_rpclit</module>
<module>jms_pubsub</module>
<module>jax_rs/spring_security</module>
+<!--
<module>logbrowser</module>
+-->
<!--
these are a bit fragile as they need to go off to external sites to
get stuff like
Modified: cxf/trunk/rt/management-web/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/management-web/pom.xml?rev=1067290&r1=1067289&r2=1067290&view=diff
==============================================================================
--- cxf/trunk/rt/management-web/pom.xml (original)
+++ cxf/trunk/rt/management-web/pom.xml Fri Feb 4 21:19:00 2011
@@ -167,7 +167,9 @@
</dependencies>
<build>
+<!--
<outputDirectory>${gwt.classes.dir}</outputDirectory>
+-->
<plugins>
<!--
@@ -200,7 +202,7 @@
<source>1.5</source>
<target>1.5</target>
<excludes>
-
<exclude>${basedir}/src/main/java/org/apache/cxf/management/web/browser/**</exclude>
+
<exclude>org/apache/cxf/management/web/browser/**</exclude>
</excludes>
</configuration>
</plugin>