Author: solomax
Date: Wed Jul 11 04:37:39 2012
New Revision: 1360008
URL: http://svn.apache.org/viewvc?rev=1360008&view=rev
Log:
Build is fixed after JS library update, redundant persistence.xml is removed
Removed:
incubator/openmeetings/branches/2.0/src/META-INF/persistence.xml
Modified:
incubator/openmeetings/branches/2.0/build.xml
Modified: incubator/openmeetings/branches/2.0/build.xml
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/build.xml?rev=1360008&r1=1360007&r2=1360008&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/build.xml (original)
+++ incubator/openmeetings/branches/2.0/build.xml Wed Jul 11 04:37:39 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 -->