Author: sebawagner
Date: Mon May 7 18:08:39 2012
New Revision: 1335164
URL: http://svn.apache.org/viewvc?rev=1335164&view=rev
Log:
Fix wrong paths in build script .2
Modified:
incubator/openmeetings/trunk/singlewebapp/README
incubator/openmeetings/trunk/singlewebapp/build.xml
Modified: incubator/openmeetings/trunk/singlewebapp/README
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/README?rev=1335164&r1=1335163&r2=1335164&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/README (original)
+++ incubator/openmeetings/trunk/singlewebapp/README Mon May 7 18:08:39 2012
@@ -2,12 +2,14 @@ Apache OpenMeetings [Incubating] - READM
Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------
+
About
=====
Apache Openmeetings [Incubating] provides video conferencing, instant
messaging, white board, collaborative
document editing and other groupware tools using API functions of the Red5
Streaming
Server for Remoting and Streaming.
+
Release Notes
=============
see CHANGES file for detailed log
@@ -81,10 +83,12 @@ Documentation for Installation and Upgra
Along with the developer mailing list archive:
http://incubator.apache.org/openmeetings/mail-lists.html
+
System Requirements
===================
You need a platform that supports Sun Java SE 6.
+
Building and running
====================
To build from source code:
Modified: incubator/openmeetings/trunk/singlewebapp/build.xml
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/build.xml?rev=1335164&r1=1335163&r2=1335164&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Mon May 7 18:08:39 2012
@@ -109,11 +109,11 @@
</tstamp>
<property name="archive.file.name"
value="${dist.dir}/${project.distname}-${project.version}.r${svn.info.rev}-${build.time}"
/>
- <move file="${dist.dir}/license.txt"
tofile="${dist.dir}/red5-license.txt"/>
+ <move file="${dist.dir}/red5/license.txt"
tofile="${dist.dir}/red5/red5-license.txt"/>
<copy file="build.properties"
tofile="${build.base.dir}/build.properties" overwrite="true"/>
- <copy file="LICENSE" tofile="${dist.dir}/LICENSE"
overwrite="true"/>
- <copy file="NOTICE" tofile="${dist.dir}/NOTICE"
overwrite="true"/>
- <copy file="README" tofile="${dist.dir}/README"
overwrite="true"/>
+ <copy file="LICENSE" tofile="${dist.dir}/red5/LICENSE"
overwrite="true"/>
+ <copy file="NOTICE" tofile="${dist.dir}/red5/NOTICE"
overwrite="true"/>
+ <copy file="README" tofile="${dist.dir}/red5/README"
overwrite="true"/>
<echo file="${build.base.dir}/build.properties" append="true"
>svn.info.rev=${svn.info.rev}${line.separator}</echo>