diff options
author | Pascal Rapicault | 2004-05-18 19:46:13 +0000 |
---|---|---|
committer | Pascal Rapicault | 2004-05-18 19:46:13 +0000 |
commit | 19891a063c67d2fc5f3e41110b3a5dfe3fe2d6ab (patch) | |
tree | 1d3ba1d3e61aaac253b90d27f6c96ac5603fb842 /bundles/org.eclipse.osgi/build.properties | |
parent | 5464e85173a167ff23313587b1b5ff68adfce1d5 (diff) | |
download | rt.equinox.framework-19891a063c67d2fc5f3e41110b3a5dfe3fe2d6ab.tar.gz rt.equinox.framework-19891a063c67d2fc5f3e41110b3a5dfe3fe2d6ab.tar.xz rt.equinox.framework-19891a063c67d2fc5f3e41110b3a5dfe3fe2d6ab.zip |
add the systemBundle.properties file in the build.properties
Diffstat (limited to 'bundles/org.eclipse.osgi/build.properties')
-rw-r--r-- | bundles/org.eclipse.osgi/build.properties | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bundles/org.eclipse.osgi/build.properties b/bundles/org.eclipse.osgi/build.properties index cce71d821..4dd39103e 100644 --- a/bundles/org.eclipse.osgi/build.properties +++ b/bundles/org.eclipse.osgi/build.properties @@ -8,14 +8,14 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -bin.includes = \ - .options,\ - plugin.properties,\ - plugin.xml,\ - *.jar,\ - about.html,\ - eclipse.properties,\ - META-INF/ +bin.includes = .options,\ + plugin.properties,\ + plugin.xml,\ + *.jar,\ + about.html,\ + eclipse.properties,\ + META-INF/,\ + systembundle.properties src.includes=about.html jars.compile.order = osgi.jar, core.jar, resolver.jar, defaultAdaptor.jar, eclipseAdaptor.jar, console.jar |