Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Jury2015-03-02 18:30:40 +0000
committerRoberto E. Escobar2015-03-02 18:30:40 +0000
commit60253898d1c7dae9a2c8de834475ff7d7ee00b32 (patch)
tree12bef61a5d0d6b60e28d624858caad0d8d6409ad /plugins/org.eclipse.osee.ote.master.product/pom.xml
parent82e88dbcc9ad4dd3b84fb93350c24f628387a025 (diff)
downloadorg.eclipse.osee-60253898d1c7dae9a2c8de834475ff7d7ee00b32.tar.gz
org.eclipse.osee-60253898d1c7dae9a2c8de834475ff7d7ee00b32.tar.xz
org.eclipse.osee-60253898d1c7dae9a2c8de834475ff7d7ee00b32.zip
feature: Updates for OTE master server
Diffstat (limited to 'plugins/org.eclipse.osee.ote.master.product/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.ote.master.product/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ote.master.product/pom.xml b/plugins/org.eclipse.osee.ote.master.product/pom.xml
index f4933d8d997..264989fc3bb 100644
--- a/plugins/org.eclipse.osee.ote.master.product/pom.xml
+++ b/plugins/org.eclipse.osee.ote.master.product/pom.xml
@@ -54,6 +54,7 @@
<property name="products-directory" value="${project.build.directory}/products" />
<property name="output-directory" value="${project.build.directory}" />
<property name="resources-directory" value="${project.basedir}/resources" />
+ <property name="etc-content-directory" value="${project.basedir}/etc" />
<ant antfile="customize-product.xml" target="run"
inheritRefs="true" />

Back to the top