diff options
Diffstat (limited to 'plugins/org.eclipse.net4j.examples')
-rw-r--r-- | plugins/org.eclipse.net4j.examples/build.properties | 58 |
1 files changed, 30 insertions, 28 deletions
diff --git a/plugins/org.eclipse.net4j.examples/build.properties b/plugins/org.eclipse.net4j.examples/build.properties index b7f4f99b58..80aa80fa40 100644 --- a/plugins/org.eclipse.net4j.examples/build.properties +++ b/plugins/org.eclipse.net4j.examples/build.properties @@ -1,28 +1,30 @@ -# 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
-
-# NLS_MESSAGEFORMAT_VAR
-
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
- .,\
- plugin.properties,\
- .options,\
- about.html,\
- copyright.txt,\
- about.ini,\
- about.mappings,\
- about.properties,\
- modeling32.png,\
- plugin.xml,\
- icons/,\
- sslKey/
-src.includes = about.html,\
- copyright.txt
+# 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 + +# NLS_MESSAGEFORMAT_VAR + +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + .,\ + plugin.properties,\ + .options,\ + about.html,\ + copyright.txt,\ + about.ini,\ + about.mappings,\ + about.properties,\ + modeling32.png,\ + plugin.xml,\ + icons/,\ + sslKey/ +src.includes = about.html,\ + copyright.txt + +generateSourceReferences = true |