Author: anil.saldhana(a)jboss.com
Date: 2008-10-22 11:46:57 -0400 (Wed, 22 Oct 2008)
New Revision: 115
Modified:
trunk/identity-api/.classpath
trunk/identity-impl/.classpath
trunk/identity-spi/.classpath
Log:
fix eclipse build
Modified: trunk/identity-api/.classpath
===================================================================
--- trunk/identity-api/.classpath 2008-10-22 12:05:20 UTC (rev 114)
+++ trunk/identity-api/.classpath 2008-10-22 15:46:57 UTC (rev 115)
@@ -2,7 +2,6 @@
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/identity-model"/>
<classpathentry combineaccessrules="false" kind="src"
path="/identity-common"/>
<classpathentry kind="output" path="target/eclipse-classes"/>
</classpath>
Modified: trunk/identity-impl/.classpath
===================================================================
--- trunk/identity-impl/.classpath 2008-10-22 12:05:20 UTC (rev 114)
+++ trunk/identity-impl/.classpath 2008-10-22 15:46:57 UTC (rev 115)
@@ -6,8 +6,11 @@
<classpathentry combineaccessrules="false" kind="src"
path="/identity-api"/>
<classpathentry kind="con"
path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="var"
path="M2_REPO/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/identity-model"/>
<classpathentry combineaccessrules="false" kind="src"
path="/identity-common"/>
<classpathentry combineaccessrules="false" kind="src"
path="/identity-spi"/>
+ <classpathentry kind="var"
path="M2_REPO/org/hibernate/hibernate-annotations/3.3.1.GA/hibernate-annotations-3.3.1.GA.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/sun-opends/OpenDS/1.0.0/OpenDS-1.0.0.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/org/hibernate/hibernate-entitymanager/3.3.1.ga/hibernate-entitymanager-3.3.1.ga.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/org/hibernate/hibernate/3.2.4.ga/hibernate-3.2.4.ga.jar"/>
<classpathentry kind="output" path="target/eclipse-classes"/>
</classpath>
Modified: trunk/identity-spi/.classpath
===================================================================
--- trunk/identity-spi/.classpath 2008-10-22 12:05:20 UTC (rev 114)
+++ trunk/identity-spi/.classpath 2008-10-22 15:46:57 UTC (rev 115)
@@ -3,7 +3,6 @@
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/identity-model"/>
<classpathentry combineaccessrules="false" kind="src"
path="/identity-common"/>
<classpathentry kind="output" path="target/eclipse-classes"/>
</classpath>
Show replies by date