From bcb07a5522644a08bfc947bbd9b0b482282c3da6 Mon Sep 17 00:00:00 2001 From: Sergey Solovyev Date: Sun, 4 Mar 2012 22:52:34 +0400 Subject: [PATCH] Test module added --- calculatorpp-main/pom.xml | 2 +- calculatorpp-test/pom.xml | 19 +++++++++++++++++++ pom.xml | 3 ++- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 calculatorpp-test/pom.xml diff --git a/calculatorpp-main/pom.xml b/calculatorpp-main/pom.xml index 25ed832e..8edf9a48 100644 --- a/calculatorpp-main/pom.xml +++ b/calculatorpp-main/pom.xml @@ -5,7 +5,7 @@ org.solovyev.android - calculatorpp-parent + calculatorpp 1.1.4 diff --git a/calculatorpp-test/pom.xml b/calculatorpp-test/pom.xml new file mode 100644 index 00000000..82c82616 --- /dev/null +++ b/calculatorpp-test/pom.xml @@ -0,0 +1,19 @@ + + + + + org.solovyev.android + calculatorpp + 1.1.4 + + + 4.0.0 + + org.solovyev.android + calculatorpp-test + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index cbc88fad..ad6b5812 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,14 @@ 4.0.0 org.solovyev.android - calculatorpp-parent + calculatorpp pom 1.1.4 ../android_common calculatorpp-main + calculatorpp-test