Changeset 1085
- Timestamp:
- 11/20/06 11:26:32 (2 years ago)
- Location:
- branches/3.0-M3
- Files:
-
- 38 modified
-
components/antlib/.project (modified) (1 diff)
-
components/antlib/pom.xml (modified) (1 diff)
-
components/antlib/resources/server.xml (modified) (1 diff)
-
components/app/.classpath (modified) (1 diff)
-
components/app/.project (modified) (1 diff)
-
components/app/classpath.xml (modified) (5 diffs)
-
components/app/pom.xml (modified) (2 diffs)
-
components/app/resources/application.xml (modified) (1 diff)
-
components/client/.classpath (modified) (1 diff)
-
components/client/.project (modified) (1 diff)
-
components/client/classpath.xml (modified) (5 diffs)
-
components/client/pom.xml (modified) (2 diffs)
-
components/common/.classpath (modified) (1 diff)
-
components/common/.project (modified) (1 diff)
-
components/common/classpath.xml (modified) (5 diffs)
-
components/common/pom.xml (modified) (2 diffs)
-
components/dsl/.project (modified) (1 diff)
-
components/dsl/classpath.xml (modified) (1 diff)
-
components/dsl/pom.xml (modified) (1 diff)
-
components/ice/.project (modified) (1 diff)
-
components/ice/pom.xml (modified) (1 diff)
-
components/policy/.project (modified) (1 diff)
-
components/policy/pom.xml (modified) (2 diffs)
-
components/rendering/.classpath (modified) (1 diff)
-
components/rendering/.project (modified) (1 diff)
-
components/rendering/classpath.xml (modified) (5 diffs)
-
components/rendering/pom.xml (modified) (2 diffs)
-
components/resurrect/.project (modified) (1 diff)
-
components/romio/.classpath (modified) (1 diff)
-
components/romio/.project (modified) (1 diff)
-
components/romio/classpath.xml (modified) (5 diffs)
-
components/romio/pom.xml (modified) (2 diffs)
-
components/server/.classpath (modified) (1 diff)
-
components/server/.project (modified) (1 diff)
-
components/server/classpath.xml (modified) (9 diffs)
-
components/server/pom.xml (modified) (2 diffs)
-
etc/omero.properties (modified) (1 diff)
-
pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0-M3/components/antlib/.project
r638 r1085 1 1 <projectDescription> 2 <name>omero-antlib-3.0- TRUNK</name>2 <name>omero-antlib-3.0-M3</name> 3 3 <comment/> 4 4 <projects/> -
branches/3.0-M3/components/antlib/pom.xml
r637 r1085 4 4 <groupId>omero</groupId> 5 5 <artifactId>main</artifactId> 6 <version>3.0- TRUNK</version>6 <version>3.0-M3</version> 7 7 <relativePath>../../pom.xml</relativePath> 8 8 </parent> -
branches/3.0-M3/components/antlib/resources/server.xml
r1009 r1085 92 92 <groovy> 93 93 jboss_home = properties["env.JBOSS_HOME"] 94 status = ["${jboss_home}/bin/twiddle.sh","query","jboss.j2ee:ear=app-3.0- TRUNK.ear,jar=server-3.0-TRUNK.jar,name=QueryImpl,service=EJB3"]94 status = ["${jboss_home}/bin/twiddle.sh","query","jboss.j2ee:ear=app-3.0-M3.ear,jar=server-3.0-M3.jar,name=QueryImpl,service=EJB3"] 95 95 int ret = -1; 96 96 [2,4,8,16,32].each { |i| -
branches/3.0-M3/components/app/.classpath
r1039 r1085 26 26 <classpathentry kind="var" path="M2_REPO/lucene/lucene/1.4.3/lucene-1.4.3.jar"/> 27 27 <classpathentry kind="var" path="M2_REPO/net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 28 <classpathentry sourcepath="/OMERO_COMMON_GENSRC" kind="var" path="M2_REPO/omero/common/3.0- TRUNK/common-3.0-TRUNK.jar"/>29 <classpathentry kind="var" path="M2_REPO/omero/dsl/3.0- TRUNK/dsl-3.0-TRUNK.jar"/>28 <classpathentry sourcepath="/OMERO_COMMON_GENSRC" kind="var" path="M2_REPO/omero/common/3.0-M3/common-3.0-M3.jar"/> 29 <classpathentry kind="var" path="M2_REPO/omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 30 30 <classpathentry kind="var" path="M2_REPO/omero/jboss-annotations-ejb3/4.0.4.GA/jboss-annotations-ejb3-4.0.4.GA.jar"/> 31 31 <classpathentry kind="var" path="M2_REPO/omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 32 32 <classpathentry kind="var" path="M2_REPO/omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 33 <classpathentry kind="var" path="M2_REPO/omero/rendering/3.0- TRUNK/rendering-3.0-TRUNK.jar"/>34 <classpathentry sourcepath="/OMERO_HOME/components/romio/src" kind="var" path="M2_REPO/omero/romio/3.0- TRUNK/romio-3.0-TRUNK.jar"/>35 <classpathentry kind="var" path="M2_REPO/omero/server/3.0- TRUNK/server-3.0-TRUNK.jar"/>33 <classpathentry kind="var" path="M2_REPO/omero/rendering/3.0-M3/rendering-3.0-M3.jar"/> 34 <classpathentry sourcepath="/OMERO_HOME/components/romio/src" kind="var" path="M2_REPO/omero/romio/3.0-M3/romio-3.0-M3.jar"/> 35 <classpathentry kind="var" path="M2_REPO/omero/server/3.0-M3/server-3.0-M3.jar"/> 36 36 <classpathentry kind="var" path="M2_REPO/org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 37 37 <classpathentry sourcepath="/HIBERNATE_SVN/src" kind="var" path="M2_REPO/org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> -
branches/3.0-M3/components/app/.project
r638 r1085 1 1 <projectDescription> 2 <name>omero-app-3.0- TRUNK</name>2 <name>omero-app-3.0-M3</name> 3 3 <comment/> 4 4 <projects> -
branches/3.0-M3/components/app/classpath.xml
r1039 r1085 21 21 <property name="artifact.name" value="app"/> 22 22 <property name="artifact.group" value="omero"/> 23 <property name="artifact.version" value="3.0- TRUNK"/>23 <property name="artifact.version" value="3.0-M3"/> 24 24 <property name="artifact.packaging" value="jar"/><!-- Default; override in component/build.xml --> 25 <property name="artifact.final.name" value="app-3.0- TRUNK.${artifact.packaging}"/>26 <property name="artifact.path" value="omero/app/3.0- TRUNK/${artifact.final.name}"/>25 <property name="artifact.final.name" value="app-3.0-M3.${artifact.packaging}"/> 26 <property name="artifact.path" value="omero/app/3.0-M3/${artifact.final.name}"/> 27 27 28 28 <filelist id="generated.compile.filelist" dir="${omero.repo.local}"> … … 46 46 <file name="lucene/lucene/1.4.3/lucene-1.4.3.jar"/> 47 47 <file name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 48 <file name="omero/common/3.0- TRUNK/common-3.0-TRUNK.jar"/>49 <file name="omero/dsl/3.0- TRUNK/dsl-3.0-TRUNK.jar"/>50 <file name="omero/ejb/3.0- TRUNK/ejb-3.0-TRUNK.jar"/>48 <file name="omero/common/3.0-M3/common-3.0-M3.jar"/> 49 <file name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 50 <file name="omero/ejb/3.0-M3/ejb-3.0-M3.jar"/> 51 51 <file name="omero/jboss-annotations-ejb3/4.0.4.GA/jboss-annotations-ejb3-4.0.4.GA.jar"/> 52 52 <file name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 53 53 <file name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 54 <file name="omero/rendering/3.0- TRUNK/rendering-3.0-TRUNK.jar"/>55 <file name="omero/romio/3.0- TRUNK/romio-3.0-TRUNK.jar"/>56 <file name="omero/server/3.0- TRUNK/server-3.0-TRUNK.jar"/>54 <file name="omero/rendering/3.0-M3/rendering-3.0-M3.jar"/> 55 <file name="omero/romio/3.0-M3/romio-3.0-M3.jar"/> 56 <file name="omero/server/3.0-M3/server-3.0-M3.jar"/> 57 57 <file name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 58 58 <file name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> … … 83 83 <include name="lucene/lucene/1.4.3/lucene-1.4.3.jar"/> 84 84 <include name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 85 <include name="omero/common/3.0- TRUNK/common-3.0-TRUNK.jar"/>86 <include name="omero/dsl/3.0- TRUNK/dsl-3.0-TRUNK.jar"/>87 <include name="omero/ejb/3.0- TRUNK/ejb-3.0-TRUNK.jar"/>85 <include name="omero/common/3.0-M3/common-3.0-M3.jar"/> 86 <include name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 87 <include name="omero/ejb/3.0-M3/ejb-3.0-M3.jar"/> 88 88 <include name="omero/jboss-annotations-ejb3/4.0.4.GA/jboss-annotations-ejb3-4.0.4.GA.jar"/> 89 89 <include name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 90 90 <include name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 91 <include name="omero/rendering/3.0- TRUNK/rendering-3.0-TRUNK.jar"/>92 <include name="omero/romio/3.0- TRUNK/romio-3.0-TRUNK.jar"/>93 <include name="omero/server/3.0- TRUNK/server-3.0-TRUNK.jar"/>91 <include name="omero/rendering/3.0-M3/rendering-3.0-M3.jar"/> 92 <include name="omero/romio/3.0-M3/romio-3.0-M3.jar"/> 93 <include name="omero/server/3.0-M3/server-3.0-M3.jar"/> 94 94 <include name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 95 95 <include name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> … … 122 122 <file name="lucene/lucene/1.4.3/lucene-1.4.3.jar"/> 123 123 <file name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 124 <file name="omero/common/3.0- TRUNK/common-3.0-TRUNK.jar"/>125 <file name="omero/dsl/3.0- TRUNK/dsl-3.0-TRUNK.jar"/>126 <file name="omero/ejb/3.0- TRUNK/ejb-3.0-TRUNK.jar"/>124 <file name="omero/common/3.0-M3/common-3.0-M3.jar"/> 125 <file name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 126 <file name="omero/ejb/3.0-M3/ejb-3.0-M3.jar"/> 127 127 <file name="omero/jboss-annotations-ejb3/4.0.4.GA/jboss-annotations-ejb3-4.0.4.GA.jar"/> 128 128 <file name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 129 129 <file name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 130 <file name="omero/rendering/3.0- TRUNK/rendering-3.0-TRUNK.jar"/>131 <file name="omero/romio/3.0- TRUNK/romio-3.0-TRUNK.jar"/>132 <file name="omero/server/3.0- TRUNK/server-3.0-TRUNK.jar"/>130 <file name="omero/rendering/3.0-M3/rendering-3.0-M3.jar"/> 131 <file name="omero/romio/3.0-M3/romio-3.0-M3.jar"/> 132 <file name="omero/server/3.0-M3/server-3.0-M3.jar"/> 133 133 <file name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 134 134 <file name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> … … 163 163 <include name="lucene/lucene/1.4.3/lucene-1.4.3.jar"/> 164 164 <include name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 165 <include name="omero/common/3.0- TRUNK/common-3.0-TRUNK.jar"/>166 <include name="omero/dsl/3.0- TRUNK/dsl-3.0-TRUNK.jar"/>167 <include name="omero/ejb/3.0- TRUNK/ejb-3.0-TRUNK.jar"/>165 <include name="omero/common/3.0-M3/common-3.0-M3.jar"/> 166 <include name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 167 <include name="omero/ejb/3.0-M3/ejb-3.0-M3.jar"/> 168 168 <include name="omero/jboss-annotations-ejb3/4.0.4.GA/jboss-annotations-ejb3-4.0.4.GA.jar"/> 169 169 <include name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 170 170 <include name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> 171 <include name="omero/rendering/3.0- TRUNK/rendering-3.0-TRUNK.jar"/>172 <include name="omero/romio/3.0- TRUNK/romio-3.0-TRUNK.jar"/>173 <include name="omero/server/3.0- TRUNK/server-3.0-TRUNK.jar"/>171 <include name="omero/rendering/3.0-M3/rendering-3.0-M3.jar"/> 172 <include name="omero/romio/3.0-M3/romio-3.0-M3.jar"/> 173 <include name="omero/server/3.0-M3/server-3.0-M3.jar"/> 174 174 <include name="org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar"/> 175 175 <include name="org/hibernate/hibernate/3.2.0.cr2/hibernate-3.2.0.cr2.jar"/> -
branches/3.0-M3/components/app/pom.xml
r726 r1085 5 5 <groupId>omero</groupId> 6 6 <artifactId>main</artifactId> 7 <version>3.0- TRUNK</version>7 <version>3.0-M3</version> 8 8 </parent> 9 9 <modelVersion>4.0.0</modelVersion> … … 20 20 <groupId>omero</groupId> 21 21 <artifactId>ejb</artifactId> 22 <version>3.0- TRUNK</version>22 <version>3.0-M3</version> 23 23 <type>ejb</type> 24 24 <exclusions> -
branches/3.0-M3/components/app/resources/application.xml
r903 r1085 7 7 8 8 <module> 9 <ejb>server-3.0- TRUNK.jar</ejb>9 <ejb>server-3.0-M3.jar</ejb> 10 10 </module> 11 11 -
branches/3.0-M3/components/client/.classpath
r1052 r1085 14 14 <classpathentry exported="true" kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/> 15 15 <classpathentry exported="true" kind="var" path="M2_REPO/log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 16 <classpathentry exported="true" kind="var" path="M2_REPO/omero/common/3.0- TRUNK/common-3.0-TRUNK.jar" sourcepath="/OMERO_COMMON"/>17 <classpathentry exported="true" kind="var" path="M2_REPO/omero/dsl/3.0- TRUNK/dsl-3.0-TRUNK.jar"/>16 <classpathentry exported="true" kind="var" path="M2_REPO/omero/common/3.0-M3/common-3.0-M3.jar" sourcepath="/OMERO_COMMON"/> 17 <classpathentry exported="true" kind="var" path="M2_REPO/omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 18 18 <classpathentry exported="true" kind="var" path="M2_REPO/omero/jboss-aop-jdk50-client/4.0.4.GA/jboss-aop-jdk50-client-4.0.4.GA.jar"/> 19 19 <classpathentry exported="true" kind="var" path="M2_REPO/omero/jboss-aspect-library-jdk50/4.0.4.GA/jboss-aspect-library-jdk50-4.0.4.GA.jar"/> -
branches/3.0-M3/components/client/.project
r638 r1085 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>omero-client-3.0- TRUNK</name>3 <name>omero-client-3.0-M3</name> 4 4 <comment>Client code</comment> 5 5 <projects> -
branches/3.0-M3/components/client/classpath.xml
r1039 r1085 21 21 <property name="artifact.name" value="client"/> 22 22 <property name="artifact.group" value="omero"/> 23 <property name="artifact.version" value="3.0- TRUNK"/>23 <property name="artifact.version" value="3.0-M3"/> 24 24 <property name="artifact.packaging" value="jar"/><!-- Default; override in component/build.xml --> 25 <property name="artifact.final.name" value="client-3.0- TRUNK.${artifact.packaging}"/>26 <property name="artifact.path" value="omero/client/3.0- TRUNK/${artifact.final.name}"/>25 <property name="artifact.final.name" value="client-3.0-M3.${artifact.packaging}"/> 26 <property name="artifact.path" value="omero/client/3.0-M3/${artifact.final.name}"/> 27 27 28 28 <filelist id="generated.compile.filelist" dir="${omero.repo.local}"> … … 32 32 <file name="groovy/groovy-all-1.0-jsr/05/groovy-all-1.0-jsr-05.jar"/> 33 33 <file name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 34 <file name="omero/common/3.0- TRUNK/common-3.0-TRUNK.jar"/>35 <file name="omero/dsl/3.0- TRUNK/dsl-3.0-TRUNK.jar"/>34 <file name="omero/common/3.0-M3/common-3.0-M3.jar"/> 35 <file name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 36 36 <file name="omero/jboss-aop-jdk50-client/4.0.4.GA/jboss-aop-jdk50-client-4.0.4.GA.jar"/> 37 37 <file name="omero/jboss-aspect-library-jdk50/4.0.4.GA/jboss-aspect-library-jdk50-4.0.4.GA.jar"/> … … 51 51 <include name="groovy/groovy-all-1.0-jsr/05/groovy-all-1.0-jsr-05.jar"/> 52 52 <include name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 53 <include name="omero/common/3.0- TRUNK/common-3.0-TRUNK.jar"/>54 <include name="omero/dsl/3.0- TRUNK/dsl-3.0-TRUNK.jar"/>53 <include name="omero/common/3.0-M3/common-3.0-M3.jar"/> 54 <include name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 55 55 <include name="omero/jboss-aop-jdk50-client/4.0.4.GA/jboss-aop-jdk50-client-4.0.4.GA.jar"/> 56 56 <include name="omero/jboss-aspect-library-jdk50/4.0.4.GA/jboss-aspect-library-jdk50-4.0.4.GA.jar"/> … … 72 72 <file name="junit/junit/3.8.1/junit-3.8.1.jar"/> 73 73 <file name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 74 <file name="omero/common/3.0- TRUNK/common-3.0-TRUNK.jar"/>75 <file name="omero/dsl/3.0- TRUNK/dsl-3.0-TRUNK.jar"/>74 <file name="omero/common/3.0-M3/common-3.0-M3.jar"/> 75 <file name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 76 76 <file name="omero/jboss-aop-jdk50-client/4.0.4.GA/jboss-aop-jdk50-client-4.0.4.GA.jar"/> 77 77 <file name="omero/jboss-aspect-library-jdk50/4.0.4.GA/jboss-aspect-library-jdk50-4.0.4.GA.jar"/> … … 96 96 <include name="junit/junit/3.8.1/junit-3.8.1.jar"/> 97 97 <include name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 98 <include name="omero/common/3.0- TRUNK/common-3.0-TRUNK.jar"/>99 <include name="omero/dsl/3.0- TRUNK/dsl-3.0-TRUNK.jar"/>98 <include name="omero/common/3.0-M3/common-3.0-M3.jar"/> 99 <include name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 100 100 <include name="omero/jboss-aop-jdk50-client/4.0.4.GA/jboss-aop-jdk50-client-4.0.4.GA.jar"/> 101 101 <include name="omero/jboss-aspect-library-jdk50/4.0.4.GA/jboss-aspect-library-jdk50-4.0.4.GA.jar"/> -
branches/3.0-M3/components/client/pom.xml
r721 r1085 6 6 <groupId>omero</groupId> 7 7 <artifactId>main</artifactId> 8 <version>3.0- TRUNK</version>8 <version>3.0-M3</version> 9 9 </parent> 10 10 <name>Ome Client Library</name> … … 15 15 <groupId>omero</groupId> 16 16 <artifactId>common</artifactId> 17 <version>3.0- TRUNK</version>17 <version>3.0-M3</version> 18 18 </dependency> 19 19 <dependency> -
branches/3.0-M3/components/common/.classpath
r1039 r1085 21 21 <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 22 22 <classpathentry kind="var" path="M2_REPO/net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 23 <classpathentry kind="var" path="M2_REPO/omero/dsl/3.0- TRUNK/dsl-3.0-TRUNK.jar"/>23 <classpathentry kind="var" path="M2_REPO/omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 24 24 <classpathentry kind="var" path="M2_REPO/omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 25 25 <classpathentry kind="var" path="M2_REPO/omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> -
branches/3.0-M3/components/common/.project
r758 r1085 1 1 <projectDescription> 2 <name>omero-common-3.0- TRUNK</name>2 <name>omero-common-3.0-M3</name> 3 3 <comment/> 4 4 <projects/> -
branches/3.0-M3/components/common/classpath.xml
r1039 r1085 21 21 <property name="artifact.name" value="common"/> 22 22 <property name="artifact.group" value="omero"/> 23 <property name="artifact.version" value="3.0- TRUNK"/>23 <property name="artifact.version" value="3.0-M3"/> 24 24 <property name="artifact.packaging" value="jar"/><!-- Default; override in component/build.xml --> 25 <property name="artifact.final.name" value="common-3.0- TRUNK.${artifact.packaging}"/>26 <property name="artifact.path" value="omero/common/3.0- TRUNK/${artifact.final.name}"/>25 <property name="artifact.final.name" value="common-3.0-M3.${artifact.packaging}"/> 26 <property name="artifact.path" value="omero/common/3.0-M3/${artifact.final.name}"/> 27 27 28 28 <filelist id="generated.compile.filelist" dir="${omero.repo.local}"> … … 39 39 <file name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 40 40 <file name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 41 <file name="omero/dsl/3.0- TRUNK/dsl-3.0-TRUNK.jar"/>41 <file name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 42 42 <file name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 43 43 <file name="org/hibernate/hibernate-tools/3.1.0.beta4/hibernate-tools-3.1.0.beta4.jar"/> … … 63 63 <include name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 64 64 <include name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 65 <include name="omero/dsl/3.0- TRUNK/dsl-3.0-TRUNK.jar"/>65 <include name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 66 66 <include name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 67 67 <include name="org/hibernate/hibernate-tools/3.1.0.beta4/hibernate-tools-3.1.0.beta4.jar"/> … … 89 89 <file name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 90 90 <file name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 91 <file name="omero/dsl/3.0- TRUNK/dsl-3.0-TRUNK.jar"/>91 <file name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 92 92 <file name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 93 93 <file name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> … … 118 118 <include name="log4j/log4j/1.2.8/log4j-1.2.8.jar"/> 119 119 <include name="net/sf/ehcache/ehcache/1.2/ehcache-1.2.jar"/> 120 <include name="omero/dsl/3.0- TRUNK/dsl-3.0-TRUNK.jar"/>120 <include name="omero/dsl/3.0-M3/dsl-3.0-M3.jar"/> 121 121 <include name="omero/jboss-ejb3x/4.0.4.GA/jboss-ejb3x-4.0.4.GA.jar"/> 122 122 <include name="omero/postgresql/8.1-405.jdbc3/postgresql-8.1-405.jdbc3.jar"/> -
branches/3.0-M3/components/common/pom.xml
r735 r1085 4 4 <groupId>omero</groupId> 5 5 <artifactId>main</artifactId> 6 <version>3.0- TRUNK</version>6 <version>3.0-M3</version> 7 7 <relativePath>../../pom.xml</relativePath> 8 8 </parent> … … 15 15 <groupId>omero</groupId> 16 16 <artifactId>dsl</artifactId> 17 <version>3.0- TRUNK</version>17 <version>3.0-M3</version> 18 18 </dependency> 19 19 <dependency> -
branches/3.0-M3/components/dsl/.project
r638 r1085 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>omero-dsl-3.0- TRUNK</name>3 <name>omero-dsl-3.0-M3</name> 4 4 <comment></comment> 5 5 <projects> -
branches/3.0-M3/components/dsl/classpath.xml
r1039 r1085 21 21 <property name="artifact.name" value="dsl"/> 22 22 <property name="artifact.group" value="omero"/> 23 <property name="artifact.version" value="3.0- TRUNK"/>23 <property name="artifact.version" value="3.0-M3"/> 24 24 <property name="artifact.packaging" value="jar"/><!-- Default; override in component/build.xml --> 25 <property name="artifact.final.name" value="dsl-3.0- TRUNK.${artifact.packaging}"/>26 <property name="artifact.path" value="omero/dsl/3.0- TRUNK/${artifact.final.name}"/>25 <property name="artifact.final.name" value="dsl-3.0-M3.${artifact.packaging}"/> 26 <property name="artifact.path" value="omero/dsl/3.0-M3/${artifact.final.name}"/> 27 27 28 28 <filelist id="generated.compile.filelist" dir="${omero.repo.local}"> -
branches/3.0-M3/components/dsl/pom.xml
r637 r1085 4 4 <groupId>omero</groupId> 5 5 <artifactId>main</artifactId> 6 <version>3.0- TRUNK</version>6 <version>3.0-M3</version> 7 7 <relativePath>../../pom.xml</relativePath> 8 8 </parent> -
branches/3.0-M3/components/ice/.project
r638 r1085 1 1 <projectDescription> 2 <name>omero-ice-3.0- TRUNK</name>2 <name>omero-ice-3.0-M3</name> 3 3 <comment/> 4 4 <projects/> -
branches/3.0-M3/components/ice/pom.xml
r718 r1085 4 4 <groupId>omero</groupId> 5 5 <artifactId>main</artifactId> 6 <version>3.0- TRUNK</version>6 <version>3.0-M3</version> 7 7 <relativePath>../../pom.xml</relativePath> 8 8 </parent> -
branches/3.0-M3/components/policy/.project
r773 r1085 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name>omero-policy-3.0- TRUNK</name>3 <name>omero-policy-3.0-M3</name> 4 4 <comment></comment> 5 5 <projects> -
branches/3.0-M3/components/policy/pom.xml
r721 r1085 4 4 <groupId>omero</groupId> 5 5 <artifactId>main</artifactId> 6 <version>3.0- TRUNK</version>6 <version>3.0-M3</version> 7 7 <relativePath>../../pom.xml</relativePath> 8 8 </parent> … … 13 13 <dependencies> 14 14 <!-- ALL other JAR components from Omero --> 15 <dependency><groupId>omero</groupId><artifactId>client</artifactId><version>3.0- TRUNK</version></dependency>16 <dependency><groupId>omero</groupId><artifactId>common</artifactId><version>3.0- TRUNK</version></dependency>17 <dependency><groupId>omero</groupId><artifactId>dsl</artifactId><version>3.0- TRUNK</version></dependency>18 <dependency><groupId>omero</groupId><artifactId>romio</artifactId><version>3.0- TRUNK</version></dependency>19 <dependency><groupId>omero</groupId><artifactId>ejb</artifactId><version>3.0- TRUNK</version></dependency>20 <dependency><groupId>omero</groupId><artifactId>rendering</artifactId><version>3.0- TRUNK</version></dependency>21 <dependency><groupId>omero</groupId><artifactId>sandbox</artifactId><version>3.0- TRUNK</version></dependency>22 <dependency><groupId>omero</groupId><artifactId>server</artifactId><version>3.0- TRUNK</version></dependency>15 <dependency><groupId>omero</groupId><artifactId>client</artifactId><version>3.0-M3</version></dependency> 16 <dependency><groupId>omero</groupId><artifactId>common</artifactId><version>3.0-M3</version></dependency> 17 <dependency><groupId>omero</groupId><artifactId>dsl</artifactId><version>3.0-M3</version></dependency> 18 <dependency><groupId>omero</groupId><artifactId>romio</artifactId><version>3.0-M3</version></dependency> 19 <dependency><groupId>omero</groupId><artifactId>ejb</artifactId><version>3.0-M3</version></dependency> 20 <dependency><groupId>omero</groupId><artifact
