Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-08-31 14:19:18 +0000
committerEike Stepper2007-08-31 14:19:18 +0000
commitb106479fff445d28dc412554ec1b3f865512c133 (patch)
treef242b27408bcbc6ea36b5f7dbdcce5aa3fc6b9d7 /plugins/org.eclipse.net4j.jms.server
parentb74434a54e748752337096bfeff4604edc120507 (diff)
downloadcdo-b106479fff445d28dc412554ec1b3f865512c133.tar.gz
cdo-b106479fff445d28dc412554ec1b3f865512c133.tar.xz
cdo-b106479fff445d28dc412554ec1b3f865512c133.zip
[201839] Net4j/CDO Components must comform to incubation rules
https://bugs.eclipse.org/bugs/show_bug.cgi?id=201839
Diffstat (limited to 'plugins/org.eclipse.net4j.jms.server')
-rw-r--r--plugins/org.eclipse.net4j.jms.server/build.properties11
-rw-r--r--plugins/org.eclipse.net4j.jms.server/plugin.properties26
2 files changed, 20 insertions, 17 deletions
diff --git a/plugins/org.eclipse.net4j.jms.server/build.properties b/plugins/org.eclipse.net4j.jms.server/build.properties
index ceb4401aeb..bbf2dc0209 100644
--- a/plugins/org.eclipse.net4j.jms.server/build.properties
+++ b/plugins/org.eclipse.net4j.jms.server/build.properties
@@ -1,3 +1,14 @@
+# Copyright (c) 2004-2007 Eike Stepper, Germany.
+# 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
+
+# NLS_MESSAGEFORMAT_VAR
+
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/plugins/org.eclipse.net4j.jms.server/plugin.properties b/plugins/org.eclipse.net4j.jms.server/plugin.properties
index 2cfd64f4e9..1f36c373eb 100644
--- a/plugins/org.eclipse.net4j.jms.server/plugin.properties
+++ b/plugins/org.eclipse.net4j.jms.server/plugin.properties
@@ -1,20 +1,12 @@
-# /**
-# * <copyright>
-# *
-# * Copyright (c) 2004 - 2007 Eike Stepper, Germany.
-# * 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
-# *
-# * </copyright>
-# *
-# * $Id$
-# */
-
+# Copyright (c) 2004-2007 Eike Stepper, Germany.
+# 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
+
# NLS_MESSAGEFORMAT_VAR
# ==============================================================================

Back to the top