You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by "seba.wagner@gmail.com" <se...@gmail.com> on 2012/03/03 16:49:58 UTC

Re: svn commit: r1296642 - in /incubator/openmeetings/trunk/singlewebapp: .settings/org.eclipse.wst.common.component build.xml

Thx I habe missed that when I was deleting the eclipse files
Am 03.03.2012 16:36 schrieb <so...@apache.org>:

> Author: solomax
> Date: Sat Mar  3 15:35:47 2012
> New Revision: 1296642
>
> URL: http://svn.apache.org/viewvc?rev=1296642&view=rev
> Log:
> ant build is fixed after dtd-generator related refactoring
>
> Modified:
>
>  incubator/openmeetings/trunk/singlewebapp/.settings/org.eclipse.wst.common.component
>    incubator/openmeetings/trunk/singlewebapp/build.xml
>
> Modified:
> incubator/openmeetings/trunk/singlewebapp/.settings/org.eclipse.wst.common.component
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/.settings/org.eclipse.wst.common.component?rev=1296642&r1=1296641&r2=1296642&view=diff
>
> ==============================================================================
> ---
> incubator/openmeetings/trunk/singlewebapp/.settings/org.eclipse.wst.common.component
> (original)
> +++
> incubator/openmeetings/trunk/singlewebapp/.settings/org.eclipse.wst.common.component
> Sat Mar  3 15:35:47 2012
> @@ -14,7 +14,6 @@
>         <wb-resource deploy-path="/WEB-INF/classes"
> source-path="/src/server"/>
>         <wb-resource deploy-path="/WEB-INF/classes"
> source-path="/WebContent/WEB-INF"/>
>         <wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
> -        <wb-resource deploy-path="/WEB-INF/classes"
> source-path="/src/dtdgenerator"/>
>         <wb-resource deploy-path="/WEB-INF/classes"
> source-path="/src/docgenerator"/>
>         <wb-resource deploy-path="/WEB-INF/classes"
> source-path="/src/calendarservice"/>
>         <wb-resource deploy-path="/WEB-INF/classes"
> source-path="/src/src_tool"/>
>
> Modified: incubator/openmeetings/trunk/singlewebapp/build.xml
> URL:
> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/build.xml?rev=1296642&r1=1296641&r2=1296642&view=diff
>
> ==============================================================================
> --- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
> +++ incubator/openmeetings/trunk/singlewebapp/build.xml Sat Mar  3
> 15:35:47 2012
> @@ -104,6 +104,7 @@
>                <fileset dir="${om.lib.dir}" includes="*.jar" />
>                <fileset dir="${red5.lib}" includes="*.jar" />
>                <fileset dir="${junit.lib.dir}" includes="*.jar" />
> +               <fileset dir="${dtd-generator.lib.dir}" includes="*.jar" />
>                <fileset dir="${project.lib}" includes="*.jar"
> excludes="ivy*.jar" />
>        </path>
>
> @@ -434,7 +435,7 @@
>
>        <target name="compile" depends="prepare, compile.only" />
>
> -       <target name="compile.only"
> depends="-retrieve-red5,-retrieve-om,-retrieve-junit,compile.screen.share">
> +       <target name="compile.only"
> depends="-retrieve-red5,-retrieve-om,-retrieve-dtd-generator,-retrieve-junit,compile.screen.share">
>                <echo message="Compile main to ${main.out.dir}">
>                </echo>
>                <javac debug="on" debuglevel="lines,vars,source"
> destdir="${main.out.dir}">
> @@ -759,8 +760,7 @@
>                <available classpathref="anakia.classpath"
> classname="org.apache.oro.text.GlobCompiler" property="anakia.installed"/>
>                <available classpathref="compile.classpath"
> classname="org.junit.Test" property="junit.installed"/>
>                <available classpathref="rat.classpath"
> classname="org.apache.rat.Report" property="rat.installed"/>
> -               <path id="dtd-generator.classpath"
> location="${dtd-generator.lib.dir}/*.jar"/>
> -               <available classpathref="dtd-generator.classpath"
> classname="org.relaxng.datatype.Datatype"
> property="dtd-generator.installed"/>
> +               <available classpathref="compile.classpath"
> classname="com.thaiopensource.relaxng.translate.Driver"
> property="dtd-generator.installed"/>
>                <available classpathref="svntask.classpath"
> classname="org.tmatesoft.svn.core.SVNCommitInfo"
> property="svntask.installed"/>
>                <available file="${laszlo.home}/WEB-INF/lib" type="dir"
> property="laszlo.installed"/>
>        </target>
>
>
>