diff options
author | slewis | 2009-11-17 19:51:24 +0000 |
---|---|---|
committer | slewis | 2009-11-17 19:51:24 +0000 |
commit | e6804cca25eece6d996afdc326d7400a74fec1db (patch) | |
tree | a0107f50fa18d14471c8411be29d94afc298ccb5 /examples | |
parent | 17837590691d579ebfad4b1f8b0c683b0804e841 (diff) | |
download | org.eclipse.ecf-e6804cca25eece6d996afdc326d7400a74fec1db.tar.gz org.eclipse.ecf-e6804cca25eece6d996afdc326d7400a74fec1db.tar.xz org.eclipse.ecf-e6804cca25eece6d996afdc326d7400a74fec1db.zip |
Fix for unnecessary build.properties. New javadoc config.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/build.properties | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/build.properties b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/build.properties index 81a148111..796ec7cc0 100644 --- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/build.properties +++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/build.properties @@ -7,7 +7,4 @@ bin.includes = META-INF/,\ plugin.xml src.includes = about.html,\ bundle.properties,\ - META-INF/,\ - products/,\ - src/,\ - plugin.xml + products/ |