You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2012/03/03 12:37:44 UTC

svn commit: r1296609 - in /incubator/openmeetings/trunk/singlewebapp: .classpath src/dtdgenerator/

Author: sebawagner
Date: Sat Mar  3 11:37:44 2012
New Revision: 1296609

URL: http://svn.apache.org/viewvc?rev=1296609&view=rev
Log:
Remove DTD Generator from sources (config.xsd is generated in Test-package now)

Removed:
    incubator/openmeetings/trunk/singlewebapp/src/dtdgenerator/
Modified:
    incubator/openmeetings/trunk/singlewebapp/.classpath

Modified: incubator/openmeetings/trunk/singlewebapp/.classpath
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/.classpath?rev=1296609&r1=1296608&r2=1296609&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/.classpath (original)
+++ incubator/openmeetings/trunk/singlewebapp/.classpath Sat Mar  3 11:37:44 2012
@@ -8,7 +8,6 @@
 	<classpathentry kind="src" path="src/userservice"/>
 	<classpathentry kind="src" path="WebContent/WEB-INF"/>
 	<classpathentry excluding="*" including="META-INF/" kind="src" path="src"/>
-	<classpathentry kind="src" path="src/dtdgenerator"/>
 	<classpathentry kind="src" path="src/docgenerator"/>
 	<classpathentry kind="src" path="src/calendarservice"/>
 	<classpathentry kind="src" path="src/red5-screenshare"/>