From e9b40dc35a96c31ffb71d245da966addc46e32d8 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Fri, 6 Aug 2010 02:26:31 +0000 Subject: [PATCH] NOJIRA: Updating Eclipse settings files. --- .../authentication/jaxb/.settings/org.eclipse.jdt.core.prefs | 3 ++- .../sample/sample/.settings/org.eclipse.jdt.core.prefs | 3 ++- .../src/main/resources/collectionspace-client.properties | 2 +- services/collectionobject/service/.classpath | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/services/authentication/jaxb/.settings/org.eclipse.jdt.core.prefs b/services/authentication/jaxb/.settings/org.eclipse.jdt.core.prefs index 034764ae2..32726f7a0 100644 --- a/services/authentication/jaxb/.settings/org.eclipse.jdt.core.prefs +++ b/services/authentication/jaxb/.settings/org.eclipse.jdt.core.prefs @@ -1,5 +1,6 @@ -#Mon Nov 23 11:54:01 PST 2009 +#Tue Aug 03 07:33:07 PDT 2010 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning org.eclipse.jdt.core.compiler.source=1.6 diff --git a/services/collectionobject/sample/sample/.settings/org.eclipse.jdt.core.prefs b/services/collectionobject/sample/sample/.settings/org.eclipse.jdt.core.prefs index ad80f26e0..0cca268f5 100644 --- a/services/collectionobject/sample/sample/.settings/org.eclipse.jdt.core.prefs +++ b/services/collectionobject/sample/sample/.settings/org.eclipse.jdt.core.prefs @@ -1,5 +1,6 @@ -#Mon Dec 28 10:23:46 PST 2009 +#Fri Jul 30 10:55:31 PDT 2010 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning org.eclipse.jdt.core.compiler.source=1.6 diff --git a/services/collectionobject/sample/sample/src/main/resources/collectionspace-client.properties b/services/collectionobject/sample/sample/src/main/resources/collectionspace-client.properties index 429b9f6fe..28b7c103e 100644 --- a/services/collectionobject/sample/sample/src/main/resources/collectionspace-client.properties +++ b/services/collectionobject/sample/sample/src/main/resources/collectionspace-client.properties @@ -1,6 +1,6 @@ #url of the collectionspace server cspace.url=http://localhost:8180/cspace-services/ cspace.ssl=false -cspace.auth=false +cspace.auth=true cspace.user=test cspace.password=test \ No newline at end of file diff --git a/services/collectionobject/service/.classpath b/services/collectionobject/service/.classpath index 425cd1620..08bf61feb 100644 --- a/services/collectionobject/service/.classpath +++ b/services/collectionobject/service/.classpath @@ -6,5 +6,6 @@ + -- 2.47.3