Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhorne2007-05-28 13:17:37 +0000
committerkhorne2007-05-28 13:17:37 +0000
commit2a58fb7dd433902e9885a8e03437906b2c935d78 (patch)
tree949ebef1f6e82d6daf0d578b41b5f8a76f9a81f6 /bundles/org.eclipse.equinox.transforms.xslt
parent4824fbca730da1f354da96de14a865e9d84ece59 (diff)
downloadrt.equinox.bundles-2a58fb7dd433902e9885a8e03437906b2c935d78.tar.gz
rt.equinox.bundles-2a58fb7dd433902e9885a8e03437906b2c935d78.tar.xz
rt.equinox.bundles-2a58fb7dd433902e9885a8e03437906b2c935d78.zip
updated copyrightsVersion_1
Diffstat (limited to 'bundles/org.eclipse.equinox.transforms.xslt')
-rw-r--r--bundles/org.eclipse.equinox.transforms.xslt/build.properties10
-rw-r--r--bundles/org.eclipse.equinox.transforms.xslt/hookconfigurators.properties10
2 files changed, 20 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.transforms.xslt/build.properties b/bundles/org.eclipse.equinox.transforms.xslt/build.properties
index 3de1425d9..ea379de84 100644
--- a/bundles/org.eclipse.equinox.transforms.xslt/build.properties
+++ b/bundles/org.eclipse.equinox.transforms.xslt/build.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2006 IBM Corporation 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
diff --git a/bundles/org.eclipse.equinox.transforms.xslt/hookconfigurators.properties b/bundles/org.eclipse.equinox.transforms.xslt/hookconfigurators.properties
index 59a73fe26..b59399b1e 100644
--- a/bundles/org.eclipse.equinox.transforms.xslt/hookconfigurators.properties
+++ b/bundles/org.eclipse.equinox.transforms.xslt/hookconfigurators.properties
@@ -1,2 +1,12 @@
+###############################################################################
+# Copyright (c) 2006 IBM Corporation 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
hook.configurators= \
org.eclipse.equinox.transforms.xslt.XSLTTransformingBundleFileWrapperFactoryHook

Back to the top