Jean-Francois Leveque

Nettoyage IDE

Showing 44 changed files with 0 additions and 679 deletions
1 -grogEE
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="ArtifactManager">
2 - <artifact type="war" name="grogEE:war">
3 - <output-path>$PROJECT_DIR$/target</output-path>
4 - <root id="archive" name="grogEE-1.0-SNAPSHOT.war">
5 - <element id="artifact" artifact-name="grogEE:war exploded" />
6 - </root>
7 - </artifact>
8 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="ArtifactManager">
2 - <artifact type="exploded-war" name="grogEE:war exploded">
3 - <output-path>$PROJECT_DIR$/target/grogEE-1.0-SNAPSHOT</output-path>
4 - <root id="root">
5 - <element id="directory" name="WEB-INF">
6 - <element id="directory" name="classes">
7 - <element id="module-output" name="grogEE" />
8 - </element>
9 - <element id="directory" name="lib">
10 - <element id="library" level="project" name="Maven: org.slf4j:slf4j-api:1.7.21" />
11 - <element id="library" level="project" name="Maven: ch.qos.logback:logback-classic:1.1.7" />
12 - <element id="library" level="project" name="Maven: ch.qos.logback:logback-core:1.1.7" />
13 - <element id="library" level="project" name="Maven: com.h2database:h2:1.4.192" />
14 - <element id="library" level="project" name="Maven: org.springframework.data:spring-data-jpa:1.9.4.RELEASE" />
15 - <element id="library" level="project" name="Maven: org.springframework.data:spring-data-commons:1.11.4.RELEASE" />
16 - <element id="library" level="project" name="Maven: org.springframework:spring-orm:4.2.7.RELEASE" />
17 - <element id="library" level="project" name="Maven: org.springframework:spring-jdbc:4.2.7.RELEASE" />
18 - <element id="library" level="project" name="Maven: org.springframework:spring-context:4.2.7.RELEASE" />
19 - <element id="library" level="project" name="Maven: org.springframework:spring-expression:4.2.7.RELEASE" />
20 - <element id="library" level="project" name="Maven: org.springframework:spring-aop:4.2.7.RELEASE" />
21 - <element id="library" level="project" name="Maven: aopalliance:aopalliance:1.0" />
22 - <element id="library" level="project" name="Maven: org.springframework:spring-tx:4.2.7.RELEASE" />
23 - <element id="library" level="project" name="Maven: org.springframework:spring-beans:4.2.7.RELEASE" />
24 - <element id="library" level="project" name="Maven: org.springframework:spring-core:4.2.7.RELEASE" />
25 - <element id="library" level="project" name="Maven: org.aspectj:aspectjrt:1.8.9" />
26 - <element id="library" level="project" name="Maven: org.slf4j:jcl-over-slf4j:1.7.21" />
27 - </element>
28 - </element>
29 - <element id="directory" name="META-INF">
30 - <element id="file-copy" path="$PROJECT_DIR$/target/grogEE-1.0-SNAPSHOT/META-INF/MANIFEST.MF" />
31 - </element>
32 - <element id="javaee-facet-resources" facet="grogEE/web/Web" />
33 - </root>
34 - </artifact>
35 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<?xml version="1.0" encoding="UTF-8"?>
2 -<project version="4">
3 - <component name="CompilerConfiguration">
4 - <option name="DEFAULT_COMPILER" value="Javac" />
5 - <resourceExtensions />
6 - <wildcardResourcePatterns>
7 - <entry name="!?*.java" />
8 - <entry name="!?*.form" />
9 - <entry name="!?*.class" />
10 - <entry name="!?*.groovy" />
11 - <entry name="!?*.scala" />
12 - <entry name="!?*.flex" />
13 - <entry name="!?*.kt" />
14 - <entry name="!?*.clj" />
15 - </wildcardResourcePatterns>
16 - <annotationProcessing>
17 - <profile default="true" name="Default" enabled="false">
18 - <processorPath useClasspath="true" />
19 - </profile>
20 - <profile default="false" name="Maven default annotation processors profile" enabled="true">
21 - <sourceOutputDir name="target/generated-sources/annotations" />
22 - <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
23 - <outputRelativeToContentRoot value="true" />
24 - <processorPath useClasspath="true" />
25 - <module name="grogEE" />
26 - </profile>
27 - </annotationProcessing>
28 - <bytecodeTargetLevel>
29 - <module name="grogEE" target="1.5" />
30 - </bytecodeTargetLevel>
31 - </component>
32 -</project>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="CopyrightManager">
2 - <settings default="" />
3 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<?xml version="1.0" encoding="UTF-8"?>
2 -<project version="4">
3 - <component name="Encoding">
4 - <file url="file://$PROJECT_DIR$" charset="UTF-8" />
5 - </component>
6 -</project>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: aopalliance:aopalliance:1.0">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/aopalliance/aopalliance/1.0/aopalliance-1.0.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/aopalliance/aopalliance/1.0/aopalliance-1.0-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: ch.qos.logback:logback-classic:1.1.7">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: ch.qos.logback:logback-core:1.1.7">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-core/1.1.7/logback-core-1.1.7.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-core/1.1.7/logback-core-1.1.7-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/ch/qos/logback/logback-core/1.1.7/logback-core-1.1.7-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: com.h2database:h2:1.4.192">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/com/h2database/h2/1.4.192/h2-1.4.192.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/com/h2database/h2/1.4.192/h2-1.4.192-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/com/h2database/h2/1.4.192/h2-1.4.192-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: commons-collections:commons-collections:3.2.2">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: commons-lang:commons-lang:2.6">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/commons-lang/commons-lang/2.6/commons-lang-2.6-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: commons-pool:commons-pool:1.6">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/commons-pool/commons-pool/1.6/commons-pool-1.6.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/commons-pool/commons-pool/1.6/commons-pool-1.6-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/commons-pool/commons-pool/1.6/commons-pool-1.6-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: junit:junit:4.12">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.12/junit-4.12-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: net.sourceforge.serp:serp:1.15.1">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/net/sourceforge/serp/serp/1.15.1/serp-1.15.1.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/net/sourceforge/serp/serp/1.15.1/serp-1.15.1-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/net/sourceforge/serp/serp/1.15.1/serp-1.15.1-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.apache.geronimo.specs:geronimo-jpa_2.0_spec:1.1">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.1/geronimo-jpa_2.0_spec-1.1.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.1/geronimo-jpa_2.0_spec-1.1-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.1/geronimo-jpa_2.0_spec-1.1-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1.1">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.apache.openjpa:openjpa:2.4.1">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/openjpa/openjpa/2.4.1/openjpa-2.4.1.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/openjpa/openjpa/2.4.1/openjpa-2.4.1-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/openjpa/openjpa/2.4.1/openjpa-2.4.1-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.apache.tomee:javaee-api:7.0">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomee/javaee-api/7.0/javaee-api-7.0.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomee/javaee-api/7.0/javaee-api-7.0-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/tomee/javaee-api/7.0/javaee-api-7.0-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.apache.xbean:xbean-asm5-shaded:3.17">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/xbean/xbean-asm5-shaded/3.17/xbean-asm5-shaded-3.17.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/xbean/xbean-asm5-shaded/3.17/xbean-asm5-shaded-3.17-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/apache/xbean/xbean-asm5-shaded/3.17/xbean-asm5-shaded-3.17-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.aspectj:aspectjrt:1.8.9">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/aspectj/aspectjrt/1.8.9/aspectjrt-1.8.9.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/aspectj/aspectjrt/1.8.9/aspectjrt-1.8.9-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/aspectj/aspectjrt/1.8.9/aspectjrt-1.8.9-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.assertj:assertj-core:1.6.1">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/assertj/assertj-core/1.6.1/assertj-core-1.6.1.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/assertj/assertj-core/1.6.1/assertj-core-1.6.1-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/assertj/assertj-core/1.6.1/assertj-core-1.6.1-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.hamcrest:hamcrest-core:1.3">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.mockito:mockito-core:1.10.19">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.objenesis:objenesis:2.1">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/2.1/objenesis-2.1.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/2.1/objenesis-2.1-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/2.1/objenesis-2.1-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.slf4j:jcl-over-slf4j:1.7.21">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.slf4j:slf4j-api:1.7.21">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.springframework.data:spring-data-commons:1.11.4.RELEASE">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/1.11.4.RELEASE/spring-data-commons-1.11.4.RELEASE.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/1.11.4.RELEASE/spring-data-commons-1.11.4.RELEASE-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-commons/1.11.4.RELEASE/spring-data-commons-1.11.4.RELEASE-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.springframework.data:spring-data-jpa:1.9.4.RELEASE">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-jpa/1.9.4.RELEASE/spring-data-jpa-1.9.4.RELEASE.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-jpa/1.9.4.RELEASE/spring-data-jpa-1.9.4.RELEASE-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/data/spring-data-jpa/1.9.4.RELEASE/spring-data-jpa-1.9.4.RELEASE-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.springframework:spring-aop:4.2.7.RELEASE">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aop/4.2.7.RELEASE/spring-aop-4.2.7.RELEASE.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aop/4.2.7.RELEASE/spring-aop-4.2.7.RELEASE-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aop/4.2.7.RELEASE/spring-aop-4.2.7.RELEASE-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.springframework:spring-beans:4.2.7.RELEASE">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/4.2.7.RELEASE/spring-beans-4.2.7.RELEASE.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/4.2.7.RELEASE/spring-beans-4.2.7.RELEASE-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/4.2.7.RELEASE/spring-beans-4.2.7.RELEASE-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.springframework:spring-context:4.2.7.RELEASE">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context/4.2.7.RELEASE/spring-context-4.2.7.RELEASE.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context/4.2.7.RELEASE/spring-context-4.2.7.RELEASE-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context/4.2.7.RELEASE/spring-context-4.2.7.RELEASE-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.springframework:spring-core:4.2.7.RELEASE">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-core/4.2.7.RELEASE/spring-core-4.2.7.RELEASE.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-core/4.2.7.RELEASE/spring-core-4.2.7.RELEASE-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-core/4.2.7.RELEASE/spring-core-4.2.7.RELEASE-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.springframework:spring-expression:4.2.7.RELEASE">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-expression/4.2.7.RELEASE/spring-expression-4.2.7.RELEASE.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-expression/4.2.7.RELEASE/spring-expression-4.2.7.RELEASE-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-expression/4.2.7.RELEASE/spring-expression-4.2.7.RELEASE-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.springframework:spring-jdbc:4.2.7.RELEASE">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jdbc/4.2.7.RELEASE/spring-jdbc-4.2.7.RELEASE.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jdbc/4.2.7.RELEASE/spring-jdbc-4.2.7.RELEASE-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-jdbc/4.2.7.RELEASE/spring-jdbc-4.2.7.RELEASE-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.springframework:spring-orm:4.2.7.RELEASE">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-orm/4.2.7.RELEASE/spring-orm-4.2.7.RELEASE.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-orm/4.2.7.RELEASE/spring-orm-4.2.7.RELEASE-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-orm/4.2.7.RELEASE/spring-orm-4.2.7.RELEASE-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Maven: org.springframework:spring-tx:4.2.7.RELEASE">
3 - <CLASSES>
4 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-tx/4.2.7.RELEASE/spring-tx-4.2.7.RELEASE.jar!/" />
5 - </CLASSES>
6 - <JAVADOC>
7 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-tx/4.2.7.RELEASE/spring-tx-4.2.7.RELEASE-javadoc.jar!/" />
8 - </JAVADOC>
9 - <SOURCES>
10 - <root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-tx/4.2.7.RELEASE/spring-tx-4.2.7.RELEASE-sources.jar!/" />
11 - </SOURCES>
12 - </library>
13 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<component name="libraryTable">
2 - <library name="Mojarra-1.2">
3 - <CLASSES>
4 - <root url="jar://$PROJECT_DIR$/lib/jstl-1.1.0.jar!/" />
5 - <root url="jar://$PROJECT_DIR$/lib/jsf-api.jar!/" />
6 - <root url="jar://$PROJECT_DIR$/lib/jsf-impl.jar!/" />
7 - </CLASSES>
8 - <JAVADOC />
9 - <SOURCES />
10 - </library>
11 -</component>
...\ No newline at end of file ...\ No newline at end of file
1 -<?xml version="1.0" encoding="UTF-8"?>
2 -<project version="4">
3 - <component name="EntryPointsManager">
4 - <entry_points version="2.0" />
5 - </component>
6 - <component name="FrameworkDetectionExcludesConfiguration">
7 - <file type="web" url="file://$PROJECT_DIR$" />
8 - </component>
9 - <component name="MavenProjectsManager">
10 - <option name="originalFiles">
11 - <list>
12 - <option value="$PROJECT_DIR$/pom.xml" />
13 - </list>
14 - </option>
15 - </component>
16 - <component name="ProjectLevelVcsManager" settingsEditedManually="false">
17 - <OptionsSetting value="true" id="Add" />
18 - <OptionsSetting value="true" id="Remove" />
19 - <OptionsSetting value="true" id="Checkout" />
20 - <OptionsSetting value="true" id="Update" />
21 - <OptionsSetting value="true" id="Status" />
22 - <OptionsSetting value="true" id="Edit" />
23 - <ConfirmationsSetting value="0" id="Add" />
24 - <ConfirmationsSetting value="0" id="Remove" />
25 - </component>
26 - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
27 - <output url="file://$PROJECT_DIR$/classes" />
28 - </component>
29 -</project>
...\ No newline at end of file ...\ No newline at end of file
1 -<?xml version="1.0" encoding="UTF-8"?>
2 -<project version="4">
3 - <component name="ProjectModuleManager">
4 - <modules>
5 - <module fileurl="file://$PROJECT_DIR$/grogEE.iml" filepath="$PROJECT_DIR$/grogEE.iml" />
6 - </modules>
7 - </component>
8 -</project>
...\ No newline at end of file ...\ No newline at end of file
1 -<?xml version="1.0" encoding="UTF-8"?>
2 -<project version="4">
3 - <component name="Palette2">
4 - <group name="Swing">
5 - <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
6 - <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
7 - </item>
8 - <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
9 - <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
10 - </item>
11 - <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
12 - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
13 - </item>
14 - <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
15 - <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
16 - </item>
17 - <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
18 - <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
19 - <initial-values>
20 - <property name="text" value="Button" />
21 - </initial-values>
22 - </item>
23 - <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
24 - <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
25 - <initial-values>
26 - <property name="text" value="RadioButton" />
27 - </initial-values>
28 - </item>
29 - <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
30 - <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
31 - <initial-values>
32 - <property name="text" value="CheckBox" />
33 - </initial-values>
34 - </item>
35 - <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
36 - <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
37 - <initial-values>
38 - <property name="text" value="Label" />
39 - </initial-values>
40 - </item>
41 - <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
42 - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
43 - <preferred-size width="150" height="-1" />
44 - </default-constraints>
45 - </item>
46 - <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
47 - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
48 - <preferred-size width="150" height="-1" />
49 - </default-constraints>
50 - </item>
51 - <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
52 - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
53 - <preferred-size width="150" height="-1" />
54 - </default-constraints>
55 - </item>
56 - <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
57 - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
58 - <preferred-size width="150" height="50" />
59 - </default-constraints>
60 - </item>
61 - <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
62 - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
63 - <preferred-size width="150" height="50" />
64 - </default-constraints>
65 - </item>
66 - <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
67 - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
68 - <preferred-size width="150" height="50" />
69 - </default-constraints>
70 - </item>
71 - <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
72 - <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
73 - </item>
74 - <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
75 - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
76 - <preferred-size width="150" height="50" />
77 - </default-constraints>
78 - </item>
79 - <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
80 - <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
81 - <preferred-size width="150" height="50" />
82 - </default-constraints>
83 - </item>
84 - <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
85 - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
86 - <preferred-size width="150" height="50" />
87 - </default-constraints>
88 - </item>
89 - <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
90 - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
91 - <preferred-size width="200" height="200" />
92 - </default-constraints>
93 - </item>
94 - <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
95 - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
96 - <preferred-size width="200" height="200" />
97 - </default-constraints>
98 - </item>
99 - <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
100 - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
101 - </item>
102 - <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
103 - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
104 - </item>
105 - <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
106 - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
107 - </item>
108 - <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
109 - <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
110 - </item>
111 - <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
112 - <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
113 - <preferred-size width="-1" height="20" />
114 - </default-constraints>
115 - </item>
116 - <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
117 - <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
118 - </item>
119 - <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
120 - <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
121 - </item>
122 - </group>
123 - </component>
124 -</project>
...\ No newline at end of file ...\ No newline at end of file
1 -<?xml version="1.0" encoding="UTF-8"?>
2 -<project version="4">
3 - <component name="VcsDirectoryMappings">
4 - <mapping directory="" vcs="" />
5 - </component>
6 -</project>
...\ No newline at end of file ...\ No newline at end of file
This diff is collapsed. Click to expand it.