I will ask the red5-devs if it is possible that they host the red5.jar/boot.jar somewhere on their googlecode website. I think those ones are missing yes? Or is did you had already another plan in mind for the remaining red5 binaries in our repository?
Sebastian 2012/3/3 <[email protected]> > Author: solomax > Date: Sat Mar 3 15:54:47 2012 > New Revision: 1296649 > > URL: http://svn.apache.org/viewvc?rev=1296649&view=rev > Log: > Source artifact is fixed > > Modified: > incubator/openmeetings/trunk/singlewebapp/build.xml > > Modified: incubator/openmeetings/trunk/singlewebapp/build.xml > URL: > http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/build.xml?rev=1296649&r1=1296648&r2=1296649&view=diff > > ============================================================================== > --- incubator/openmeetings/trunk/singlewebapp/build.xml (original) > +++ incubator/openmeetings/trunk/singlewebapp/build.xml Sat Mar 3 > 15:54:47 2012 > @@ -117,17 +117,17 @@ > > <tar longfile="gnu" compression="gzip" destfile="${ > archive.file.name}-src.tar.gz"> > <tarfileset dir="${basedir}"> > - <include name=".settings/**" /> > <include name="docs/**" /> > - <include name="lib/**" /> > - <include name="openlaszlo/**" /> > + <include name="lib/*.jar" /> > + <exclude name="lib/java*.jar" /> > <include name="${red5.server.dir}/**" /> > <include name="src/**" /> > <include name="test/**" /> > <include name="WebContent/**" /> > <include name="xdocs/**" /> > - <include name="build.xml" /> > - <include name="license.txt" /> > + <include name="*.xml" /> > + <include name=".*" /> > + <include name="LICENSE" /> > </tarfileset> > </tar> > <tar longfile="gnu" compression="gzip" destfile="${ > archive.file.name}.tar.gz"> > > > -- Sebastian Wagner http://www.openmeetings.de http://incubator.apache.org/openmeetings/ http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
