You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by sa...@apache.org on 2016/10/05 11:47:16 UTC

[3/3] ode-console git commit: Add thirparty component license under META-INF

Add thirparty component license under META-INF


Project: http://git-wip-us.apache.org/repos/asf/ode-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/ode-console/commit/624c8d28
Tree: http://git-wip-us.apache.org/repos/asf/ode-console/tree/624c8d28
Diff: http://git-wip-us.apache.org/repos/asf/ode-console/diff/624c8d28

Branch: refs/heads/master
Commit: 624c8d28cde1ef7f084fe00114ff16655a9f004c
Parents: 71fe766
Author: sathwik <sa...@apache.org>
Authored: Wed Oct 5 17:13:13 2016 +0530
Committer: sathwik <sa...@apache.org>
Committed: Wed Oct 5 17:13:13 2016 +0530

----------------------------------------------------------------------
 pom.xml        | 8 ++++++++
 src/index.html | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode-console/blob/624c8d28/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 50da66b..6024dcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,6 +175,14 @@ under the License.
                 <version>${maven-release-plugin.version}</version>
             </plugin>
         </plugins>
+
+        <!-- Add thirparty component License under META-INF-->
+        <resources>
+            <resource>
+                <directory>legal</directory>
+                <targetPath>META-INF</targetPath>
+            </resource>
+        </resources>
     </build>
 
     <!--

http://git-wip-us.apache.org/repos/asf/ode-console/blob/624c8d28/src/index.html
----------------------------------------------------------------------
diff --git a/src/index.html b/src/index.html
index 9d16a0b..520818d 100644
--- a/src/index.html
+++ b/src/index.html
@@ -67,7 +67,6 @@
     <script src="app/st-select.directive.js"></script>
     <script src="vendor/jquery.xpath.js"></script>
     <script src="vendor/vkbeautify.js"></script>
-    <script src="app/dashboard/dashboard.controller.js"></script>
     <script src="app/instance/instance.controller.js"></script>
     <script src="app/instance/instance.service.js"></script>
     <script src="app/instance/instanceactions.controller.js"></script>
@@ -76,6 +75,7 @@
     <script src="app/process/process.service.js"></script>
     <script src="app/process/processactions.controller.js"></script>
     <script src="app/process/processlist.controller.js"></script>
+    <script src="app/dashboard/dashboard.controller.js"></script>
     <script src="components/navbar/navbar.controller.js"></script>
     <!-- endinject -->