Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.gastro.testclient/build.properties')
-rw-r--r--plugins/org.gastro.testclient/build.properties36
1 files changed, 19 insertions, 17 deletions
diff --git a/plugins/org.gastro.testclient/build.properties b/plugins/org.gastro.testclient/build.properties
index 6e880a695c..d4745f13e4 100644
--- a/plugins/org.gastro.testclient/build.properties
+++ b/plugins/org.gastro.testclient/build.properties
@@ -1,17 +1,19 @@
-# 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
-
-bin.includes = META-INF/,\
- copyright.txt,\
- inventory.xml,\
- GastroTestClient2.launch,\
- GastroTestClient1.launch
-jars.compile.order = .
-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
+
+bin.includes = META-INF/,\
+ copyright.txt,\
+ inventory.xml,\
+ GastroTestClient2.launch,\
+ GastroTestClient1.launch
+jars.compile.order = .
+src.includes = about.html,\
+ copyright.txt
+
+generateSourceReferences = true

Back to the top