svn commit: r1576009 - in /struts: sandbox/trunk/struts2examples/ struts2examples/trunk/

2014-03-10 Thread lukaszlenart
Author: lukaszlenart
Date: Mon Mar 10 17:36:35 2014
New Revision: 1576009

URL: http://svn.apache.org/r1576009
Log:
INFRA-7401 Moves to match standard Svn repo schema

Added:
struts/struts2examples/trunk/
  - copied from r1576008, struts/sandbox/trunk/struts2examples/
Removed:
struts/sandbox/trunk/struts2examples/



svn commit: r1576008 - /struts/struts2examples/

2014-03-10 Thread lukaszlenart
Author: lukaszlenart
Date: Mon Mar 10 17:36:26 2014
New Revision: 1576008

URL: http://svn.apache.org/r1576008
Log:
INFRA-7401 Adds new folder to examples

Added:
struts/struts2examples/



svn commit: r1576010 - /struts/struts2examples/branches/

2014-03-10 Thread lukaszlenart
Author: lukaszlenart
Date: Mon Mar 10 17:37:41 2014
New Revision: 1576010

URL: http://svn.apache.org/r1576010
Log:
INFRA-7401 Adds branches folder

Added:
struts/struts2examples/branches/



svn commit: r1576012 - /struts/struts2examples/tags/

2014-03-10 Thread lukaszlenart
Author: lukaszlenart
Date: Mon Mar 10 17:38:01 2014
New Revision: 1576012

URL: http://svn.apache.org/r1576012
Log:
INFRA-7401 Adds tags fodler

Added:
struts/struts2examples/tags/



[2/2] git commit: Updates Struts version to latest release

2014-03-10 Thread lukaszlenart
Updates Struts version to latest release


Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/c73eae6a
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/c73eae6a
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/c73eae6a

Branch: refs/heads/master
Commit: c73eae6a26b699527017e8956db2d3172b6542a5
Parents: d01f9ce
Author: Lukasz Lenart 
Authored: Mon Mar 10 21:42:09 2014 +0100
Committer: Lukasz Lenart 
Committed: Mon Mar 10 21:42:09 2014 +0100

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/c73eae6a/pom.xml
--
diff --git a/pom.xml b/pom.xml
index bdbf636..5065411 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
 
 UTF-8
 
-2.3.16
+2.3.16.1
 
 1.2.17
 



[1/2] git commit: Adds ignore patterns

2014-03-10 Thread lukaszlenart
Repository: struts-examples
Updated Branches:
  refs/heads/master f4aaa63ea -> c73eae6a2


Adds ignore patterns


Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/d01f9cef
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/d01f9cef
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/d01f9cef

Branch: refs/heads/master
Commit: d01f9cef9608425953262883735af6e5d40d1469
Parents: f4aaa63
Author: Lukasz Lenart 
Authored: Mon Mar 10 21:41:49 2014 +0100
Committer: Lukasz Lenart 
Committed: Mon Mar 10 21:41:49 2014 +0100

--
 .gitignore | 70 +
 1 file changed, 70 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/d01f9cef/.gitignore
--
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..313053b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,70 @@
+# IDEA
+.idea
+*.iml
+*.ipr
+*.iws
+
+# Eclipse
+.classpath
+.project
+.settings/
+
+# OSX
+.DS_Store
+
+# Scripts
+*.sh
+
+# Maven
+core/target
+xwork-core/target
+archetypes/struts2-archetype-angularjs/target
+archetypes/struts2-archetype-blank/target
+archetypes/struts2-archetype-convention/target
+archetypes/struts2-archetype-dbportlet/target
+archetypes/struts2-archetype-plugin/target
+archetypes/struts2-archetype-portlet/target
+archetypes/struts2-archetype-starter/target
+archetypes/target
+plugins/convention/target
+plugins/embeddedjsp/target
+plugins/dojo/target
+plugins/osgi/target
+plugins/cdi/target
+plugins/codebehind/target
+plugins/spring/target
+plugins/jfreechart/target
+apps/rest-showcase/target
+apps/mailreader/target
+apps/portlet/target
+apps/blank/target
+apps/jboss-blank/target
+apps/mailreader/target
+apps/portlet/target
+apps/showcase/target
+apps/target
+bundles/admin/target
+plugins/config-browser/target
+plugins/jasperreports/target
+plugins/jsf/target
+plugins/json/target
+plugins/portlet-tiles/target
+plugins/portlet/target
+plugins/sitegraph/target
+plugins/sitemesh/target
+plugins/struts1/target
+plugins/tiles3/target
+plugins/javatemplates/target
+bundles/demo/target
+plugins/rest/target
+plugins/plexus/target
+plugins/testng/target
+plugins/dwr/target
+plugins/gxp/target
+plugins/oval/target
+plugins/junit/target
+plugins/tiles/target
+bundles/target
+plugins/target
+target
+plugins/testng/test-output
\ No newline at end of file



Git Push Summary

2014-03-10 Thread lukaszlenart
Repository: struts-examples
Updated Branches:
  refs/heads/develop [created] c73eae6a2


svn commit: r1576081 - in /struts: attic/struts2examples/ struts2examples/

2014-03-10 Thread lukaszlenart
Author: lukaszlenart
Date: Mon Mar 10 20:55:26 2014
New Revision: 1576081

URL: http://svn.apache.org/r1576081
Log:
Moves struts2ecamples to attic after migration to git

Added:
struts/attic/struts2examples/
  - copied from r1576080, struts/struts2examples/
Removed:
struts/struts2examples/



[CONF] Confluence Changes in the last 24 hours

2014-03-10 Thread Anonymous (Confluence)
















  Confluence Changes in the last 24 hours  




 Apache Camel 

Pages

 Page: Camel 1.0.0 Release edited by Christian Mueller [09:34 PM] (View Changes) 
 Page: Camel 1.1.0 Release edited by Christian Mueller [09:32 PM] (View Changes) 
 Page: Camel 1.2.0 Release edited by Christian Mueller [09:30 PM] (View Changes) 
 Page: Camel 1.3.0 Release edited by Christian Mueller [09:28 PM] (View Changes) 
 Page: Camel 1.4.0 Release edited by Christian Mueller [09:26 PM] (View Changes) 
 Page: Camel 1.5.0 Release edited by Christian Mueller [09:24 PM] (View Changes) 
 Page: Camel 1.6.4 Release edited by Christian Mueller [09:22 PM] (View Changes) 
 Page: Camel 1.6.3 Release edited by Christian Mueller [09:20 PM] (View Changes) 
 Page: Camel 1.6.2 Release edited by Christian Mueller [09:18 PM] (View Changes) 
 Page: Recipient List edited by Ben O'Day [12:36 PM] (View Changes) 


 Apache Cloudstack 

Pages

 Page: CloudStack Identity and Access Management (IAM) Plugin edited by Prachi Damle [06:40 PM] (View Changes) 
 Page: Support OVA files containing multiple disks edited by Likitha Shetty [05:54 PM] (View Changes) 
 Page: CloudStack API Coding Guidelines edited by Alena Prokharchyk [05:39 PM] (View Changes) 
 Page: Case Studies edited by Karen Vuong [04:34 PM] (View Changes) 
 Page: Configuring load balancing rules for VM nic secondary ips edited by jayapal [09:29 AM] (View Changes) 


 Apache Curator 

Pages

 Page: Releases edited by Jordan Zimmerman [05:46 PM] (View Changes) 
 Page: For Curator Committers edited by Jordan Zimmerman [05:37 PM] (View Changes) 


 Apache CXF 

Pages

 Page: Fediz edited by Daniel Kulp [03:06 PM] (View Changes) 
 Page: DOSGi Build edited by Daniel Kulp [03:05 PM] (View Changes) 


 Apache Helix 

Pages

 Page: API Redesign - Progress edited by Kanak Biscuitwala [08:23 PM] (View Changes) 


 Apache Hive