From e0498a0f7d6e43fb3cf03bf592c7bee35eb8f14f Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Fri, 16 Apr 2010 10:05:12 +0000 Subject: [PATCH] NOJIRA: Updating Eclipse setting files. --- services/JaxRsServiceProvider/.project | 1 + services/PerformanceTests/.classpath | 1 + services/account/service/.project | 2 ++ services/authentication/pstore/.project | 1 + services/authorization-mgt/.classpath | 6 +++++ services/authorization-mgt/.project | 23 ++++++++++++++++++ services/authorization-mgt/client/.classpath | 10 ++++++++ services/authorization-mgt/client/.project | 23 ++++++++++++++++++ services/authorization-mgt/service/.classpath | 11 +++++++++ services/authorization-mgt/service/.project | 23 ++++++++++++++++++ services/authorization/.classpath | 6 +++++ services/authorization/.project | 23 ++++++++++++++++++ services/authorization/jaxb/.classpath | 4 +--- services/authorization/pstore/.classpath | 1 + services/authorization/service/.classpath | 10 ++++++++ services/authorization/service/.project | 24 +++++++++++++++++++ services/relation/.project | 1 + services/relation/service/.classpath | 1 + 18 files changed, 168 insertions(+), 3 deletions(-) create mode 100644 services/authorization-mgt/.classpath create mode 100644 services/authorization-mgt/.project create mode 100644 services/authorization-mgt/client/.classpath create mode 100644 services/authorization-mgt/client/.project create mode 100644 services/authorization-mgt/service/.classpath create mode 100644 services/authorization-mgt/service/.project create mode 100644 services/authorization/.classpath create mode 100644 services/authorization/.project create mode 100644 services/authorization/service/.classpath create mode 100644 services/authorization/service/.project diff --git a/services/JaxRsServiceProvider/.project b/services/JaxRsServiceProvider/.project index 3c49a0ac2..8e9b7cd3d 100644 --- a/services/JaxRsServiceProvider/.project +++ b/services/JaxRsServiceProvider/.project @@ -3,6 +3,7 @@ org.collectionspace.services.jaxrs.provider + org.collectionspace.services.authorization-mgt org.collectionspace.services.acquisition.jaxb org.collectionspace.services.acquisition.service org.collectionspace.services.collectionobject.jaxb diff --git a/services/PerformanceTests/.classpath b/services/PerformanceTests/.classpath index 425cd1620..a2772dd0c 100644 --- a/services/PerformanceTests/.classpath +++ b/services/PerformanceTests/.classpath @@ -6,5 +6,6 @@ + diff --git a/services/account/service/.project b/services/account/service/.project index dfa6f07f4..b0a5945b2 100644 --- a/services/account/service/.project +++ b/services/account/service/.project @@ -4,6 +4,8 @@ org.collectionspace.services.account.jaxb + org.collectionspace.services.authentication.jaxb + org.collectionspace.services.authorization.jaxb org.collectionspace.services.common diff --git a/services/authentication/pstore/.project b/services/authentication/pstore/.project index ae7789f37..f19b02240 100644 --- a/services/authentication/pstore/.project +++ b/services/authentication/pstore/.project @@ -3,6 +3,7 @@ org.collectionspace.services.authentication.pstore + org.collectionspace.services.authentication.jaxb diff --git a/services/authorization-mgt/.classpath b/services/authorization-mgt/.classpath new file mode 100644 index 000000000..046988541 --- /dev/null +++ b/services/authorization-mgt/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/services/authorization-mgt/.project b/services/authorization-mgt/.project new file mode 100644 index 000000000..0d8fe5563 --- /dev/null +++ b/services/authorization-mgt/.project @@ -0,0 +1,23 @@ + + + org.collectionspace.services.authorization-mgt + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.maven.ide.eclipse.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.maven.ide.eclipse.maven2Nature + + diff --git a/services/authorization-mgt/client/.classpath b/services/authorization-mgt/client/.classpath new file mode 100644 index 000000000..425cd1620 --- /dev/null +++ b/services/authorization-mgt/client/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/services/authorization-mgt/client/.project b/services/authorization-mgt/client/.project new file mode 100644 index 000000000..a580aca14 --- /dev/null +++ b/services/authorization-mgt/client/.project @@ -0,0 +1,23 @@ + + + org.collectionspace.services.authorization-mgt.client + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.maven.ide.eclipse.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.maven.ide.eclipse.maven2Nature + + diff --git a/services/authorization-mgt/service/.classpath b/services/authorization-mgt/service/.classpath new file mode 100644 index 000000000..9ca721c8b --- /dev/null +++ b/services/authorization-mgt/service/.classpath @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/services/authorization-mgt/service/.project b/services/authorization-mgt/service/.project new file mode 100644 index 000000000..e48099ed0 --- /dev/null +++ b/services/authorization-mgt/service/.project @@ -0,0 +1,23 @@ + + + org.collectionspace.services.authorization-mgt.service + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.maven.ide.eclipse.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.maven.ide.eclipse.maven2Nature + + diff --git a/services/authorization/.classpath b/services/authorization/.classpath new file mode 100644 index 000000000..046988541 --- /dev/null +++ b/services/authorization/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/services/authorization/.project b/services/authorization/.project new file mode 100644 index 000000000..c5047dea0 --- /dev/null +++ b/services/authorization/.project @@ -0,0 +1,23 @@ + + + org.collectionspace.services.authorization + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.maven.ide.eclipse.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.maven.ide.eclipse.maven2Nature + + diff --git a/services/authorization/jaxb/.classpath b/services/authorization/jaxb/.classpath index 1707f3e6f..b222d1fc9 100644 --- a/services/authorization/jaxb/.classpath +++ b/services/authorization/jaxb/.classpath @@ -1,9 +1,7 @@ - - - + diff --git a/services/authorization/pstore/.classpath b/services/authorization/pstore/.classpath index c9485d73a..1ca941f44 100644 --- a/services/authorization/pstore/.classpath +++ b/services/authorization/pstore/.classpath @@ -4,4 +4,5 @@ + diff --git a/services/authorization/service/.classpath b/services/authorization/service/.classpath new file mode 100644 index 000000000..425cd1620 --- /dev/null +++ b/services/authorization/service/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/services/authorization/service/.project b/services/authorization/service/.project new file mode 100644 index 000000000..4d84665a6 --- /dev/null +++ b/services/authorization/service/.project @@ -0,0 +1,24 @@ + + + org.collectionspace.services.authorization.service + + + org.collectionspace.services.authorization.jaxb + + + + org.eclipse.jdt.core.javabuilder + + + + + org.maven.ide.eclipse.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.maven.ide.eclipse.maven2Nature + + diff --git a/services/relation/.project b/services/relation/.project index a0d9f4100..c298d0a87 100644 --- a/services/relation/.project +++ b/services/relation/.project @@ -3,6 +3,7 @@ org.collectionspace.services.relation + org.collectionspace.services.jaxb diff --git a/services/relation/service/.classpath b/services/relation/service/.classpath index 505c7192a..2c339a0f3 100644 --- a/services/relation/service/.classpath +++ b/services/relation/service/.classpath @@ -6,5 +6,6 @@ + -- 2.47.3