From e85871861ab7cb63a1465b20ef27eb8baabf3d3a Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Tue, 14 May 2013 12:48:25 +0400 Subject: [PATCH] New module for descriptor serialization code --- .idea/libraries/annotations.xml | 9 +++++++++ .idea/libraries/junit.xml | 9 +++++++++ .idea/libraries/trove4j.xml | 12 ++++++++++++ .idea/modules.xml | 1 + .../frontend/serialization/serialization.iml | 18 ++++++++++++++++++ compiler/tests/compiler-tests.iml | 2 ++ 6 files changed, 51 insertions(+) create mode 100644 .idea/libraries/annotations.xml create mode 100644 .idea/libraries/junit.xml create mode 100644 .idea/libraries/trove4j.xml create mode 100644 compiler/frontend/serialization/serialization.iml diff --git a/.idea/libraries/annotations.xml b/.idea/libraries/annotations.xml new file mode 100644 index 00000000000..cf741900bcf --- /dev/null +++ b/.idea/libraries/annotations.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/junit.xml b/.idea/libraries/junit.xml new file mode 100644 index 00000000000..6a153a12293 --- /dev/null +++ b/.idea/libraries/junit.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/trove4j.xml b/.idea/libraries/trove4j.xml new file mode 100644 index 00000000000..0192714597f --- /dev/null +++ b/.idea/libraries/trove4j.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 0d280ea1e3e..4d1846a6f2a 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -29,6 +29,7 @@ + diff --git a/compiler/frontend/serialization/serialization.iml b/compiler/frontend/serialization/serialization.iml new file mode 100644 index 00000000000..0cbd573d001 --- /dev/null +++ b/compiler/frontend/serialization/serialization.iml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/compiler/tests/compiler-tests.iml b/compiler/tests/compiler-tests.iml index c29422b9f46..2e820b9b71b 100644 --- a/compiler/tests/compiler-tests.iml +++ b/compiler/tests/compiler-tests.iml @@ -7,6 +7,7 @@ + @@ -15,6 +16,7 @@ +