Author: solomax
Date: Fri May 18 09:36:07 2012
New Revision: 1340045
URL: http://svn.apache.org/viewvc?rev=1340045&view=rev
Log:
red5-screenshare.jar is renamed to openmeetings-screenshare-x.x.x-SNAPSHOT.jar
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=1340045&r1=1340044&r2=1340045&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Fri May 18 09:36:07 2012
@@ -300,7 +300,7 @@
<classpath refid="compile.classpath" />
</manifestclasspath>
<!-- Screen Share -->
- <jar destfile="${screenshare.out.dir}/red5-screenshare.jar">
+ <jar
destfile="${screenshare.out.dir}/${project.distname}-screenshare-${jar.suffix}.jar">
<fileset dir="${main.out.dir}">
<include name="org/openmeetings/screen/**" />
<include name="META-INF/LICENSE" />