You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/09/03 15:41:51 UTC

[3/6] git commit: Preparing for RC5 which will exclude the Portal's bower_components, node_modules and other giti-gnored files.

Preparing for RC5 which will exclude the Portal's bower_components, node_modules and other giti-gnored files.


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/8efa278b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/8efa278b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/8efa278b

Branch: refs/heads/two-dot-o
Commit: 8efa278b5dd7ba1dc540071066fc95ff75cef24d
Parents: bb5dc2e
Author: Dave Johnson <sn...@apache.org>
Authored: Wed Sep 3 07:32:20 2014 -0400
Committer: Dave Johnson <sn...@apache.org>
Committed: Wed Sep 3 07:32:20 2014 -0400

----------------------------------------------------------------------
 .gitignore                           | 2 ++
 release/pom.xml                      | 2 +-
 release/sign-release.sh              | 2 +-
 release/src/main/assembly/source.xml | 6 ++++++
 4 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/8efa278b/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index b0a497d..47ed041 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,3 +59,5 @@ portal/js/templates.js
 /release/target/
 
 /portal/seleniumLog.txt
+/stack/core/src/main/java/org/apache/usergrid/persistence/query/tree/QueryFilterLexer.java
+/stack/core/src/main/java/org/apache/usergrid/persistence/query/tree/QueryFilterParser.java
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/8efa278b/release/pom.xml
----------------------------------------------------------------------
diff --git a/release/pom.xml b/release/pom.xml
index c797e5b..5abea58 100644
--- a/release/pom.xml
+++ b/release/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>apache-usergrid-incubating</artifactId>
     <packaging>pom</packaging>
-    <version>1.0.0-rc3</version>
+    <version>1.0.0</version>
 
     <name>Usergrid Release Assembly</name>
     <description>Assembles Usergrid into a distribution package</description>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/8efa278b/release/sign-release.sh
----------------------------------------------------------------------
diff --git a/release/sign-release.sh b/release/sign-release.sh
index 59f19af..766a0d5 100755
--- a/release/sign-release.sh
+++ b/release/sign-release.sh
@@ -18,7 +18,7 @@
 
 pushd target 
 
-export rcstring="-rc2"
+export rcstring=""
 export vstring="1.0.0"
 
 gpg --armor --detach-sig apache-usergrid-incubating-${vstring}${rcstring}-source.zip

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/8efa278b/release/src/main/assembly/source.xml
----------------------------------------------------------------------
diff --git a/release/src/main/assembly/source.xml b/release/src/main/assembly/source.xml
index 367d858..4a46254 100644
--- a/release/src/main/assembly/source.xml
+++ b/release/src/main/assembly/source.xml
@@ -41,6 +41,12 @@
 				<exclude>**/.classpath</exclude>
 				<exclude>**/.project</exclude>
 				<exclude>**/.settings/**</exclude>
+				<exclude>**/bower_compoments/**</exclude>
+				<exclude>**/node_modules/**</exclude>
+				<exclude>**/dist/**</exclude>
+				<exclude>**/dist_cov/**</exclude>
+				<exclude>**/portal/index.html</exclude>
+				<exclude>**/portal/index-debug.html</exclude>
 			</excludes>
 		</fileSet>
 	</fileSets>