You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2011/07/01 18:45:38 UTC

svn commit: r1141989 - /felix/trunk/pom/pom.xml

Author: mcculls
Date: Fri Jul  1 16:45:37 2011
New Revision: 1141989

URL: http://svn.apache.org/viewvc?rev=1141989&view=rev
Log:
Generate zip and tar.gz project archives

Modified:
    felix/trunk/pom/pom.xml

Modified: felix/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/pom/pom.xml?rev=1141989&r1=1141988&r2=1141989&view=diff
==============================================================================
--- felix/trunk/pom/pom.xml (original)
+++ felix/trunk/pom/pom.xml Fri Jul  1 16:45:37 2011
@@ -35,6 +35,10 @@
     <inceptionYear>2006</inceptionYear>
     <description>Apache Felix is an OSGi implementation.</description>
 
+    <properties>
+        <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor>
+    </properties>
+
     <issueManagement>
         <system>Jira</system>
         <url>http://issues.apache.org/jira/browse/FELIX</url>