Author: solomax
Date: Wed Jul 11 08:11:16 2012
New Revision: 1360050
URL: http://svn.apache.org/viewvc?rev=1360050&view=rev
Log:
RAT output improved (almost everything cleaned up)
Removed:
incubator/openmeetings/branches/2.0/WebContent/WEB-INF/services/
incubator/openmeetings/branches/2.0/WebContent/openmeetings/WEB-INF/services/services.list
incubator/openmeetings/branches/2.0/WebContent/src/test/.ignore_dtd
Modified:
incubator/openmeetings/branches/2.0/WebContent/openmeetings/testingTools/downloadTest
(contents, props changed)
incubator/openmeetings/branches/2.0/WebContent/openmeetings/testingTools/jitterTest
(props changed)
incubator/openmeetings/branches/2.0/WebContent/openmeetings/testingTools/pingTest
(props changed)
incubator/openmeetings/branches/2.0/build.xml
Modified:
incubator/openmeetings/branches/2.0/WebContent/openmeetings/testingTools/downloadTest
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/WebContent/openmeetings/testingTools/downloadTest?rev=1360050&r1=1360049&r2=1360050&view=diff
==============================================================================
Binary files - no diff available.
Propchange:
incubator/openmeetings/branches/2.0/WebContent/openmeetings/testingTools/downloadTest
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
incubator/openmeetings/branches/2.0/WebContent/openmeetings/testingTools/jitterTest
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Propchange:
incubator/openmeetings/branches/2.0/WebContent/openmeetings/testingTools/pingTest
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: incubator/openmeetings/branches/2.0/build.xml
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/branches/2.0/build.xml?rev=1360050&r1=1360049&r2=1360050&view=diff
==============================================================================
--- incubator/openmeetings/branches/2.0/build.xml (original)
+++ incubator/openmeetings/branches/2.0/build.xml Wed Jul 11 08:11:16 2012
@@ -298,7 +298,9 @@
</jar>
<!-- Build WebServices -->
- <jar
destfile="${dist.webapps.dir}/WEB-INF/services/${project.distname}-${jar.suffix}.aar">
+ <property name="om_aar_name"
value="${project.distname}-${jar.suffix}.aar"/>
+ <property name="om_aar_folder"
value="${dist.webapps.dir}/WEB-INF/services"/>
+ <jar destfile="${om_aar_folder}/${om_aar_name}">
<fileset dir="src/">
<include name="META-INF/services.xml" />
</fileset>
@@ -307,6 +309,7 @@
<include name="META-INF/NOTICE" />
</fileset>
</jar>
+ <echo file="${om_aar_folder}/services.list"
append="false">${om_aar_name}${line.separator}version.aar${line.separator}</echo>
<jar
destfile="${dist.webapps.dir}/WEB-INF/lib/${project.distname}-WebService-${jar.suffix}.jar">
<fileset dir="${main.out.dir}">
<include name="**/openmeetings/axis/**" />