]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Updating Eclipse setting files.
authorRichard Millet <richard.millet@berkeley.edu>
Fri, 16 Apr 2010 10:05:12 +0000 (10:05 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Fri, 16 Apr 2010 10:05:12 +0000 (10:05 +0000)
18 files changed:
services/JaxRsServiceProvider/.project
services/PerformanceTests/.classpath
services/account/service/.project
services/authentication/pstore/.project
services/authorization-mgt/.classpath [new file with mode: 0644]
services/authorization-mgt/.project [new file with mode: 0644]
services/authorization-mgt/client/.classpath [new file with mode: 0644]
services/authorization-mgt/client/.project [new file with mode: 0644]
services/authorization-mgt/service/.classpath [new file with mode: 0644]
services/authorization-mgt/service/.project [new file with mode: 0644]
services/authorization/.classpath [new file with mode: 0644]
services/authorization/.project [new file with mode: 0644]
services/authorization/jaxb/.classpath
services/authorization/pstore/.classpath
services/authorization/service/.classpath [new file with mode: 0644]
services/authorization/service/.project [new file with mode: 0644]
services/relation/.project
services/relation/service/.classpath

index 3c49a0ac24b1a3425cde8fa3a1b53ea4d640b262..8e9b7cd3de0a9fd6a35d39a9a787044674d190dd 100644 (file)
@@ -3,6 +3,7 @@
        <name>org.collectionspace.services.jaxrs.provider</name>\r
        <comment></comment>\r
        <projects>\r
+               <project>org.collectionspace.services.authorization-mgt</project>\r
                <project>org.collectionspace.services.acquisition.jaxb</project>\r
                <project>org.collectionspace.services.acquisition.service</project>\r
                <project>org.collectionspace.services.collectionobject.jaxb</project>\r
index 425cd1620f3d44a6c3d1d8c43488a67552f09765..a2772dd0c70b5e05f6fdabef7056a780aa85a4ff 100644 (file)
@@ -6,5 +6,6 @@
        <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>\r
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>\r
        <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>\r
+       <classpathentry combineaccessrules="false" kind="src" path="/org.collectionspace.services.jaxb"/>\r
        <classpathentry kind="output" path="target/classes"/>\r
 </classpath>\r
index dfa6f07f4ea5ea64ddb2e7beaad5ba02539b3744..b0a5945b28f7c4968164c5e70c2c2deaafc45010 100644 (file)
@@ -4,6 +4,8 @@
        <comment></comment>\r
        <projects>\r
                <project>org.collectionspace.services.account.jaxb</project>\r
+               <project>org.collectionspace.services.authentication.jaxb</project>\r
+               <project>org.collectionspace.services.authorization.jaxb</project>\r
                <project>org.collectionspace.services.common</project>\r
        </projects>\r
        <buildSpec>\r
index ae7789f3767936d0c2607db6be9c83e89efd9725..f19b02240514995f791d04b0c8f88733c4b84bc6 100644 (file)
@@ -3,6 +3,7 @@
        <name>org.collectionspace.services.authentication.pstore</name>\r
        <comment></comment>\r
        <projects>\r
+               <project>org.collectionspace.services.authentication.jaxb</project>\r
        </projects>\r
        <buildSpec>\r
                <buildCommand>\r
diff --git a/services/authorization-mgt/.classpath b/services/authorization-mgt/.classpath
new file mode 100644 (file)
index 0000000..0469885
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>\r
+       <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>\r
+       <classpathentry kind="output" path="target/classes"/>\r
+</classpath>\r
diff --git a/services/authorization-mgt/.project b/services/authorization-mgt/.project
new file mode 100644 (file)
index 0000000..0d8fe55
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<projectDescription>\r
+       <name>org.collectionspace.services.authorization-mgt</name>\r
+       <comment></comment>\r
+       <projects>\r
+       </projects>\r
+       <buildSpec>\r
+               <buildCommand>\r
+                       <name>org.eclipse.jdt.core.javabuilder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+               <buildCommand>\r
+                       <name>org.maven.ide.eclipse.maven2Builder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+       </buildSpec>\r
+       <natures>\r
+               <nature>org.eclipse.jdt.core.javanature</nature>\r
+               <nature>org.maven.ide.eclipse.maven2Nature</nature>\r
+       </natures>\r
+</projectDescription>\r
diff --git a/services/authorization-mgt/client/.classpath b/services/authorization-mgt/client/.classpath
new file mode 100644 (file)
index 0000000..425cd16
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+       <classpathentry kind="src" output="target/classes" path="src/main/java"/>\r
+       <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>\r
+       <classpathentry kind="src" output="target/test-classes" path="src/test/java"/>\r
+       <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>\r
+       <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>\r
+       <classpathentry kind="output" path="target/classes"/>\r
+</classpath>\r
diff --git a/services/authorization-mgt/client/.project b/services/authorization-mgt/client/.project
new file mode 100644 (file)
index 0000000..a580aca
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<projectDescription>\r
+       <name>org.collectionspace.services.authorization-mgt.client</name>\r
+       <comment></comment>\r
+       <projects>\r
+       </projects>\r
+       <buildSpec>\r
+               <buildCommand>\r
+                       <name>org.eclipse.jdt.core.javabuilder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+               <buildCommand>\r
+                       <name>org.maven.ide.eclipse.maven2Builder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+       </buildSpec>\r
+       <natures>\r
+               <nature>org.eclipse.jdt.core.javanature</nature>\r
+               <nature>org.maven.ide.eclipse.maven2Nature</nature>\r
+       </natures>\r
+</projectDescription>\r
diff --git a/services/authorization-mgt/service/.classpath b/services/authorization-mgt/service/.classpath
new file mode 100644 (file)
index 0000000..9ca721c
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+       <classpathentry kind="src" output="target/classes" path="src/main/java"/>\r
+       <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>\r
+       <classpathentry kind="src" output="target/test-classes" path="src/test/java"/>\r
+       <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>\r
+       <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>\r
+       <classpathentry combineaccessrules="false" kind="src" path="/org.collectionspace.services.common"/>\r
+       <classpathentry kind="output" path="target/classes"/>\r
+</classpath>\r
diff --git a/services/authorization-mgt/service/.project b/services/authorization-mgt/service/.project
new file mode 100644 (file)
index 0000000..e48099e
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<projectDescription>\r
+       <name>org.collectionspace.services.authorization-mgt.service</name>\r
+       <comment></comment>\r
+       <projects>\r
+       </projects>\r
+       <buildSpec>\r
+               <buildCommand>\r
+                       <name>org.eclipse.jdt.core.javabuilder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+               <buildCommand>\r
+                       <name>org.maven.ide.eclipse.maven2Builder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+       </buildSpec>\r
+       <natures>\r
+               <nature>org.eclipse.jdt.core.javanature</nature>\r
+               <nature>org.maven.ide.eclipse.maven2Nature</nature>\r
+       </natures>\r
+</projectDescription>\r
diff --git a/services/authorization/.classpath b/services/authorization/.classpath
new file mode 100644 (file)
index 0000000..0469885
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>\r
+       <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>\r
+       <classpathentry kind="output" path="target/classes"/>\r
+</classpath>\r
diff --git a/services/authorization/.project b/services/authorization/.project
new file mode 100644 (file)
index 0000000..c5047de
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<projectDescription>\r
+       <name>org.collectionspace.services.authorization</name>\r
+       <comment></comment>\r
+       <projects>\r
+       </projects>\r
+       <buildSpec>\r
+               <buildCommand>\r
+                       <name>org.eclipse.jdt.core.javabuilder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+               <buildCommand>\r
+                       <name>org.maven.ide.eclipse.maven2Builder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+       </buildSpec>\r
+       <natures>\r
+               <nature>org.eclipse.jdt.core.javanature</nature>\r
+               <nature>org.maven.ide.eclipse.maven2Nature</nature>\r
+       </natures>\r
+</projectDescription>\r
index 1707f3e6fb88893614aa06d54f2339211c0fb104..b222d1fc902efcdc49ccb53eea28adcab38f8abd 100644 (file)
@@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <classpath>\r
-       <classpathentry kind="src" output="target/classes" path="src/main/java"/>\r
-       <classpathentry kind="src" output="target/classes" path="target/generated-sources/xjc"/>\r
        <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>\r
-       <classpathentry kind="src" output="target/test-classes" path="src/test/java"/>\r
+       <classpathentry kind="src" path="target/generated-sources/xjc"/>\r
        <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>\r
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>\r
        <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>\r
index c9485d73a70a6465dabd88d30e65e6bafe556122..1ca941f44c77cde0dac51c5c244e8998474c4abd 100644 (file)
@@ -4,4 +4,5 @@
        <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>\r
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>\r
        <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>\r
+       <classpathentry kind="output" path="target/classes"/>\r
 </classpath>\r
diff --git a/services/authorization/service/.classpath b/services/authorization/service/.classpath
new file mode 100644 (file)
index 0000000..425cd16
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+       <classpathentry kind="src" output="target/classes" path="src/main/java"/>\r
+       <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>\r
+       <classpathentry kind="src" output="target/test-classes" path="src/test/java"/>\r
+       <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>\r
+       <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>\r
+       <classpathentry kind="output" path="target/classes"/>\r
+</classpath>\r
diff --git a/services/authorization/service/.project b/services/authorization/service/.project
new file mode 100644 (file)
index 0000000..4d84665
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<projectDescription>\r
+       <name>org.collectionspace.services.authorization.service</name>\r
+       <comment></comment>\r
+       <projects>\r
+               <project>org.collectionspace.services.authorization.jaxb</project>\r
+       </projects>\r
+       <buildSpec>\r
+               <buildCommand>\r
+                       <name>org.eclipse.jdt.core.javabuilder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+               <buildCommand>\r
+                       <name>org.maven.ide.eclipse.maven2Builder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+       </buildSpec>\r
+       <natures>\r
+               <nature>org.eclipse.jdt.core.javanature</nature>\r
+               <nature>org.maven.ide.eclipse.maven2Nature</nature>\r
+       </natures>\r
+</projectDescription>\r
index a0d9f41003ba70c7a20a61d34e535b4cc8339fac..c298d0a8715ac12b49bd66f7630ee03371f1ca77 100644 (file)
@@ -3,6 +3,7 @@
        <name>org.collectionspace.services.relation</name>\r
        <comment></comment>\r
        <projects>\r
+               <project>org.collectionspace.services.jaxb</project>\r
        </projects>\r
        <buildSpec>\r
                <buildCommand>\r
index 505c7192a516c57aff1e56ee8f44ccc0f9f7b4fd..2c339a0f3828c05f6e78e05dbf0e8b8a0fdd0672 100644 (file)
@@ -6,5 +6,6 @@
        <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>\r
        <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>\r
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>\r
+       <classpathentry combineaccessrules="false" kind="src" path="/org.collectionspace.services.jaxb"/>\r
        <classpathentry kind="output" path="target/classes"/>\r
 </classpath>\r