diff options
Diffstat (limited to 'common/features-parent/src/main/features')
-rw-r--r-- | common/features-parent/src/main/features/features.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/common/features-parent/src/main/features/features.xml b/common/features-parent/src/main/features/features.xml new file mode 100644 index 000000000..7d78e78a0 --- /dev/null +++ b/common/features-parent/src/main/features/features.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- vi: set et smarttab sw=4 tabstop=4: --> +<!-- + Copyright (c) 2014 Cisco Systems, Inc. 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 +--> +<!-- + This is a dummy feature file. It is just a placeholder to keep the + artifact working. + --> +<features name="fdio-dummy-feature" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"/> |