From 54042c1cebe20499fef610bbf946fcaf503c4c52 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Mon, 7 Jul 2014 10:28:12 -0500 Subject: [PATCH] Set source and resource directories in pom.xml This change allows NetBeans to show folders in the Projects pane when the pom.xml is opened as a project. Change-Id: Id695693ab24d9f2cdc92320bd0d7cb98c00b2a19 --- api-guide/pom.xml | 7 +++++++ api-quick-start/pom.xml | 12 ++++++++++++ api-ref-guides/pom.xml | 12 ++++++++++++ api-ref/pom.xml | 12 ++++++++++++ 4 files changed, 43 insertions(+) diff --git a/api-guide/pom.xml b/api-guide/pom.xml index aeacf404c..a6e83b21d 100644 --- a/api-guide/pom.xml +++ b/api-guide/pom.xml @@ -20,6 +20,13 @@ + + . + com.rackspace.cloud.api diff --git a/api-quick-start/pom.xml b/api-quick-start/pom.xml index 40eb52786..0fda59330 100644 --- a/api-quick-start/pom.xml +++ b/api-quick-start/pom.xml @@ -20,6 +20,18 @@ + + src + + + locale + + + com.rackspace.cloud.api diff --git a/api-ref-guides/pom.xml b/api-ref-guides/pom.xml index b458fdbd6..a692492cd 100644 --- a/api-ref-guides/pom.xml +++ b/api-ref-guides/pom.xml @@ -20,6 +20,18 @@ + + src + + + locale + + + com.rackspace.cloud.api diff --git a/api-ref/pom.xml b/api-ref/pom.xml index 7c0819c4b..1df3eadc0 100644 --- a/api-ref/pom.xml +++ b/api-ref/pom.xml @@ -19,6 +19,18 @@ UTF-8 + + src + + + locale + + + com.rackspace.cloud.api