[Red5commits] [622] jbauch

luke@codegent.com luke at codegent.com
Sun Apr 2 18:10:05 EDT 2006


added new target for installer distribution


Timestamp: 04/03/06 06:26:00 (2 hours ago) 
Change: 622 
Author: jbauch

Files (see diff or trac for details): 
java/server/trunk/build.xml


Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/622

Index: /java/server/trunk/build.xml
===================================================================
--- /java/server/trunk/build.xml (revision 608)
+++ /java/server/trunk/build.xml (revision 622)
@@ -99,4 +99,24 @@
 </target>
 
+<target name="installerdist" description="Make Installer Distribution" depends="dist">
+    <copy todir="${dist.dir}">
+        <fileset dir="./">
+            <include name=".classpath" />
+            <include name=".project" />
+            <include name=".springBeans" />
+            <include name="build.xml" />
+        </fileset>
+    </copy>
+    <copy todir="${dist.dir}/doc">
+        <fileset dir="doc" />
+    </copy>
+    <copy todir="${dist.dir}/src">
+        <fileset dir="src" />
+    </copy>
+    <copy todir="${dist.dir}/swf">
+        <fileset dir="swf" />
+    </copy>
+</target>
+
 <target name="server" depends="compile">
     <java classname="org.red5.server.Standalone" fork="true">



More information about the Red5commits mailing list