Disable applications build 54/48954/9
authorDaniel Malachovsky <dmalacho@cisco.com>
Sat, 3 Dec 2016 13:15:36 +0000 (14:15 +0100)
committerDaniel Malachovsky <dmalacho@cisco.com>
Tue, 21 Mar 2017 15:00:54 +0000 (16:00 +0100)
- removed apps from main, module and bundle pom.xml files
- removed node.less import in main.less file
- changed login and navigation spec.js files, probably some libs were
  loaded in node

Change-Id: I2abdba40ffc67e5739d5b2b3a084b48e545a424a
Signed-off-by: Daniel Malachovsky <dmalacho@cisco.com>
19 files changed:
bundles/pom.xml
dlux-web/pom.xml
dlux-web/src/README.md
dlux-web/src/less/main.less
features/features-dlux/pom.xml
features/features-dlux/src/main/features/features.xml
features/features4-dlux/pom.xml
features/odl-dlux-all/pom.xml [deleted file]
features/odl-dlux-core/pom.xml
features/odl-dlux-node/pom.xml [deleted file]
features/odl-dlux-yangman/pom.xml [deleted file]
features/odl-dlux-yangui/pom.xml [deleted file]
features/odl-dlux-yangvisualizer/pom.xml [deleted file]
features/pom.xml
modules/common-login-resources/src/main/resources/login/login.spec.js
modules/common-navigation-resources/src/main/resources/navigation/navigation.spec.js
modules/pom.xml
modules/yangvisualizer-resources/src/main/resources/yangvisualizer/yangvisualizer.less
pom.xml

index 7427988c05d26c0ce37a8dfd669c0f7075d6b287..157c836d61874bf89889cf3db540f793313524cb 100644 (file)
     <module>login</module>
     <module>general</module>
     <module>authentication</module>
-    <module>node</module>
-    <module>topology</module>
-    <module>yangui</module>
-    <module>yangman</module>
-    <module>yangutils</module>
-    <module>yangvisualizer</module>
-    <module>sigmatopology</module>
   </modules>
 
 </project>
index bf9ee86ce45202ca93aee76ffa8f6f4d4de73414..ec6cc0047331821be3d741a0eaf697f61a5aed75 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>\r
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
 \r
-  <parent>\r
-    <groupId>org.opendaylight.dlux</groupId>\r
-    <artifactId>dlux-parent</artifactId>\r
-    <version>0.5.0-SNAPSHOT</version>\r
-    <relativePath>..</relativePath>\r
-  </parent>\r
+    <parent>\r
+        <groupId>org.opendaylight.dlux</groupId>\r
+        <artifactId>dlux-parent</artifactId>\r
+        <version>0.5.0-SNAPSHOT</version>\r
+        <relativePath>..</relativePath>\r
+    </parent>\r
 \r
     <modelVersion>4.0.0</modelVersion>\r
     <groupId>org.opendaylight.dlux</groupId>\r
     <artifactId>dlux-web</artifactId>\r
-    <name>DLUX - DLUX Static Web </name>\r
+    <name>DLUX - DLUX Static Web</name>\r
 \r
     <dependencies>\r
-       <dependency>\r
-         <groupId>org.osgi</groupId>\r
-         <artifactId>org.osgi.core</artifactId>\r
-       </dependency>\r
-       <dependency>\r
-         <groupId>org.osgi</groupId>\r
-         <artifactId>org.osgi.compendium</artifactId>\r
-       </dependency>\r
-      <dependency>\r
-        <groupId>org.opendaylight.dlux</groupId>\r
-        <artifactId>dlux.node.resources</artifactId>\r
-        <version>${node.resources.version}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.opendaylight.dlux</groupId>\r
-        <artifactId>dlux.common.yangutils.resources</artifactId>\r
-        <version>${common.yangutils.resources.version}</version>\r
-       </dependency>\r
-      <dependency>\r
-        <groupId>org.opendaylight.dlux</groupId>\r
-        <artifactId>dlux.common.sigmatopology.resources</artifactId>\r
-        <version>${common.sigmatopology.resources.version}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.opendaylight.dlux</groupId>\r
-        <artifactId>dlux.common.navigation.resources</artifactId>\r
-        <version>${common.navigation.resources.version}</version>\r
-       </dependency>\r
-       <dependency>\r
-        <groupId>org.opendaylight.dlux</groupId>\r
-        <artifactId>dlux.common.layout.resources</artifactId>\r
-        <version>${common.layout.resources.version}</version>\r
-       </dependency>\r
-       <dependency>\r
-        <groupId>org.opendaylight.dlux</groupId>\r
-        <artifactId>dlux.common.authentication.resources</artifactId>\r
-        <version>${common.authentication.resources.version}</version>\r
-      </dependency>\r
-       <dependency>\r
-        <groupId>org.opendaylight.dlux</groupId>\r
-        <artifactId>dlux.common.login.resources</artifactId>\r
-        <version>${common.login.resources.version}</version>\r
-    </dependency>\r
-    <dependency>\r
-        <groupId>org.opendaylight.dlux</groupId>\r
-        <artifactId>dlux.common.general.resources</artifactId>\r
-        <version>${common.general.resources.version}</version>\r
-    </dependency>\r
-    <dependency>\r
-        <groupId>org.opendaylight.dlux</groupId>\r
-        <artifactId>dlux.yangui.resources</artifactId>\r
-        <version>${yangui.resources.version}</version>\r
-    </dependency>\r
-    <dependency>\r
-        <groupId>org.opendaylight.dlux</groupId>\r
-        <artifactId>dlux.yangman.resources</artifactId>\r
-        <version>${yangman.resources.version}</version>\r
-    </dependency>\r
-    <dependency>\r
-        <groupId>org.opendaylight.dlux</groupId>\r
-        <artifactId>dlux.yangvisualizer.resources</artifactId>\r
-        <version>${yangvisualizer.resources.version}</version>\r
-    </dependency>\r
-    <dependency>\r
-        <groupId>org.opendaylight.dlux</groupId>\r
-        <artifactId>dlux.topology.resources</artifactId>\r
-        <version>${topology.resources.version}</version>\r
-    </dependency>\r
-    <dependency>\r
-        <groupId>org.opendaylight.dlux</groupId>\r
-        <artifactId>dlux.loader.resources</artifactId>\r
-        <version>${loader.resources.version}</version>\r
-    </dependency>\r
-      <dependency>\r
-        <groupId>org.opendaylight.dlux</groupId>\r
-        <artifactId>dlux.core.resources</artifactId>\r
-        <version>${core.resources.version}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.opendaylight.dlux</groupId>\r
-        <artifactId>dlux.common.topbar.resources</artifactId>\r
-        <version>${common.topbar.resources.version}</version>\r
-      </dependency>\r
+        <dependency>\r
+            <groupId>org.osgi</groupId>\r
+            <artifactId>org.osgi.core</artifactId>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.osgi</groupId>\r
+            <artifactId>org.osgi.compendium</artifactId>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.opendaylight.dlux</groupId>\r
+            <artifactId>dlux.common.navigation.resources</artifactId>\r
+            <version>${common.navigation.resources.version}</version>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.opendaylight.dlux</groupId>\r
+            <artifactId>dlux.common.layout.resources</artifactId>\r
+            <version>${common.layout.resources.version}</version>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.opendaylight.dlux</groupId>\r
+            <artifactId>dlux.common.authentication.resources</artifactId>\r
+            <version>${common.authentication.resources.version}</version>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.opendaylight.dlux</groupId>\r
+            <artifactId>dlux.common.login.resources</artifactId>\r
+            <version>${common.login.resources.version}</version>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.opendaylight.dlux</groupId>\r
+            <artifactId>dlux.common.general.resources</artifactId>\r
+            <version>${common.general.resources.version}</version>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.opendaylight.dlux</groupId>\r
+            <artifactId>dlux.loader.resources</artifactId>\r
+            <version>${loader.resources.version}</version>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.opendaylight.dlux</groupId>\r
+            <artifactId>dlux.core.resources</artifactId>\r
+            <version>${core.resources.version}</version>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.opendaylight.dlux</groupId>\r
+            <artifactId>dlux.common.topbar.resources</artifactId>\r
+            <version>${common.topbar.resources.version}</version>\r
+        </dependency>\r
     </dependencies>\r
 \r
     <build>\r
             </resource>\r
         </resources>\r
         <plugins>\r
-        <!--Clean extracted resources-->\r
-        <plugin>\r
-            <artifactId>maven-clean-plugin</artifactId>\r
-            <version>2.5</version>\r
-            <configuration>\r
-              <filesets>\r
-                <fileset>\r
-                  <directory>src</directory>\r
-                  <includes>\r
-                         <include>test-main.js</include>\r
-                         <include>index.html</include>\r
-                         <include>main.js</include>\r
-                         <include>app/app.controller.js</include>\r
-                         <include>app/app.module.js</include>\r
-                         <include>app/routingConfig.js</include>\r
-                      <include>app/node/</include>\r
-                      <include>app/yangui/</include>\r
-                      <include>app/yangman/</include>\r
-                      <include>app/yangvisualizer/</include>\r
-                      <include>app/topology/</include>\r
-                      <include>app/core/</include>\r
-                      <include>app/graph/</include>\r
-                      <include>common/yangutils/</include>\r
-                      <include>common/sigmatopology/</include>\r
-                      <include>common/navigation/</include>\r
-                      <include>common/layout/</include>\r
-                      <include>common/authentification/</include>\r
-                      <include>common/login/</include>\r
-                      <include>common/general/</include>\r
-                      <include>common/topbar/</include>\r
-                         <include>assets/</include>\r
-                           </includes>\r
-                  <excludes></excludes>\r
-                  <followSymlinks>false</followSymlinks>\r
-                </fileset>\r
-              </filesets>\r
-            </configuration>\r
-        </plugin>\r
-        <plugin>\r
-          <groupId>org.apache.maven.plugins</groupId>\r
-          <artifactId>maven-dependency-plugin</artifactId>\r
-          <executions>\r
-         <!--src/app/ Resources-->\r
-            <execution>\r
-              <id>unpack-core-resources</id>\r
-              <goals>\r
-                <goal>unpack-dependencies</goal>\r
-              </goals>\r
-              <phase>generate-sources</phase>\r
-              <configuration>\r
-                <outputDirectory>${project.basedir}/src/app/</outputDirectory>\r
-                <groupId>org.opendaylight.dlux</groupId>\r
-                <includeArtifactIds>\r
-                  dlux.node.resources,\r
-                  dlux.yangui.resources,\r
-                  dlux.yangman.resources,\r
-                  dlux.yangvisualizer.resources,\r
-                  dlux.topology.resources,\r
-                  dlux.core.resources,\r
-                </includeArtifactIds>\r
-                <excludes>META-INF\/**</excludes>\r
-                <excludeTransitive>true</excludeTransitive>\r
-                <ignorePermissions>false</ignorePermissions>\r
-              </configuration>\r
-            </execution>\r
-         <!--src/common Resources-->\r
-            <execution>\r
-              <id>unpack-general-resources</id>\r
-              <goals>\r
-                <goal>unpack-dependencies</goal>\r
-              </goals>\r
-              <phase>generate-sources</phase>\r
-              <configuration>\r
-                <outputDirectory>${project.basedir}/src/common/</outputDirectory>\r
-                <groupId>org.opendaylight.dlux</groupId>\r
-                <includeArtifactIds>\r
-                  dlux.common.yangutils.resources,\r
-                  dlux.common.sigmatopology.resources,\r
-                  dlux.common.navigation.resources,\r
-                  dlux.common.layout.resources,\r
-                  dlux.common.authentication.resources,\r
-                  dlux.common.login.resources,\r
-                  dlux.common.general.resources,\r
-                  dlux.common.topbar.resources,\r
-                </includeArtifactIds>\r
-                <excludes>META-INF\/**</excludes>\r
-                <excludeTransitive>true</excludeTransitive>\r
-                <ignorePermissions>false</ignorePermissions>\r
-              </configuration>\r
-            </execution>\r
-         <!--loader Resources-->\r
-            <execution>\r
-              <id>unpack-loader-resources</id>\r
-              <goals>\r
-                <goal>unpack-dependencies</goal>\r
-              </goals>\r
-              <phase>generate-sources</phase>\r
-              <configuration>\r
-                <outputDirectory>${project.basedir}/src/</outputDirectory>\r
-                <groupId>org.opendaylight.dlux</groupId>\r
-                <includeArtifactIds>dlux.loader.resources</includeArtifactIds>\r
-                <excludes>META-INF\/**</excludes>\r
-                <excludeTransitive>true</excludeTransitive>\r
-                <ignorePermissions>false</ignorePermissions>\r
-              </configuration>\r
-            </execution>\r
-          </executions>\r
-        </plugin>\r
-        <plugin>\r
-          <groupId>com.github.eirslett</groupId>\r
-          <artifactId>frontend-maven-plugin</artifactId>\r
-          <version>0.0.24</version>\r
-          <executions>\r
-            <execution>\r
-              <id>npm</id>\r
-              <goals>\r
-                <goal>install-node-and-npm</goal>\r
-                <goal>npm</goal>\r
-              </goals>\r
-              <phase>generate-resources</phase>\r
-            </execution>\r
-            <execution>\r
-              <id>bower</id>\r
-              <goals>\r
-                <goal>bower</goal>\r
-              </goals>\r
-            </execution>\r
-            <execution>\r
-              <id>grunt</id>\r
-              <goals>\r
-                <goal>grunt</goal>\r
-              </goals>\r
-            </execution>\r
-          </executions>\r
-          <configuration>\r
-            <nodeVersion>v0.12.7</nodeVersion>\r
-            <npmVersion>3.1.3</npmVersion>\r
-          </configuration>\r
-        </plugin>\r
+            <!--Clean extracted resources-->\r
+            <plugin>\r
+                <artifactId>maven-clean-plugin</artifactId>\r
+                <version>2.5</version>\r
+                <configuration>\r
+                    <filesets>\r
+                        <fileset>\r
+                            <directory>src</directory>\r
+                            <includes>\r
+                                <include>test-main.js</include>\r
+                                <include>index.html</include>\r
+                                <include>main.js</include>\r
+                                <include>app/app.controller.js</include>\r
+                                <include>app/app.module.js</include>\r
+                                <include>app/routingConfig.js</include>\r
+                                <include>app/core/</include>\r
+                                <include>app/graph/</include>\r
+                                <include>common/navigation/</include>\r
+                                <include>common/layout/</include>\r
+                                <include>common/authentification/</include>\r
+                                <include>common/login/</include>\r
+                                <include>common/general/</include>\r
+                                <include>common/topbar/</include>\r
+                                <include>assets/</include>\r
+                            </includes>\r
+                            <excludes></excludes>\r
+                            <followSymlinks>false</followSymlinks>\r
+                        </fileset>\r
+                    </filesets>\r
+                </configuration>\r
+            </plugin>\r
+            <plugin>\r
+                <groupId>org.apache.maven.plugins</groupId>\r
+                <artifactId>maven-dependency-plugin</artifactId>\r
+                <executions>\r
+                    <!--src/app/ Resources-->\r
+                    <execution>\r
+                        <id>unpack-core-resources</id>\r
+                        <goals>\r
+                            <goal>unpack-dependencies</goal>\r
+                        </goals>\r
+                        <phase>generate-sources</phase>\r
+                        <configuration>\r
+                            <outputDirectory>${project.basedir}/src/app/</outputDirectory>\r
+                            <groupId>org.opendaylight.dlux</groupId>\r
+                            <includeArtifactIds>\r
+                                dlux.core.resources,\r
+                            </includeArtifactIds>\r
+                            <excludes>META-INF\/**</excludes>\r
+                            <excludeTransitive>true</excludeTransitive>\r
+                            <ignorePermissions>false</ignorePermissions>\r
+                        </configuration>\r
+                    </execution>\r
+                    <!--src/common Resources-->\r
+                    <execution>\r
+                        <id>unpack-general-resources</id>\r
+                        <goals>\r
+                            <goal>unpack-dependencies</goal>\r
+                        </goals>\r
+                        <phase>generate-sources</phase>\r
+                        <configuration>\r
+                            <outputDirectory>${project.basedir}/src/common/</outputDirectory>\r
+                            <groupId>org.opendaylight.dlux</groupId>\r
+                            <includeArtifactIds>\r
+                                dlux.common.navigation.resources,\r
+                                dlux.common.layout.resources,\r
+                                dlux.common.authentication.resources,\r
+                                dlux.common.login.resources,\r
+                                dlux.common.general.resources,\r
+                                dlux.common.topbar.resources,\r
+                            </includeArtifactIds>\r
+                            <excludes>META-INF\/**</excludes>\r
+                            <excludeTransitive>true</excludeTransitive>\r
+                            <ignorePermissions>false</ignorePermissions>\r
+                        </configuration>\r
+                    </execution>\r
+                    <!--loader Resources-->\r
+                    <execution>\r
+                        <id>unpack-loader-resources</id>\r
+                        <goals>\r
+                            <goal>unpack-dependencies</goal>\r
+                        </goals>\r
+                        <phase>generate-sources</phase>\r
+                        <configuration>\r
+                            <outputDirectory>${project.basedir}/src/</outputDirectory>\r
+                            <groupId>org.opendaylight.dlux</groupId>\r
+                            <includeArtifactIds>dlux.loader.resources</includeArtifactIds>\r
+                            <excludes>META-INF\/**</excludes>\r
+                            <excludeTransitive>true</excludeTransitive>\r
+                            <ignorePermissions>false</ignorePermissions>\r
+                        </configuration>\r
+                    </execution>\r
+                </executions>\r
+            </plugin>\r
+            <plugin>\r
+                <groupId>com.github.eirslett</groupId>\r
+                <artifactId>frontend-maven-plugin</artifactId>\r
+                <version>0.0.24</version>\r
+                <executions>\r
+                    <execution>\r
+                        <id>npm</id>\r
+                        <goals>\r
+                            <goal>install-node-and-npm</goal>\r
+                            <goal>npm</goal>\r
+                        </goals>\r
+                        <phase>generate-resources</phase>\r
+                    </execution>\r
+                    <execution>\r
+                        <id>bower</id>\r
+                        <goals>\r
+                            <goal>bower</goal>\r
+                        </goals>\r
+                    </execution>\r
+                    <execution>\r
+                        <id>grunt</id>\r
+                        <goals>\r
+                            <goal>grunt</goal>\r
+                        </goals>\r
+                    </execution>\r
+                </executions>\r
+                <configuration>\r
+                    <nodeVersion>v0.12.7</nodeVersion>\r
+                    <npmVersion>3.1.3</npmVersion>\r
+                </configuration>\r
+            </plugin>\r
         </plugins>\r
     </build>\r
 </project>\r
index 80c247f993d5dc0bd07547e63e7353f01674905c..2b7abbd8e582baa03049613dc748966fc2b207f2 100644 (file)
@@ -1,48 +1,51 @@
-# The `src` Directory
-
-## Overview
-
-The `src/` directory contains all code used in the application along with all
-tests of such code.
-
-```
-src/
-  |- app/
-  |  |- about/
-  |  |- home/
-  |  |- app.js
-  |  |- app.spec.js
-  |- assets/
-  |- common/
-  |  |- plusOne/
-  |- less/
-  |  |- main.less
-  |  |- variables.less
-  |- index.html
-```
-
-- `src/app/` - application-specific code, i.e. code not likely to be reused in
-  another application. [Read more &raquo;](app/README.md)
-- `src/assets/` - static files like fonts and images. 
-  [Read more &raquo;](assets/README.md)
-- `src/common/` - third-party libraries or components likely to be reused in
-  another application. [Read more &raquo;](common/README.md)
-- `src/less/` - LESS CSS files. [Read more &raquo;](less/README.md)
-- `src/index.html` - this is the HTML document of the single-page application.
-  See below.
-
-See each directory for a detailed explanation.
-
-## `index.html`
-
-The `index.html` file is the HTML document of the single-page application (SPA)
-that should contain all markup that applies to everything in the app, such as
-the header and footer. It declares with `ngApp` that this is `ngBoilerplate`,
-specifies the main `AppCtrl` controller, and contains the `ngView` directive
-into which route templates are placed.
-
-Unlike any other HTML document (e.g. the templates), `index.html` is compiled as
-a Grunt template, so variables from `Gruntfile.js` and `package.json` can be
-referenced from within it. Changing `name` in `package.json` from
-"ng-boilerplate" will rename the resultant CSS and JavaScript placed in `build/`,
-so this HTML references them by variable for convenience.
+# OpenDaylight DLUX 
+
+OpenDaylight DLUX is a Javascript-based stateless user interface that communicates with the service backend to provide a consistent and user-friendly interface to interact with OpenDaylight projects and base controller.
+
+
+## Build DLUX code with Karaf feature and distribution
+
+All necessary modules mentioned above such as nodesjs, bower etc. will be installed automatically, when you run the dlux build for first time.  Run following command at dlux home directory /dlux to build dlux feature and distribution along with code.
+Once successful, It will make dlux feature available to install and also create dlux karaf distribution. You can find karaf distribution at dlux/distribution-dlux.
+
+    $  mvn clean install
+
+__NOTE__: Some people reported about node related error while maven build. Those errors are usually environment related, mostly happens because of the permission issues or node is not installed properly. Try to reinstall node manually.
+
+### Install NodeJS manually if needed
+
+__For Windows and Mac without brew:__
+
+    Go to http://www.nodejs.org
+    Download and install NodeJS
+
+__For Mac with brew installed:__
+
+    $ brew update
+    $ brew install node
+
+__Verify NodeJS is installed:__
+
+    $ npm --version
+
+__Run DLUX in karaf distribution__
+
+Once you have dlux distribution or you have karaf distribution from integration repository. You can turn on the dlux feature to access the UI.
+We will take example of dlux distribution here. Navigate to directory dlux/distribution-dlux/target/assembly/bin and start the karaf via following command -
+
+    ./karaf
+
+On the karaf shell, install dlux core feature via running following command -
+
+    feature:install odl-dlux-core
+
+
+It will internally install odl-restconf and dlux topology application along with core dlux components. once this feature is successfully installed.
+Access the dlux UI at __http://localhost:8181/index.html__. Default credentials are admin/admin for login.
+
+All the applications in dlux are now karaf features. You can install other dlux applications such as nodes, yang-ui from karaf console using commands such as
+
+    feature:install odl-dlux-node
+    feature:install odl-dlux-yangui
+
+For more details - follow the wiki at  [dlux opendaylight](https://wiki.opendaylight.org/view/OpenDaylight_dlux:Getting_started)
index ace5fdc436b709411d796ba212d45e83ff2cf6b8..9fdfdd282404e8838d0cf965f4f0d48aaa28e2c2 100644 (file)
@@ -125,14 +125,8 @@ h2 {
 @import 'design.less';\r
 @import 'other.less';\r
 @import '../common/navigation/navigation.less';\r
-@import '../app/node/node.less';\r
-@import '../app/yangui/yangui.less';\r
-@import '../app/yangvisualizer/yangvisualizer.less';\r
-@import '../app/yangui/abn_tree.less';\r
 @import '../common/login/login.less';\r
 @import '../common/topbar/topbar.less';\r
-@import '../app/topology/topology.less';\r
-@import '../app/yangman/yangman.less';\r
 @import '../assets/js/codemirror/lib/codemirror.less';\r
 @import '../assets/js/codemirror/theme/eclipse.less';\r
 @import '../assets/js/codemirror/theme/eclipse-disabled.less';\r
index de76f4886a86f27fc53961897c51f392c60a597a..5aa9e9af91d7292879589d94a40476a75c89a920 100644 (file)
           <artifactId>dlux.common.general</artifactId>
           <version>${project.version}</version>
       </dependency>
-      <dependency>
-          <groupId>org.opendaylight.dlux</groupId>
-          <artifactId>dlux.node</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.opendaylight.dlux</groupId>
-          <artifactId>dlux.topology</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.opendaylight.dlux</groupId>
-          <artifactId>dlux.yangui</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.opendaylight.dlux</groupId>
-          <artifactId>dlux.yangman</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-      <dependency>
-          <groupId>org.opendaylight.dlux</groupId>
-          <artifactId>dlux.common.yangutils</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-         <dependency>
-          <groupId>org.opendaylight.dlux</groupId>
-          <artifactId>dlux.common.sigmatopology</artifactId>
-          <version>${project.version}</version>
-      </dependency>
-         <dependency>
-          <groupId>org.opendaylight.dlux</groupId>
-          <artifactId>dlux.yangvisualizer</artifactId>
-          <version>${project.version}</version>
-      </dependency>
       <dependency>
           <groupId>org.opendaylight.netconf</groupId>
           <artifactId>features-restconf</artifactId>
index e056ce21a5d685615b0b2a49641af555ef6c9f72..b02f1b9fc4858844f213794ec02405e980941747 100644 (file)
@@ -1,16 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<features name="odl-dlux-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
+<features name="odl-dlux-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.3.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
+   xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.3.0 http://karaf.apache.org/xmlns/features/v1.3.0">
 
     <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
-    <feature name='odl-dlux-all' version='${project.version}' description="Opendaylight dlux all features">
-       <feature>odl-dlux-core</feature>
-        <feature>odl-dlux-node</feature>
-        <feature>odl-dlux-yangui</feature>
-        <feature>odl-dlux-yangvisualizer</feature>
-    </feature>
 
     <feature name='odl-dlux-core' version='${project.version}' description="Opendaylight dlux minimal feature">
         <feature>http</feature>
         <bundle>mvn:org.opendaylight.dlux/dlux.common.topbar/{{VERSION}}</bundle>
         <bundle>mvn:org.opendaylight.dlux/dlux.common.general/{{VERSION}}</bundle>
         <bundle start-level="90">mvn:org.opendaylight.dlux/dlux.common.layout/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.dlux/dlux.topology/{{VERSION}}</bundle>
-    </feature>
-
-
-    <feature name="odl-dlux-node" version='${project.version}' description="Enable nodes in Opendaylight dlux">
-        <feature>odl-dlux-core</feature>
-        <bundle>mvn:org.opendaylight.dlux/dlux.node/{{VERSION}}</bundle>
-    </feature>
-
-    <feature name="odl-dlux-yangui" version='${project.version}' description="Enable Yang UI in Opendaylight dlux">
-        <feature>odl-dlux-core</feature>
-        <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
-        <bundle>mvn:org.opendaylight.dlux/dlux.yangui/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.dlux/dlux.common.yangutils/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.dlux/dlux.common.sigmatopology/{{VERSION}}</bundle>
-    </feature>
-
-    <feature name="odl-dlux-yangman" version='${project.version}' description="Enable Yangman in Opendaylight dlux">
-        <feature>odl-dlux-core</feature>
-        <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
-        <bundle>mvn:org.opendaylight.dlux/dlux.yangman/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.dlux/dlux.common.yangutils/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.dlux/dlux.common.sigmatopology/{{VERSION}}</bundle>
-    </feature>
-
-       <feature name="odl-dlux-yangvisualizer" version='${project.version}' description="Enable Yang visualizer in Opendaylight dlux">
-        <feature>odl-dlux-core</feature>
-        <bundle>mvn:org.opendaylight.dlux/dlux.yangvisualizer/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.dlux/dlux.common.yangutils/{{VERSION}}</bundle>
-               <bundle>mvn:org.opendaylight.dlux/dlux.common.sigmatopology/{{VERSION}}</bundle>
     </feature>
 
 </features>
index da5821c7e6dd06124f1d450a7fbfdcf628c2a702..35c5a985b67421a35cc2bb1936a1737571a4b51d 100644 (file)
     <packaging>feature</packaging>
 
     <dependencies>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-dlux-all</artifactId>
-            <version>${project.version}</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>odl-dlux-core</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-dlux-node</artifactId>
-            <version>${project.version}</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-dlux-yangman</artifactId>
-            <version>${project.version}</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-dlux-yangui</artifactId>
-            <version>${project.version}</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-dlux-yangvisualizer</artifactId>
-            <version>${project.version}</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
     </dependencies>
-    
-</project>
\ No newline at end of file
+
+</project>
diff --git a/features/odl-dlux-all/pom.xml b/features/odl-dlux-all/pom.xml
deleted file mode 100644 (file)
index d935c73..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright © 2017 Red Hat, Inc. and others.  All rights reserved.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
-        <relativePath/>
-    </parent>
-
-    <groupId>org.opendaylight.dlux</groupId>
-    <artifactId>odl-dlux-all</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
-    <packaging>feature</packaging>
-
-    <name>Opendaylight dlux all features</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-dlux-core</artifactId>
-            <version>${project.version}</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-dlux-node</artifactId>
-            <version>${project.version}</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-dlux-yangui</artifactId>
-            <version>${project.version}</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-dlux-yangvisualizer</artifactId>
-            <version>${project.version}</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-    </dependencies>
-
-</project>
\ No newline at end of file
index 2f4f0e60fa0f1e279eb9e1f610860811f94c93ed..e331f66c1b23963109f2df0d377f37eff8cb0e93 100644 (file)
             <artifactId>dlux.common.layout</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>dlux.topology</artifactId>
-            <version>${project.version}</version>
-        </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/features/odl-dlux-node/pom.xml b/features/odl-dlux-node/pom.xml
deleted file mode 100644 (file)
index ea29899..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright © 2017 Red Hat, Inc. and others.  All rights reserved.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
-        <relativePath/>
-    </parent>
-
-    <groupId>org.opendaylight.dlux</groupId>
-    <artifactId>odl-dlux-node</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
-    <packaging>feature</packaging>
-
-    <name>Enable nodes in Opendaylight dlux</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-dlux-core</artifactId>
-            <version>${project.version}</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>dlux.node</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-    </dependencies>
-
-</project>
\ No newline at end of file
diff --git a/features/odl-dlux-yangman/pom.xml b/features/odl-dlux-yangman/pom.xml
deleted file mode 100644 (file)
index a03f34e..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright © 2017 Red Hat, Inc. and others.  All rights reserved.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
-        <relativePath/>
-    </parent>
-
-    <groupId>org.opendaylight.dlux</groupId>
-    <artifactId>odl-dlux-yangman</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
-    <packaging>feature</packaging>
-
-    <name>Enable Yangman in Opendaylight dlux</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-dlux-core</artifactId>
-            <version>${project.version}</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>odl-mdsal-apidocs</artifactId>
-            <version>1.5.0-SNAPSHOT</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>dlux.yangman</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>dlux.common.yangutils</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>dlux.common.sigmatopology</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-    </dependencies>
-
-</project>
\ No newline at end of file
diff --git a/features/odl-dlux-yangui/pom.xml b/features/odl-dlux-yangui/pom.xml
deleted file mode 100644 (file)
index 2464d02..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright © 2017 Red Hat, Inc. and others.  All rights reserved.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
-        <relativePath/>
-    </parent>
-
-    <groupId>org.opendaylight.dlux</groupId>
-    <artifactId>odl-dlux-yangui</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
-    <packaging>feature</packaging>
-
-    <name>Enable Yang UI in Opendaylight dlux</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-dlux-core</artifactId>
-            <version>${project.version}</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>odl-mdsal-apidocs</artifactId>
-            <version>1.5.0-SNAPSHOT</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>dlux.yangui</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>dlux.common.yangutils</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>dlux.common.sigmatopology</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-    </dependencies>
-
-</project>
\ No newline at end of file
diff --git a/features/odl-dlux-yangvisualizer/pom.xml b/features/odl-dlux-yangvisualizer/pom.xml
deleted file mode 100644 (file)
index 69f0c21..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright © 2017 Red Hat, Inc. and others.  All rights reserved.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
-        <relativePath/>
-    </parent>
-
-    <groupId>org.opendaylight.dlux</groupId>
-    <artifactId>odl-dlux-yangvisualizer</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
-    <packaging>feature</packaging>
-
-    <name>Enable Yang visualizer in Opendaylight dlux</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-dlux-core</artifactId>
-            <version>${project.version}</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>dlux.yangvisualizer</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>dlux.common.yangutils</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>dlux.common.sigmatopology</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-    </dependencies>
-
-</project>
\ No newline at end of file
index 0c6fbcea346d64ce1c782bd0623061313d6a9849..dd5aacf2dc2115872459e17776871c9f7e4f5325 100644 (file)
     <modules>
         <module>features-dlux</module>
         <module>features4-dlux</module>
-        <module>odl-dlux-all</module>
         <module>odl-dlux-core</module>
-        <module>odl-dlux-node</module>
-        <module>odl-dlux-yangui</module>
-        <module>odl-dlux-yangman</module>
-        <module>odl-dlux-yangvisualizer</module>
     </modules>
 
 </project>
index f16c990785d279c912acb6b7b4a85a319fce3a97..47fcf35b3b630852b018b9889cfef9d74d37fd98 100644 (file)
@@ -1,6 +1,6 @@
-define(['common/login/login.controller'], function() {
+define(['common/login/login.controller', 'angular-ui-router', 'common/layout/layout.module'], function() {
   describe('Login Module', function() {
-    var scope, state, controller, location, _AuthMock;
+    var scope, state, controller, location, AuthMock;
     var url = '/test';
 
     beforeEach(module('ui.router'));
index 5328dfd28e2a78596aa44674f597dc8d822112c5..db4e4b1816bafca68b29a641ad079ee8752a14ff 100644 (file)
@@ -1,6 +1,6 @@
-define(['common/navigation/navigation.module'], function () {
+define(['common/navigation/navigation.module', 'angular-ui-router',], function () {
   describe('Navigation Module', function () {
-    var scope, NavHelperMock, EventMock, controller, NavHelperProviderMock;
+    var scope, NavHelperMock, EventMock, controller;
 
     beforeEach(angular.mock.module('ui.router'));
     beforeEach(module('app.core', function ($provide) {
index 726e4f580943595afb2b09f55da27d7e251fb136..346baf135a0ce852a21aa8d2b3e7f52b2c95f234 100644 (file)
     <maven>3.0</maven>
   </prerequisites>
   <modules>
-    <module>node-resources</module>
-    <module>common-yangutils-resources</module>
-    <module>common-sigmatopology-resources</module>
     <module>common-navigation-resources</module>
     <module>common-layout-resources</module>
     <module>common-authentication-resources</module>
     <module>common-login-resources</module>
     <module>common-general-resources</module>
-    <module>yangui-resources</module>
-    <module>yangman-resources</module>
-    <module>yangvisualizer-resources</module>
     <module>network-resources</module>
     <module>flow-resources</module>
     <module>container-resources</module>
-    <module>topology-resources</module>
     <module>loader-resources</module>
     <module>connection_manager-resources</module>
     <module>core-resources</module>
index cc6943be0d846464602d3141a3b7eda2af5291cb..68b94c1a1edc22dd7bb6759cf0ad03c404e55683 100644 (file)
@@ -42,7 +42,9 @@
       position: absolute;
       top: 15px;
       right: 100%;
-      .boxSizing;
+      -moz-box-sizing: border-box;
+      -webkit-box-sizing: border-box;
+      box-sizing: border-box;
       padding-right: 10px;
       width: 200px;
       text-align: right;
         margin: 0;
         padding: 0;
         li{
-          .inlineBlock;
+          display: -moz-inline-stack;
+          display: inline-block;
+          vertical-align: top;
+          zoom: 1;
+          *display: inline;
           span{
             .transition(150ms);
             cursor: pointer;
               }
             }
           }
-          
+
         }
         div.color{
           /*margin-right: 15px;*/
 
     .jslider-label{
       color: #fff;
-      .opacityDeph(1);
+      -ms-filter: ~"'progid:DXImageTransform.Microsoft.Alpha(Opacity=" 1*100 ~")'";
+      filter: ~"alpha(opacity=" 1*100 ~")";
+      -moz-opacity: 1;
+      -khtml-opacity: 1;
+      opacity: 1;
     }
   }
 
 body{
   position: relative;
   overflow-x: hidden;
-}
\ No newline at end of file
+}
diff --git a/pom.xml b/pom.xml
index 18310eafbc22ac6465cdb5d036aa7fafaa50cd16..86dff7aa9deeaaa4cc4613bc96b64f6b44ef06f9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <commons.opendaylight.version>1.8.0-SNAPSHOT</commons.opendaylight.version>
     <loader.resources.version>0.5.0-SNAPSHOT</loader.resources.version>
     <core.resources.version>0.5.0-SNAPSHOT</core.resources.version>
-    <node.resources.version>0.5.0-SNAPSHOT</node.resources.version>
     <connection_manager.resources.version>0.5.0-SNAPSHOT</connection_manager.resources.version>
     <container.resources.version>0.5.0-SNAPSHOT</container.resources.version>
     <flow.resources.version>0.5.0-SNAPSHOT</flow.resources.version>
     <network.resources.version>0.5.0-SNAPSHOT</network.resources.version>
-    <topology.resources.version>0.5.0-SNAPSHOT</topology.resources.version>
-    <yangui.resources.version>0.5.0-SNAPSHOT</yangui.resources.version>
-    <yangman.resources.version>0.5.0-SNAPSHOT</yangman.resources.version>
-    <yangvisualizer.resources.version>0.5.0-SNAPSHOT</yangvisualizer.resources.version>
     <common.authentication.resources.version>0.5.0-SNAPSHOT</common.authentication.resources.version>
     <common.general.resources.version>0.5.0-SNAPSHOT</common.general.resources.version>
     <common.navigation.resources.version>0.5.0-SNAPSHOT</common.navigation.resources.version>
     <common.layout.resources.version>0.5.0-SNAPSHOT</common.layout.resources.version>
     <common.topbar.resources.version>0.5.0-SNAPSHOT</common.topbar.resources.version>
     <common.login.resources.version>0.5.0-SNAPSHOT</common.login.resources.version>
-    <common.yangutils.resources.version>0.5.0-SNAPSHOT</common.yangutils.resources.version>
-    <common.sigmatopology.resources.version>0.5.0-SNAPSHOT</common.sigmatopology.resources.version>
     <restconf.version>1.5.0-SNAPSHOT</restconf.version>
     <l2switch.version>0.5.0-SNAPSHOT</l2switch.version>
     <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>