refactor: word Signed-off-by: Morgan E. Cook <morgan.e.cook@boeing.com>
diff --git a/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF index 538cce2..6f862bf 100644 --- a/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
@@ -11,7 +11,7 @@ org.apache.commons.httpclient, org.apache.commons.httpclient.methods, org.apache.commons.httpclient.params, - org.apache.commons.lang.mutable;version="2.6.0", + org.apache.commons.lang.mutable, org.codehaus.jackson, org.codehaus.jackson.annotate, org.codehaus.jackson.map,
diff --git a/plugins/org.eclipse.osee.framework.core/build.properties b/plugins/org.eclipse.osee.framework.core/build.properties index 34d2e4d..64907e3 100644 --- a/plugins/org.eclipse.osee.framework.core/build.properties +++ b/plugins/org.eclipse.osee.framework.core/build.properties
@@ -1,4 +1,5 @@ -source.. = src/ +source.. = src/,\ + src-gen/ output.. = bin/ bin.includes = META-INF/,\ .