From bc481b127c2c493acf173047880d2214f00dacbe Mon Sep 17 00:00:00 2001 From: Brian Chan Date: Thu, 16 Aug 2012 14:46:05 -0700 Subject: [PATCH] LPS-29261 --- .gitignore | 1 + build-common-plugin.xml | 1 + clients/portal-compat-client/build.xml | 17 +++++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 clients/portal-compat-client/build.xml diff --git a/.gitignore b/.gitignore index 474cd85e8991..3c29059a4c0f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ _sass_cache_*.css /*/*/tmp /*/*/docroot/WEB-INF/classes +/*/*/docroot/WEB-INF/lib/portal-compat-client.jar /build.*.properties /dist \ No newline at end of file diff --git a/build-common-plugin.xml b/build-common-plugin.xml index 0a2ba391152d..2e6dc2ed0c81 100644 --- a/build-common-plugin.xml +++ b/build-common-plugin.xml @@ -532,6 +532,7 @@ + diff --git a/clients/portal-compat-client/build.xml b/clients/portal-compat-client/build.xml new file mode 100644 index 000000000000..fdf371f27487 --- /dev/null +++ b/clients/portal-compat-client/build.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + \ No newline at end of file