Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java164
1 files changed, 82 insertions, 82 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java b/plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java
index b483d8fc0b..8465e5b0f4 100644
--- a/plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java
+++ b/plugins/org.eclipse.emf.cdo.releng.help/src/org/eclipse/emf/cdo/releng/help/writer/authoring/Articles.java
@@ -1,82 +1,82 @@
-/*
- * 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
- */
-package org.eclipse.emf.cdo.releng.help.writer.authoring;
-
-/**
- * Authoring Articles
- * <p>
- *
- * @number 2
- * @author Eike Stepper
- */
-public class Articles
-{
- /**
- * Referencing Existing Content
- */
- public class Referencing
- {
- /**
- * Referencing Categories
- */
- public class ReferencingCategories
- {
- }
-
- /**
- * Referencing Articles
- */
- public class ReferencingArticles
- {
- }
-
- /**
- * Referencing Chapters
- */
- public class ReferencingChapters
- {
- }
-
- /**
- * Reusing Content by Inlining
- */
- public class Inlining
- {
- }
-
- /**
- * Embedding External Content
- */
- public class Embedding
- {
- /**
- * Embedding Java Code
- */
- public class Java
- {
- }
-
- /**
- * Embedding XML Code
- */
- public class XML
- {
- }
-
- /**
- * Embedding Excel Tables
- */
- public class Excel
- {
- }
- }
- }
-}
+/*
+ * 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
+ */
+package org.eclipse.emf.cdo.releng.help.writer.authoring;
+
+/**
+ * Authoring Articles
+ * <p>
+ *
+ * @number 2
+ * @author Eike Stepper
+ */
+public class Articles
+{
+ /**
+ * Referencing Existing Content
+ */
+ public class Referencing
+ {
+ /**
+ * Referencing Categories
+ */
+ public class ReferencingCategories
+ {
+ }
+
+ /**
+ * Referencing Articles
+ */
+ public class ReferencingArticles
+ {
+ }
+
+ /**
+ * Referencing Chapters
+ */
+ public class ReferencingChapters
+ {
+ }
+
+ /**
+ * Reusing Content by Inlining
+ */
+ public class Inlining
+ {
+ }
+
+ /**
+ * Embedding External Content
+ */
+ public class Embedding
+ {
+ /**
+ * Embedding Java Code
+ */
+ public class Java
+ {
+ }
+
+ /**
+ * Embedding XML Code
+ */
+ public class XML
+ {
+ }
+
+ /**
+ * Embedding Excel Tables
+ */
+ public class Excel
+ {
+ }
+ }
+ }
+}

Back to the top