You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2006/12/05 18:50:21 UTC

svn commit: r482725 - in /tapestry/tapestry5/tapestry-project/trunk: pom.xml src/site/apt/dev/env.apt

Author: hlship
Date: Tue Dec  5 09:50:20 2006
New Revision: 482725

URL: http://svn.apache.org/viewvc?view=rev&rev=482725
Log:
Enable indexing and compression of the JAR files.

Modified:
    tapestry/tapestry5/tapestry-project/trunk/pom.xml
    tapestry/tapestry5/tapestry-project/trunk/src/site/apt/dev/env.apt

Modified: tapestry/tapestry5/tapestry-project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/pom.xml?view=diff&rev=482725&r1=482724&r2=482725
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Tue Dec  5 09:50:20 2006
@@ -171,6 +171,16 @@
                         </suiteXmlFiles>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-jar-plugin</artifactId>
+                    <configuration>
+                        <archive>
+                            <compress>true</compress>
+                            <index>true</index>
+                        </archive>
+                    </configuration>
+                </plugin>
             </plugins>
 
         </pluginManagement>

Modified: tapestry/tapestry5/tapestry-project/trunk/src/site/apt/dev/env.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/src/site/apt/dev/env.apt?view=diff&rev=482725&r1=482724&r2=482725
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/src/site/apt/dev/env.apt (original)
+++ tapestry/tapestry5/tapestry-project/trunk/src/site/apt/dev/env.apt Tue Dec  5 09:50:20 2006
@@ -8,14 +8,12 @@
   
   Effectively, you should have the following tools:
   
-  * Maven 2
+  * Maven 2.0.4
   
-  * Eclipse 3.1.1
+  * Eclipse 3.2.1
   
   * Eclipse Maven Plugin (install from http://m2eclipse.codehaus.org/)
-  
-  * AspectJ Development Tools (install from http://download.eclipse.org/technology/ajdt/31/update)
- 
+   
 Builds
 
   Tapestry 5 is built by Maven 2.