Author: solomax
Date: Wed Jul 11 04:08:33 2012
New Revision: 1360005
URL: http://svn.apache.org/viewvc?rev=1360005&view=rev
Log:
Build is fixed after js libraries update
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=1360005&r1=1360004&r2=1360005&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Wed Jul 11 04:08:33 2012
@@ -614,20 +614,6 @@
<include name="**/*.js" />
</fileset>
</copy>
- <copy todir="${dist.webapps.dir}/docs/source">
- <fileset dir="${basedir}/docs/source/">
- <include name="**/*.js" />
- <include name="**/*.gif" />
- <include name="**/*.png" />
- </fileset>
- </copy>
- <copy todir="${dist.webapps.dir}/docs/source/helpers">
- <fileset dir="${basedir}/docs/source/helpers">
- <include name="**/*.js" />
- <include name="**/*.css" />
- <include name="**/*.png" />
- </fileset>
- </copy>
</target>
<!-- Unit Tests -->