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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 20 01:37:19 EDT 2007


Author: pgier
Date: 2007-09-20 01:37:19 -0400 (Thu, 20 Sep 2007)
New Revision: 65485

Modified:
   trunk/iiop/
   trunk/iiop/pom.xml
Log:
[JBBUILD-418]
Change to base directory of the idl compiler plugin.


Property changes on: trunk/iiop
___________________________________________________________________
Name: svn:ignore
   - output

   + output
target


Modified: trunk/iiop/pom.xml
===================================================================
--- trunk/iiop/pom.xml	2007-09-20 05:34:24 UTC (rev 65484)
+++ trunk/iiop/pom.xml	2007-09-20 05:37:19 UTC (rev 65485)
@@ -34,7 +34,7 @@
 				</executions>
 				<configuration>
 					<compiler>jacorb</compiler>
-					<sourceDirectory>src/idl</sourceDirectory>
+					<sourceDirectory>${project.basedir}/src/idl</sourceDirectory>
 					<sources>
 						<source>
 							<includes>




More information about the jboss-cvs-commits mailing list