diff options
6 files changed, 61 insertions, 1 deletions
diff --git a/gwtquery-core/.idea/artifacts/chosen_sample_war.xml b/gwtquery-core/.idea/artifacts/chosen_sample_war.xml new file mode 100644 index 00000000..140e2d14 --- /dev/null +++ b/gwtquery-core/.idea/artifacts/chosen_sample_war.xml @@ -0,0 +1,8 @@ +<component name="ArtifactManager"> + <artifact type="war" name="chosen-sample:war"> + <output-path>$PROJECT_DIR$/../../chosen/sample/target</output-path> + <root id="archive" name="chosen-sample-1.1.0.war"> + <element id="artifact" artifact-name="chosen-sample:war exploded" /> + </root> + </artifact> +</component>
\ No newline at end of file diff --git a/gwtquery-core/.idea/artifacts/chosen_sample_war_exploded.xml b/gwtquery-core/.idea/artifacts/chosen_sample_war_exploded.xml new file mode 100644 index 00000000..0832b657 --- /dev/null +++ b/gwtquery-core/.idea/artifacts/chosen_sample_war_exploded.xml @@ -0,0 +1,13 @@ +<component name="ArtifactManager"> + <artifact type="exploded-war" name="chosen-sample:war exploded"> + <output-path>$PROJECT_DIR$/../../chosen/sample/target/chosen-sample-1.1.0</output-path> + <root id="root"> + <element id="javaee-facet-resources" facet="chosen-sample/web/Web" /> + <element id="directory" name="WEB-INF"> + <element id="directory" name="classes"> + <element id="module-output" name="chosen-sample" /> + </element> + </element> + </root> + </artifact> +</component>
\ No newline at end of file diff --git a/gwtquery-core/.idea/libraries/Maven__com_google_gwt_gwt_dev_2_4_0.xml b/gwtquery-core/.idea/libraries/Maven__com_google_gwt_gwt_dev_2_4_0.xml new file mode 100644 index 00000000..0a8fdd18 --- /dev/null +++ b/gwtquery-core/.idea/libraries/Maven__com_google_gwt_gwt_dev_2_4_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.gwt:gwt-dev:2.4.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/gwt/gwt-dev/2.4.0/gwt-dev-2.4.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/gwt/gwt-dev/2.4.0/gwt-dev-2.4.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/gwt/gwt-dev/2.4.0/gwt-dev-2.4.0-sources.jar!/" /> + </SOURCES> + </library> +</component>
\ No newline at end of file diff --git a/gwtquery-core/.idea/libraries/Maven__com_google_gwt_gwt_user_2_4_0.xml b/gwtquery-core/.idea/libraries/Maven__com_google_gwt_gwt_user_2_4_0.xml new file mode 100644 index 00000000..1160abc3 --- /dev/null +++ b/gwtquery-core/.idea/libraries/Maven__com_google_gwt_gwt_user_2_4_0.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: com.google.gwt:gwt-user:2.4.0"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/gwt/gwt-user/2.4.0/gwt-user-2.4.0.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/com/google/gwt/gwt-user/2.4.0/gwt-user-2.4.0-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/com/google/gwt/gwt-user/2.4.0/gwt-user-2.4.0-sources.jar!/" /> + </SOURCES> + </library> +</component>
\ No newline at end of file diff --git a/gwtquery-core/.idea/libraries/Maven__junit_junit_3_8_1.xml b/gwtquery-core/.idea/libraries/Maven__junit_junit_3_8_1.xml new file mode 100644 index 00000000..71b2993d --- /dev/null +++ b/gwtquery-core/.idea/libraries/Maven__junit_junit_3_8_1.xml @@ -0,0 +1,13 @@ +<component name="libraryTable"> + <library name="Maven: junit:junit:3.8.1"> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/junit/junit/3.8.1/junit-3.8.1.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/junit/junit/3.8.1/junit-3.8.1-javadoc.jar!/" /> + </JAVADOC> + <SOURCES> + <root url="jar://$MAVEN_REPOSITORY$/junit/junit/3.8.1/junit-3.8.1-sources.jar!/" /> + </SOURCES> + </library> +</component>
\ No newline at end of file @@ -165,7 +165,7 @@ <properties> <!-- <gwtversion>2.4.0-dollarpatch</gwtversion> --> - <gwtversion>2.5.0-rc1</gwtversion> + <gwtversion>2.5.0</gwtversion> <gwtmaven>2.4.0</gwtmaven> <gqueryclassifier /> <gwt.loglevel>INFO</gwt.loglevel> |