diff options
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.examples/build.properties | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples/build.properties b/plugins/org.eclipse.emf.cdo.examples/build.properties index f9cfe03c85..d880b24744 100644 --- a/plugins/org.eclipse.emf.cdo.examples/build.properties +++ b/plugins/org.eclipse.emf.cdo.examples/build.properties @@ -19,10 +19,12 @@ bin.includes = META-INF/,\ about.mappings,\ about.properties,\ modeling32.png,\ - . + .,\ + sslKey/ source.. = src/ jars.compile.order = . src.includes = about.html,\ - copyright.txt + copyright.txt,\ + StandaloneContainerExampleSSL.launch generateSourceReferences = true |