Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.gastro.server/src/org/gastro/server/GastroServer.java')
-rw-r--r--plugins/org.gastro.server/src/org/gastro/server/GastroServer.java76
1 files changed, 38 insertions, 38 deletions
diff --git a/plugins/org.gastro.server/src/org/gastro/server/GastroServer.java b/plugins/org.gastro.server/src/org/gastro/server/GastroServer.java
index d5ca99aabc..c25785cbf7 100644
--- a/plugins/org.gastro.server/src/org/gastro/server/GastroServer.java
+++ b/plugins/org.gastro.server/src/org/gastro/server/GastroServer.java
@@ -1,38 +1,38 @@
-/*
- * Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Eike Stepper - initial API and implementation
- *
- * Initial Publication:
- * Eclipse Magazin - http://www.eclipse-magazin.de
- */
-package org.gastro.server;
-
-import org.eclipse.emf.cdo.server.IRepository;
-
-import org.eclipse.net4j.util.om.OSGiApplication;
-
-import org.gastro.internal.server.OM;
-
-/**
- * @author Eike Stepper
- */
-public class GastroServer extends OSGiApplication
-{
- public static final String ID = OM.BUNDLE_ID + ".app";
-
- public GastroServer()
- {
- super(ID);
- }
-
- public static IRepository getRepository()
- {
- return OM.repository;
- }
-}
+/*
+ * Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Eike Stepper - initial API and implementation
+ *
+ * Initial Publication:
+ * Eclipse Magazin - http://www.eclipse-magazin.de
+ */
+package org.gastro.server;
+
+import org.eclipse.emf.cdo.server.IRepository;
+
+import org.eclipse.net4j.util.om.OSGiApplication;
+
+import org.gastro.internal.server.OM;
+
+/**
+ * @author Eike Stepper
+ */
+public class GastroServer extends OSGiApplication
+{
+ public static final String ID = OM.BUNDLE_ID + ".app";
+
+ public GastroServer()
+ {
+ super(ID);
+ }
+
+ public static IRepository getRepository()
+ {
+ return OM.repository;
+ }
+}

Back to the top