You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/12/03 04:07:20 UTC

svn commit: r351879 - in /struts/sandbox/trunk/tiles: build.properties.sample project.properties project.xml

Author: wsmoak
Date: Fri Dec  2 19:07:13 2005
New Revision: 351879

URL: http://svn.apache.org/viewcvs?rev=351879&view=rev
Log:
Switch to SNAPSHOT version number, add dependency on the artifact plugin, and update properties for deploying to the Apache internal repo.
Contributed by: Joe Germuska

Added:
    struts/sandbox/trunk/tiles/build.properties.sample   (with props)
Modified:
    struts/sandbox/trunk/tiles/project.properties
    struts/sandbox/trunk/tiles/project.xml

Added: struts/sandbox/trunk/tiles/build.properties.sample
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles/build.properties.sample?rev=351879&view=auto
==============================================================================
--- struts/sandbox/trunk/tiles/build.properties.sample (added)
+++ struts/sandbox/trunk/tiles/build.properties.sample Fri Dec  2 19:07:13 2005
@@ -0,0 +1,3 @@
+
+maven.repo.apache.username=yourid
+maven.repo.apache.privatekey=/path/to/.ssh/id_dsa

Propchange: struts/sandbox/trunk/tiles/build.properties.sample
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/sandbox/trunk/tiles/build.properties.sample
------------------------------------------------------------------------------
    svn:executable = *

Modified: struts/sandbox/trunk/tiles/project.properties
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles/project.properties?rev=351879&r1=351878&r2=351879&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/project.properties (original)
+++ struts/sandbox/trunk/tiles/project.properties Fri Dec  2 19:07:13 2005
@@ -2,3 +2,8 @@
 maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory
 
 taglib.src.dir=${maven.src.dir}/conf
+
+maven.repo.apache=scp://people.apache.org
+maven.repo.apache.directory=/www/cvs.apache.org/repository
+maven.repo.apache.group=apcvs
+

Modified: struts/sandbox/trunk/tiles/project.xml
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles/project.xml?rev=351879&r1=351878&r2=351879&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/project.xml (original)
+++ struts/sandbox/trunk/tiles/project.xml Fri Dec  2 19:07:13 2005
@@ -32,7 +32,7 @@
     <gumpRepositoryId>struts-svn</gumpRepositoryId>
     <inceptionYear>2003</inceptionYear>
     <package>org.apache.tiles</package>
-    <currentVersion>0.2-dev</currentVersion>
+    <currentVersion>0.2-SNAPSHOT</currentVersion>
     <packageGroups>
         <packageGroup>
             <title>Tiles Core Library</title>
@@ -106,6 +106,13 @@
       <url>http://maven-taglib.sourceforge.net</url>
     </dependency>
 
+    <dependency>
+      <groupId>maven</groupId>
+      <artifactId>maven-artifact-plugin</artifactId>
+      <version>1.5.1</version>
+      <type>plugin</type>
+    </dependency>
+    
     </dependencies>
 
     <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org