Browse Source

Added CAS resources

Carlos Sanchez 21 years ago
parent
commit
74452a0a0a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .classpath

+ 2 - 0
.classpath

@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="samples/attributes/src/main/java"/>
+	<classpathentry kind="src" path="adapters/cas/src/test/resources"/>
+	<classpathentry kind="src" path="adapters/cas/src/main/resources"/>
 	<classpathentry kind="src" path="core/src/main/resources"/>
 	<classpathentry kind="src" path="core/src/test/resources"/>
 	<classpathentry kind="src" path="samples/contacts/src/main/java"/>