You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2006/07/21 02:24:58 UTC

svn commit: r424146 - in /tapestry/tapestry4/trunk: pom.xml tapestry-examples/TimeTracker/pom.xml tapestry-framework/src/java/org/apache/tapestry/Framework.library tapestry-framework/src/java/org/apache/tapestry/link/ActionLink.jwc

Author: jkuhnert
Date: Thu Jul 20 17:24:57 2006
New Revision: 424146

URL: http://svn.apache.org/viewvc?rev=424146&view=rev
Log:
Fix for remaining ActionLink traces 

Removed:
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/link/ActionLink.jwc
Modified:
    tapestry/tapestry4/trunk/pom.xml
    tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/pom.xml
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/Framework.library

Modified: tapestry/tapestry4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/pom.xml?rev=424146&r1=424145&r2=424146&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/pom.xml (original)
+++ tapestry/tapestry4/trunk/pom.xml Thu Jul 20 17:24:57 2006
@@ -189,6 +189,11 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+            <dependency>
+                <groupId>javax.activation</groupId>
+                <artifactId>activation</artifactId>
+                <version>1.1</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

Modified: tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/pom.xml?rev=424146&r1=424145&r2=424146&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/pom.xml Thu Jul 20 17:24:57 2006
@@ -116,10 +116,6 @@
                             <!-- this is relative to the pom.xml directory -->
                             <directory>src/context</directory>
                         </resource>
-                        <resource>
-                            <directory>src/config</directory>
-                            <targetPath>/WEB-INF</targetPath>
-                        </resource>
                     </webResources>
                 </configuration>
             </plugin>

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/Framework.library
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/Framework.library?rev=424146&r1=424145&r2=424146&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/Framework.library (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/Framework.library Thu Jul 20 17:24:57 2006
@@ -30,7 +30,6 @@
 
 <library-specification>
 
-    <component-type type="ActionLink" specification-path="link/ActionLink.jwc"/>
     <component-type type="Any" specification-path="components/Any.jwc"/>
     <component-type type="Autocompleter" specification-path="dojo/form/Autocompleter.jwc"/>
     <component-type type="Block" specification-path="components/Block.jwc"/>