Commit 37db9955 by Venkatesh Seetharam

ATLAS-109 Remove v2 Folder. Contributed by Vishal Kadam

parent fd4ff8ec
{ {
"directory": "../../webapp/target/dist/lib/", "directory": "../webapp/target/dist/lib/",
"storage": { "storage": {
"packages": ".bower-cache", "packages": ".bower-cache",
"registry": ".bower-registry" "registry": ".bower-registry"
......
...@@ -24,7 +24,7 @@ module.exports = function(grunt) { ...@@ -24,7 +24,7 @@ module.exports = function(grunt) {
var classPathSep = (process.platform === "win32") ? ';' : ':', var classPathSep = (process.platform === "win32") ? ';' : ':',
gitHash = '', gitHash = '',
pkg = grunt.file.readJSON('package.json'), pkg = grunt.file.readJSON('package.json'),
distPath = '../../webapp/target/dist'; distPath = '../webapp/target/dist';
grunt.initConfig({ grunt.initConfig({
watch: { watch: {
...@@ -137,9 +137,9 @@ module.exports = function(grunt) { ...@@ -137,9 +137,9 @@ module.exports = function(grunt) {
} }
}, },
clean: { clean: {
build :[distPath], build: [distPath],
options: { options: {
force: true force: true
} }
}, },
proxit: { proxit: {
......
...@@ -36,11 +36,11 @@ ...@@ -36,11 +36,11 @@
<exclude>**/*.iml</exclude> <exclude>**/*.iml</exclude>
<exclude>**/*.log</exclude> <exclude>**/*.log</exclude>
<exclude>**/*.pyc</exclude> <!-- python compiled executable --> <exclude>**/*.pyc</exclude> <!-- python compiled executable -->
<exclude>dashboard/**/.bower-*/**</exclude> <!-- temp libs --> <exclude>dashboard/.bower-*/**</exclude> <!-- temp libs -->
<exclude>dashboard/v2/lib/**</exclude> <!-- temp libs --> <exclude>dashboard/lib/**</exclude> <!-- temp libs -->
<exclude>dashboard/v2/node*/**</exclude> <!-- temp libs --> <exclude>dashboard/node*/**</exclude> <!-- temp libs -->
<exclude>dashboard/v2/dist/**</exclude> <!-- package --> <exclude>dashboard/dist/**</exclude> <!-- package -->
<exclude>dashboard/v2/**/*.min.js*</exclude> <!-- minified JS --> <exclude>dashboard/*.min.js*</exclude> <!-- minified JS -->
</excludes> </excludes>
</fileSet> </fileSet>
</fileSets> </fileSets>
......
...@@ -1255,7 +1255,7 @@ ...@@ -1255,7 +1255,7 @@
<artifactId>frontend-maven-plugin</artifactId> <artifactId>frontend-maven-plugin</artifactId>
<version>0.0.23</version> <version>0.0.23</version>
<configuration> <configuration>
<workingDirectory>../dashboard/v2/</workingDirectory> <workingDirectory>../dashboard/</workingDirectory>
</configuration> </configuration>
</plugin> </plugin>
...@@ -1552,19 +1552,19 @@ ...@@ -1552,19 +1552,19 @@
<exclude>**/.externalToolBuilders/**</exclude> <exclude>**/.externalToolBuilders/**</exclude>
<exclude>**/build.log</exclude> <exclude>**/build.log</exclude>
<!-- temp libs --> <!-- temp libs -->
<exclude>dashboard/**/.bower-*/**</exclude> <exclude>dashboard/.bower-*/**</exclude>
<!-- json file --> <!-- json file -->
<exclude>dashboard/v2/.bowerrc</exclude> <exclude>dashboard/.bowerrc</exclude>
<!-- temp libs --> <!-- temp libs -->
<exclude>dashboard/v2/lib/**</exclude> <exclude>dashboard/lib/**</exclude>
<!-- temp libs --> <!-- temp libs -->
<exclude>dashboard/v2/node*/**</exclude> <exclude>dashboard/node*/**</exclude>
<!-- package --> <!-- package -->
<exclude>dashboard/v2/dist/**</exclude> <exclude>dashboard/dist/**</exclude>
<!-- lib files --> <!-- lib files -->
<exclude>dashboard/v2/public/lib/**</exclude> <exclude>dashboard/public/lib/**</exclude>
<!-- minified JS --> <!-- minified JS -->
<exclude>dashboard/v2/**/*.min.js*</exclude> <exclude>dashboard/**/*.min.js*</exclude>
</excludes> </excludes>
</configuration> </configuration>
<executions> <executions>
......
...@@ -8,6 +8,7 @@ ATLAS-54 Rename configs in hive hook (shwethags) ...@@ -8,6 +8,7 @@ ATLAS-54 Rename configs in hive hook (shwethags)
ATLAS-3 Mixed Index creation fails with Date types (suma.shivaprasad via shwethags) ATLAS-3 Mixed Index creation fails with Date types (suma.shivaprasad via shwethags)
ALL CHANGES: ALL CHANGES:
ATLAS-109 Remove v2 Folder (Vishal Kadam via Venkatesh Seetharam)
ATLAS-90 Support offline builds (Vishal Kadam via Venkatesh Seetharam) ATLAS-90 Support offline builds (Vishal Kadam via Venkatesh Seetharam)
ATLAS-154 Update website for 0.5-incubating release (Venkatesh Seetharam) ATLAS-154 Update website for 0.5-incubating release (Venkatesh Seetharam)
ATLAS-153 Build failure - org.glassfish:javax.el (shwethags) ATLAS-153 Build failure - org.glassfish:javax.el (shwethags)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment