Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit 467e0ce

Browse files
committed
logo change, grails config changes
1 parent 469e241 commit 467e0ce

File tree

19 files changed

+329
-246
lines changed

19 files changed

+329
-246
lines changed

GeneTracker/GeneTracker.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<orderEntry type="library" scope="PROVIDED" name="grails-2.1.1" level="application" />
5252
<orderEntry type="library" scope="PROVIDED" name="grails-2.2.0" level="application" />
5353
<orderEntry type="library" scope="PROVIDED" name="grails-2.2.2" level="application" />
54+
<orderEntry type="module" module-name="OpenLabTaqMan-grailsPlugins" />
5455
<orderEntry type="library" scope="PROVIDED" name="grails-2.2.4" level="application" />
5556
<orderEntry type="module-library" exported="">
5657
<library name="Grails User Library (GeneTracker)">
@@ -64,7 +65,6 @@
6465
<jarDirectory url="file://$MODULE_DIR$/lib" recursive="false" />
6566
</library>
6667
</orderEntry>
67-
<orderEntry type="module" module-name="OpenLabTaqMan-grailsPlugins" />
6868
</component>
6969
</module>
7070

GeneTracker/plugin.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<plugin name='gene-tracker' version='1.0' grailsVersion='2.2.2 &gt; *'>
1+
<plugin name='gene-tracker' version='1.0' grailsVersion='2.2.4 &gt; *'>
22
<author>Your name</author>
33
<title>Plugin summary/headline</title>
44
<description>\
@@ -61,8 +61,8 @@ Brief description of the plugin.
6161
<repositories>
6262
<repository name='grailsCentral' url='http://grails.org/plugins' />
6363
<repository name='mavenCentral' url='http://repo1.maven.org/maven2/' />
64-
<repository name='http://snapshots.repository.codehaus.org' url='http://snapshots.repository.codehaus.org/' />
6564
<repository name='http://maven.springframework.org/milestone/' url='http://maven.springframework.org/milestone/' />
65+
<repository name='http://snapshots.repository.codehaus.org' url='http://snapshots.repository.codehaus.org/' />
6666
<repository name='http://repo.desirableobjects.co.uk' url='http://repo.desirableobjects.co.uk/' />
6767
<repository name='http://m2repo.spockframework.org/releases/' url='http://m2repo.spockframework.org/releases/' />
6868
<repository name='http://m2repo.spockframework.org/snapshots/' url='http://m2repo.spockframework.org/snapshots/' />
@@ -73,8 +73,8 @@ Brief description of the plugin.
7373
</repositories>
7474
<dependencies>
7575
<compile>
76+
<dependency group='org.grails' name='grails-webflow' version='2.2.4' />
7677
<dependency group='org.cloudfoundry' name='cloudfoundry-runtime' version='0.8.4' />
77-
<dependency group='org.grails' name='grails-webflow' version='2.2.2' />
7878
</compile>
7979
<runtime>
8080
<dependency group='mysql' name='mysql-connector-java' version='5.1.16' />
@@ -83,33 +83,33 @@ Brief description of the plugin.
8383
</dependencies>
8484
<plugins>
8585
<compile>
86-
<plugin group='org.grails.plugins' name='spring-security-core' version='1.2.7.3' />
87-
<plugin group='org.grails.plugins' name='grails-ui' version='1.2.3' />
88-
<plugin group='org.grails.plugins' name='excel-import' version='1.0.0' />
89-
<plugin group='org.grails.plugins' name='yui' version='2.8.2.1' />
90-
<plugin group='org.grails.plugins' name='jquery-mobile' version='1.1.0.5' />
91-
<plugin group='org.grails.plugins' name='spring-security-cas' version='1.0.5' />
9286
<plugin group='org.grails.plugins' name='webflow' version='2.0.0' />
93-
<plugin group='org.grails.plugins' name='webxml' version='1.4.1' />
9487
<plugin group='org.grails.plugins' name='richui' version='0.8' />
88+
<plugin group='org.grails.plugins' name='jquery-mobile' version='1.1.0.5' />
9589
<plugin group='org.grails.plugins' name='spring-mobile' version='0.4' />
90+
<plugin group='org.grails.plugins' name='yui' version='2.8.2.1' />
91+
<plugin group='org.grails.plugins' name='excel-import' version='1.0.0' />
92+
<plugin group='org.grails.plugins' name='spring-security-core' version='1.2.7.3' />
9693
<plugin group='org.grails.plugins' name='searchable' version='0.6.4' />
94+
<plugin group='org.grails.plugins' name='webxml' version='1.4.1' />
95+
<plugin group='org.grails.plugins' name='grails-ui' version='1.2.3' />
96+
<plugin group='org.grails.plugins' name='standalone' version='1.2.3' />
97+
<plugin group='org.grails.plugins' name='spring-security-cas' version='1.0.5' />
9798
</compile>
9899
<runtime>
100+
<plugin group='org.grails.plugins' name='jquery' version='1.7.1' />
101+
<plugin group='org.grails.plugins' name='cloud-foundry' version='1.2.3' />
102+
<plugin group='org.grails.plugins' name='joda-time' version='1.4' />
103+
<plugin group='org.grails.plugins' name='export' version='1.5' />
99104
<plugin group='org.grails.plugins' name='prototype' version='1.0' />
100105
<plugin group='org.grails.plugins' name='bubbling' version='2.1.4' />
101-
<plugin group='org.grails.plugins' name='export' version='1.5' />
102-
<plugin group='org.grails.plugins' name='quartz' version='0.4.2' />
103-
<plugin group='org.grails.plugins' name='jquery' version='1.7.1' />
104106
<plugin group='org.grails.plugins' name='resources' version='1.1.6' />
107+
<plugin group='org.grails.plugins' name='hibernate' version='2.2.4' />
105108
<plugin group='org.grails.plugins' name='ajax-uploader' version='1.1' />
106-
<plugin group='org.grails.plugins' name='cloud-foundry' version='1.2.3' />
107-
<plugin group='org.grails.plugins' name='hibernate' version='2.2.2' />
108-
<plugin group='org.grails.plugins' name='p6spy' version='0.4' />
109-
<plugin group='org.grails.plugins' name='joda-time' version='1.4' />
109+
<plugin group='org.grails.plugins' name='quartz' version='0.4.2' />
110110
</runtime>
111111
<build>
112-
<plugin group='org.grails.plugins' name='tomcat' version='2.2.2' />
112+
<plugin group='org.grails.plugins' name='tomcat' version='2.2.4' />
113113
</build>
114114
</plugins>
115115
<runtimePluginRequirements />

OpenLabAttachments/OpenLabAttachments.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<orderEntry type="library" scope="PROVIDED" name="grails-2.1.1" level="application" />
5050
<orderEntry type="library" scope="PROVIDED" name="grails-2.2.0" level="application" />
5151
<orderEntry type="library" scope="PROVIDED" name="grails-2.2.2" level="application" />
52+
<orderEntry type="module" module-name="OpenLabTaqMan-grailsPlugins" />
5253
<orderEntry type="library" scope="PROVIDED" name="grails-2.2.4" level="application" />
5354
<orderEntry type="module-library" exported="">
5455
<library name="Grails User Library (OpenLabAttachments)">
@@ -62,7 +63,6 @@
6263
<jarDirectory url="file://$MODULE_DIR$/lib" recursive="false" />
6364
</library>
6465
</orderEntry>
65-
<orderEntry type="module" module-name="OpenLabTaqMan-grailsPlugins" />
6666
</component>
6767
</module>
6868

OpenLabAttachments/plugin.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<plugin name='open-lab-attachments' version='1.0' grailsVersion='2.2.2 &gt; *'>
1+
<plugin name='open-lab-attachments' version='1.0' grailsVersion='2.2.4 &gt; *'>
22
<author>Your name</author>
33
<title>Plugin summary/headline</title>
44
<description>\
@@ -20,8 +20,8 @@ Brief description of the plugin.
2020
<repositories>
2121
<repository name='grailsCentral' url='http://grails.org/plugins' />
2222
<repository name='mavenCentral' url='http://repo1.maven.org/maven2/' />
23-
<repository name='http://snapshots.repository.codehaus.org' url='http://snapshots.repository.codehaus.org/' />
2423
<repository name='http://maven.springframework.org/milestone/' url='http://maven.springframework.org/milestone/' />
24+
<repository name='http://snapshots.repository.codehaus.org' url='http://snapshots.repository.codehaus.org/' />
2525
<repository name='http://repo.desirableobjects.co.uk' url='http://repo.desirableobjects.co.uk/' />
2626
<repository name='http://m2repo.spockframework.org/releases/' url='http://m2repo.spockframework.org/releases/' />
2727
<repository name='http://m2repo.spockframework.org/snapshots/' url='http://m2repo.spockframework.org/snapshots/' />
@@ -32,8 +32,8 @@ Brief description of the plugin.
3232
</repositories>
3333
<dependencies>
3434
<compile>
35+
<dependency group='org.grails' name='grails-webflow' version='2.2.4' />
3536
<dependency group='org.cloudfoundry' name='cloudfoundry-runtime' version='0.8.4' />
36-
<dependency group='org.grails' name='grails-webflow' version='2.2.2' />
3737
</compile>
3838
<runtime>
3939
<dependency group='mysql' name='mysql-connector-java' version='5.1.16' />
@@ -42,33 +42,33 @@ Brief description of the plugin.
4242
</dependencies>
4343
<plugins>
4444
<compile>
45-
<plugin group='org.grails.plugins' name='spring-security-core' version='1.2.7.3' />
46-
<plugin group='org.grails.plugins' name='grails-ui' version='1.2.3' />
47-
<plugin group='org.grails.plugins' name='excel-import' version='1.0.0' />
48-
<plugin group='org.grails.plugins' name='yui' version='2.8.2.1' />
49-
<plugin group='org.grails.plugins' name='jquery-mobile' version='1.1.0.5' />
50-
<plugin group='org.grails.plugins' name='spring-security-cas' version='1.0.5' />
5145
<plugin group='org.grails.plugins' name='webflow' version='2.0.0' />
52-
<plugin group='org.grails.plugins' name='webxml' version='1.4.1' />
5346
<plugin group='org.grails.plugins' name='richui' version='0.8' />
47+
<plugin group='org.grails.plugins' name='jquery-mobile' version='1.1.0.5' />
5448
<plugin group='org.grails.plugins' name='spring-mobile' version='0.4' />
49+
<plugin group='org.grails.plugins' name='yui' version='2.8.2.1' />
50+
<plugin group='org.grails.plugins' name='excel-import' version='1.0.0' />
51+
<plugin group='org.grails.plugins' name='spring-security-core' version='1.2.7.3' />
5552
<plugin group='org.grails.plugins' name='searchable' version='0.6.4' />
53+
<plugin group='org.grails.plugins' name='webxml' version='1.4.1' />
54+
<plugin group='org.grails.plugins' name='grails-ui' version='1.2.3' />
55+
<plugin group='org.grails.plugins' name='standalone' version='1.2.3' />
56+
<plugin group='org.grails.plugins' name='spring-security-cas' version='1.0.5' />
5657
</compile>
5758
<runtime>
59+
<plugin group='org.grails.plugins' name='jquery' version='1.7.1' />
60+
<plugin group='org.grails.plugins' name='cloud-foundry' version='1.2.3' />
61+
<plugin group='org.grails.plugins' name='joda-time' version='1.4' />
62+
<plugin group='org.grails.plugins' name='export' version='1.5' />
5863
<plugin group='org.grails.plugins' name='prototype' version='1.0' />
5964
<plugin group='org.grails.plugins' name='bubbling' version='2.1.4' />
60-
<plugin group='org.grails.plugins' name='export' version='1.5' />
61-
<plugin group='org.grails.plugins' name='quartz' version='0.4.2' />
62-
<plugin group='org.grails.plugins' name='jquery' version='1.7.1' />
6365
<plugin group='org.grails.plugins' name='resources' version='1.1.6' />
66+
<plugin group='org.grails.plugins' name='hibernate' version='2.2.4' />
6467
<plugin group='org.grails.plugins' name='ajax-uploader' version='1.1' />
65-
<plugin group='org.grails.plugins' name='cloud-foundry' version='1.2.3' />
66-
<plugin group='org.grails.plugins' name='hibernate' version='2.2.2' />
67-
<plugin group='org.grails.plugins' name='p6spy' version='0.4' />
68-
<plugin group='org.grails.plugins' name='joda-time' version='1.4' />
68+
<plugin group='org.grails.plugins' name='quartz' version='0.4.2' />
6969
</runtime>
7070
<build>
71-
<plugin group='org.grails.plugins' name='tomcat' version='2.2.2' />
71+
<plugin group='org.grails.plugins' name='tomcat' version='2.2.4' />
7272
</build>
7373
</plugins>
7474
<runtimePluginRequirements />

OpenLabBackend/OpenLabBackend.iml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<orderEntry type="library" scope="PROVIDED" name="grails-2.1.1" level="application" />
4949
<orderEntry type="library" scope="PROVIDED" name="grails-2.2.1" level="application" />
5050
<orderEntry type="library" scope="PROVIDED" name="grails-2.2.2" level="application" />
51+
<orderEntry type="module" module-name="OpenLabTaqMan-grailsPlugins" />
5152
<orderEntry type="library" scope="PROVIDED" name="grails-2.2.4" level="application" />
5253
<orderEntry type="module-library" exported="">
5354
<library name="Grails User Library (OpenLabBackend)">
@@ -69,23 +70,38 @@
6970
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.poi/poi/jars/poi-3.7.jar!/" />
7071
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.codehaus.jackson/jackson-core-asl/jars/jackson-core-asl-1.6.2.jar!/" />
7172
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.codehaus.jackson/jackson-mapper-asl/jars/jackson-mapper-asl-1.6.2.jar!/" />
72-
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.cloudfoundry/cloudfoundry-client-lib/jars/cloudfoundry-client-lib-0.7.5.jar!/" />
73-
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.cloudfoundry/cloudfoundry-caldecott-lib/jars/cloudfoundry-caldecott-lib-0.1.1.jar!/" />
7473
<root url="jar://$USER_HOME$/.grails/ivy-cache/mysql/mysql-connector-java/jars/mysql-connector-java-5.1.16.jar!/" />
74+
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.eclipse.jdt.core.compiler/ecj/jars/ecj-3.7.2.jar!/" />
75+
<root url="jar:///media/sf_D/Projects/Grails/OpenLabFramework/OpenLabFrontend/lib/sqljdbc4.jar!/" />
76+
<root url="jar:///media/sf_D/Projects/Grails/OpenLabFramework/OpenLabFrontend/lib/mysql-connector-java-5.1.10-bin.jar!/" />
77+
<root url="jar:///media/sf_D/Projects/Grails/OpenLabFramework/OpenLabFrontend/lib/log4jdbc4-1.2.jar!/" />
78+
<root url="jar:///media/sf_D/Projects/Grails/OpenLabFramework/OpenLabFrontend/lib/jtds-1.2.5.jar!/" />
79+
<root url="jar:///media/sf_D/Projects/Grails/OpenLabFramework/OpenLabFrontend/lib/c3p0-0.9.1.2.jar!/" />
80+
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat.embed/tomcat-embed-jasper/jars/tomcat-embed-jasper-7.0.42.jar!/" />
81+
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat.embed/tomcat-embed-logging-juli/jars/tomcat-embed-logging-juli-7.0.42.jar!/" />
82+
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat/tomcat-catalina-ant/jars/tomcat-catalina-ant-7.0.42.jar!/" />
83+
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat.embed/tomcat-embed-logging-log4j/jars/tomcat-embed-logging-log4j-7.0.42.jar!/" />
84+
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat.embed/tomcat-embed-core/jars/tomcat-embed-core-7.0.42.jar!/" />
7585
<root url="jar://$USER_HOME$/.grails/ivy-cache/backport-util-concurrent/backport-util-concurrent/jars/backport-util-concurrent-3.0.jar!/" />
7686
<root url="jar://$USER_HOME$/.grails/ivy-cache/net.sourceforge.wurfl/wurfl/jars/wurfl-1.2.jar!/" />
7787
<root url="jar://$USER_HOME$/.grails/ivy-cache/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar!/" />
7888
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.springframework.mobile/spring-mobile-device/jars/spring-mobile-device-1.0.0.M3.jar!/" />
79-
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.gmock/gmock/jars/gmock-0.8.2.jar!/" />
80-
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.eclipse.jdt.core.compiler/ecj/jars/ecj-3.7.2.jar!/" />
8189
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.cloudfoundry/cloudfoundry-runtime/jars/cloudfoundry-runtime-0.8.4.jar!/" />
90+
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.cloudfoundry/cloudfoundry-client-lib/jars/cloudfoundry-client-lib-0.7.5.jar!/" />
91+
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.cloudfoundry/cloudfoundry-caldecott-lib/jars/cloudfoundry-caldecott-lib-0.1.1.jar!/" />
92+
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat/tomcat-annotations-api/jars/tomcat-annotations-api-7.0.42.jar!/" />
93+
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat/tomcat-catalina/jars/tomcat-catalina-7.0.42.jar!/" />
94+
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat/tomcat-servlet-api/jars/tomcat-servlet-api-7.0.42.jar!/" />
95+
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat/tomcat-api/jars/tomcat-api-7.0.42.jar!/" />
96+
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat/tomcat-util/jars/tomcat-util-7.0.42.jar!/" />
97+
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat/tomcat-juli/jars/tomcat-juli-7.0.42.jar!/" />
98+
<root url="jar://$USER_HOME$/.grails/ivy-cache/org.apache.tomcat/tomcat-coyote/jars/tomcat-coyote-7.0.42.jar!/" />
8299
</CLASSES>
83100
<JAVADOC />
84101
<SOURCES />
85102
<jarDirectory url="file://$MODULE_DIR$/lib" recursive="false" />
86103
</library>
87104
</orderEntry>
88-
<orderEntry type="module" module-name="OpenLabTaqMan-grailsPlugins" />
89105
</component>
90106
</module>
91107

0 commit comments

Comments
 (0)