[jboss-cvs] JBossAS SVN: r85248 - trunk/iiop.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 4 14:48:19 EST 2009


Author: emuckenhuber
Date: 2009-03-04 14:48:18 -0500 (Wed, 04 Mar 2009)
New Revision: 85248

Modified:
   trunk/iiop/.classpath
Log:
fix eclipse build path

Modified: trunk/iiop/.classpath
===================================================================
--- trunk/iiop/.classpath	2009-03-04 19:42:02 UTC (rev 85247)
+++ trunk/iiop/.classpath	2009-03-04 19:48:18 UTC (rev 85248)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry excluding="org/jboss/iiop/SunJDK14IsLocalBugFix.java" kind="src" path="src/main"/>
+	<classpathentry kind="src" path="target/generated-sources/idl"/>
 	<classpathentry exported="true" kind="src" path="/server"/>
-	<classpathentry kind="src" path="output/gen-src"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jacorb/lib/jacorb.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/apache-avalon/lib/avalon-framework.jar"/>




More information about the jboss-cvs-commits mailing list