Author: bdekruijff at gmail.com Date: Tue Nov 2 23:37:56 2010 New Revision: 237
Log: AMDATU-145 Added svnignore template and readme and set property on all existing modules Added: trunk/etc/svnignore/ trunk/etc/svnignore/.svnignore trunk/etc/svnignore/README.txt Modified: trunk/ (props changed) trunk/amdatu-release/ (props changed) trunk/application-bundles/ (props changed) trunk/application-bundles/dashboard-bundle/ (props changed) trunk/application-bundles/gadget-management/ (props changed) trunk/example-bundles/ (props changed) trunk/example-bundles/course-gadget/ (props changed) trunk/example-bundles/course-service/ (props changed) trunk/example-bundles/friends-gadget/ (props changed) trunk/gadget-bundles/ (props changed) trunk/gadget-bundles/login-gadget/ (props changed) trunk/gadget-bundles/sparqlendpoint-gadget/ (props changed) trunk/integration-tests/ (props changed) trunk/libraries/ (props changed) trunk/libraries/amdatu-utilities/ (props changed) trunk/platform-bundles/ (props changed) trunk/platform-bundles/authorization-service/ (props changed) trunk/platform-bundles/cassandra-application/ (props changed) trunk/platform-bundles/cassandra-listener/ (props changed) trunk/platform-bundles/cassandra-persistencemanager/ (props changed) trunk/platform-bundles/config-template-manager/ (props changed) trunk/platform-bundles/filebased-configuration/ (props changed) trunk/platform-bundles/httpcontext/ (props changed) trunk/platform-bundles/loghandler/ (props changed) trunk/platform-bundles/profile-service/ (props changed) trunk/platform-bundles/sesame-application/ (props changed) trunk/platform-bundles/shindig-application/ (props changed) trunk/platform-bundles/tenant-service/ (props changed) trunk/platform-bundles/useradmin-cassandra-store/ (props changed) trunk/platform-bundles/wink-application/ (props changed) Added: trunk/etc/svnignore/.svnignore ============================================================================== --- (empty file) +++ trunk/etc/svnignore/.svnignore Tue Nov 2 23:37:56 2010 @@ -0,0 +1,4 @@ +.classpath +.project +.settings +target \ No newline at end of file Added: trunk/etc/svnignore/README.txt ============================================================================== --- (empty file) +++ trunk/etc/svnignore/README.txt Tue Nov 2 23:37:56 2010 @@ -0,0 +1,9 @@ +------------------------ +SVN:IGNORE readme +------------------------ + +The .svnignore file in this directory a template for settings the svn:ignore property on directories in the Amdatu +svn repository. More info: http://svnbook.red-bean.com/en/1.1/ch07s02.html + + +usage: svn propset svn:ignore -F etc\svnignore\.svnignore <directory> \ No newline at end of file
