Author: vsiveton
Date: Sun Mar 29 14:06:27 2009
New Revision: 759689
URL: http://svn.apache.org/viewvc?rev=759689&view=rev
Log:
o merged r759686
Modified:
incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/binary.xml
Modified:
incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/binary.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/binary.xml?rev=759689&r1=759688&r2=759689&view=diff
==============================================================================
---
incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/binary.xml
(original)
+++
incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/binary.xml
Sun Mar 29 14:06:27 2009
@@ -31,7 +31,10 @@
<useTransitiveDependencies>false</useTransitiveDependencies>
<includes>
<include>*:war:*</include>
- <include>*:jar:*</include>
+ <include>org.apache.shindig:shindig-common</include>
+ <include>org.apache.shindig:shindig-features</include>
+ <include>org.apache.shindig:shindig-gadgets</include>
+ <include>org.apache.shindig:shindig-social-api</include>
</includes>
</dependencySet>
</dependencySets>