Skip to main content
summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorBrian Vosburgh2013-03-26 16:48:02 +0000
committerBrian Vosburgh2013-03-26 16:48:02 +0000
commit3c552473cb9129701368c2234f6df1187528fc70 (patch)
tree989b25aab50b0167dc8dc29937c03e112fb207d8 /common
parentd1c3841a57ae49e4593c2549e692fd29ddb1824b (diff)
downloadwebtools.dali-3c552473cb9129701368c2234f6df1187528fc70.tar.gz
webtools.dali-3c552473cb9129701368c2234f6df1187528fc70.tar.xz
webtools.dali-3c552473cb9129701368c2234f6df1187528fc70.zip
add package-info.java to .internal.bundleexclude pacakge
Diffstat (limited to 'common')
-rw-r--r--common/plugins/org.eclipse.jpt.common.core/src/org/eclipse/jpt/common/core/internal/bundleexclude/package-info.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.core/src/org/eclipse/jpt/common/core/internal/bundleexclude/package-info.java b/common/plugins/org.eclipse.jpt.common.core/src/org/eclipse/jpt/common/core/internal/bundleexclude/package-info.java
new file mode 100644
index 0000000000..1f4b512588
--- /dev/null
+++ b/common/plugins/org.eclipse.jpt.common.core/src/org/eclipse/jpt/common/core/internal/bundleexclude/package-info.java
@@ -0,0 +1,17 @@
+/*******************************************************************************
+ * Copyright (c) 2013 Oracle. 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:
+ * Oracle - initial API and implementation
+ ******************************************************************************/
+
+/**
+ * Classes in this package can be loaded by the OSGi classloader without
+ * activating the plug-in.
+ * <p>
+ * See <code>./META-INF/MANIFEST.MF:Bundle-ActivationPolicy</code>
+ */
+package org.eclipse.jpt.common.core.internal.bundleexclude; \ No newline at end of file

Back to the top