Skip to content
Snippets Groups Projects
Commit 0c1c1086 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #8574: added svn Id

parent ce4513b0
No related branches found
No related tags found
No related merge requests found
# $Id: CMakeLists.txt 32341 2015-08-28 11:59:26Z schaap $
# $Id$
python_install(
__init__.py
......
// $Id: $
// $Id$
angular.module('raeApp', []);
// $Id: $
// $Id$
angular.module('raeApp').controller('DataController', ['$http', function($http) {
var store = this;
this.data = [];
......
<!-- # $Id: $-->
<!-- # $Id$-->
<!DOCTYPE html>
<html lang='en' ng-app='raeApp'>
<head>
......
......@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License along
# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>.
# $Id: $
# $Id$
from flask import after_this_request, request
from cStringIO import StringIO as IO
......
......@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License along
# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>.
# $Id: $
# $Id$
'''ResourceAssignementEditor webservice serves a interactive html5 website for
viewing and editing lofar resources.'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment