Author: ivaynberg
Date: Thu Aug 18 15:34:19 2011
New Revision: 1159284

URL: http://svn.apache.org/viewvc?rev=1159284&view=rev
Log:
remove weld

Removed:
    wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/weld/
    wicket/trunk/wicket-weld/
Modified:
    wicket/trunk/pom.xml
    wicket/trunk/wicket-examples/pom.xml
    
wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/homepage/HomePage.html
    wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml

Modified: wicket/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1159284&r1=1159283&r2=1159284&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Thu Aug 18 15:34:19 2011
@@ -64,7 +64,6 @@
                                <module>wicket-objectssizeof-agent</module>
                                <module>wicket-examples</module>
                                <module>archetypes/quickstart</module>
-                               <module>wicket-weld</module>
                        </modules>
                        <build>
                                <plugins>
@@ -137,7 +136,6 @@
                                <module>wicket-objectssizeof-agent</module>
                                <module>wicket-examples</module>
                                <module>archetypes/quickstart</module>
-                               <module>wicket-weld</module>
                        </modules>
                        <build>
                                <plugins>
@@ -198,7 +196,6 @@
                                <module>wicket-examples</module>
                                <module>archetypes/quickstart</module>
                                <module>testing/wicket-threadtest</module>
-                               <module>wicket-weld</module>
                        </modules>
 
 
@@ -295,12 +292,6 @@
                                <version>${project.version}</version>
                                <type>jar</type>
                        </dependency>
-                       <dependency>
-                               <groupId>org.apache.wicket</groupId>
-                               <artifactId>wicket-weld</artifactId>
-                               <version>${project.version}</version>
-                               <type>jar</type>
-                       </dependency>
             <dependency>
                 <groupId>org.apache.wicket</groupId>
                 <artifactId>wicket-util</artifactId>

Modified: wicket/trunk/wicket-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/pom.xml?rev=1159284&r1=1159283&r2=1159284&view=diff
==============================================================================
--- wicket/trunk/wicket-examples/pom.xml (original)
+++ wicket/trunk/wicket-examples/pom.xml Thu Aug 18 15:34:19 2011
@@ -44,10 +44,6 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.wicket</groupId>
-                       <artifactId>wicket-weld</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.wicket</groupId>
                        <artifactId>wicket-jmx</artifactId>
                </dependency>
                <dependency>

Modified: 
wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/homepage/HomePage.html
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/homepage/HomePage.html?rev=1159284&r1=1159283&r2=1159284&view=diff
==============================================================================
--- 
wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/homepage/HomePage.html
 (original)
+++ 
wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/homepage/HomePage.html
 Thu Aug 18 15:34:19 2011
@@ -57,7 +57,6 @@
         
                <tr class="section"><td align="right"><a 
href="spring">spring</a></td><td> - Demonstrates integration options with the 
Spring framework.</td></tr>
                <tr><td align="right"><a href="guice">guice</a></td><td> - 
Integration with the Google Guice IoC container.</td></tr>
-               <tr><td align="right"><a href="weld">weld</a></td><td> - 
Integration with JBoss Weld</td></tr>
                <tr><td align="right"><a href="velocity">velocity</a></td><td> 
- Shows a Velocity panel in action.</td></tr>
                <tr><td align="right"><a href="mappers">Wicket 1.5 Request 
Mappers</a></td><td> - Shows custom request mappers.</td></tr>
                <tr><td align="right"><a href="events">Wicket 1.5 
Events</a></td><td> - Shows inter-component events</td></tr>

Modified: wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml?rev=1159284&r1=1159283&r2=1159284&view=diff
==============================================================================
--- wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml (original)
+++ wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml Thu Aug 18 
15:34:19 2011
@@ -778,26 +778,4 @@
                <session-timeout>5</session-timeout>
        </session-config>
        
-       
-       
-       <!-- [WICKET WELD] -->
-       <listener>
-               
<listener-class>org.jboss.weld.environment.servlet.Listener</listener-class>
-       </listener>
-       <filter>
-               <filter-name>WeldApplication</filter-name>
-               
<filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class>
-               <init-param>
-                 <param-name>applicationClassName</param-name>
-                 
<param-value>org.apache.wicket.examples.weld.WeldApplication</param-value>
-               </init-param>
-       </filter>
-       
-       <filter-mapping>
-               <filter-name>WeldApplication</filter-name>
-        <url-pattern>/weld/*</url-pattern>
-       </filter-mapping>
-       
-       <!-- [/WICKET WELD] -->
-       
 </web-app>


Reply via email to