Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.net4j/.project22
-rw-r--r--plugins/org.eclipse.net4j/META-INF/MANIFEST.MF8
-rw-r--r--plugins/org.eclipse.net4j/about.html22
-rw-r--r--plugins/org.eclipse.net4j/about.ini17
-rw-r--r--plugins/org.eclipse.net4j/about.mappings6
-rw-r--r--plugins/org.eclipse.net4j/about.properties30
-rw-r--r--plugins/org.eclipse.net4j/build.properties15
-rw-r--r--plugins/org.eclipse.net4j/eclipse.gifbin0 -> 1058 bytes
-rw-r--r--plugins/org.eclipse.net4j/eclipse.pngbin0 -> 3353 bytes
-rw-r--r--plugins/org.eclipse.net4j/eclipse24.gifbin0 -> 1328 bytes
-rw-r--r--plugins/org.eclipse.net4j/eclipse32.gifbin0 -> 1706 bytes
-rw-r--r--plugins/org.eclipse.net4j/eclipse32.pngbin0 -> 4594 bytes
-rw-r--r--plugins/org.eclipse.net4j/eclipse48.gifbin0 -> 2458 bytes
-rw-r--r--plugins/org.eclipse.net4j/eclipse48.pngbin0 -> 5529 bytes
-rw-r--r--plugins/org.eclipse.net4j/eclipse_lg.gifbin0 -> 12710 bytes
-rw-r--r--plugins/org.eclipse.net4j/plugin.properties33
-rw-r--r--plugins/org.eclipse.net4j/plugin.xml3
17 files changed, 156 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j/.project b/plugins/org.eclipse.net4j/.project
new file mode 100644
index 0000000000..7254097f10
--- /dev/null
+++ b/plugins/org.eclipse.net4j/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.emf</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/org.eclipse.net4j/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..ebbd8bf474
--- /dev/null
+++ b/plugins/org.eclipse.net4j/META-INF/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.net4j
+Bundle-Version: 1.0.0.qualifier
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Eclipse-LazyStart: true
diff --git a/plugins/org.eclipse.net4j/about.html b/plugins/org.eclipse.net4j/about.html
new file mode 100644
index 0000000000..4c99086f82
--- /dev/null
+++ b/plugins/org.eclipse.net4j/about.html
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<head>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>February 24, 2005</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content.</p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/plugins/org.eclipse.net4j/about.ini b/plugins/org.eclipse.net4j/about.ini
new file mode 100644
index 0000000000..e2bd2a2ebd
--- /dev/null
+++ b/plugins/org.eclipse.net4j/about.ini
@@ -0,0 +1,17 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%featureText
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=eclipse32.gif
+
+# Property "appName" contains name of the application (translated)
+appName=%featureName
+
+# Property "welcomePage" contains path to welcome page (special XML-based format)
+welcomePage=$nl$/welcome.xml
diff --git a/plugins/org.eclipse.net4j/about.mappings b/plugins/org.eclipse.net4j/about.mappings
new file mode 100644
index 0000000000..a28390a75e
--- /dev/null
+++ b/plugins/org.eclipse.net4j/about.mappings
@@ -0,0 +1,6 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
+0=@build@
diff --git a/plugins/org.eclipse.net4j/about.properties b/plugins/org.eclipse.net4j/about.properties
new file mode 100644
index 0000000000..f96bd15ef5
--- /dev/null
+++ b/plugins/org.eclipse.net4j/about.properties
@@ -0,0 +1,30 @@
+# /**
+# * <copyright>
+# *
+# * Copyright (c) 2002-2005 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 - Initial API and implementation
+# *
+# * </copyright>
+# *
+# * $Id$
+# */
+
+# NLS_MESSAGEFORMAT_VAR
+
+featureName=Net4j
+
+featureText=Net4j \n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others. 2006. All rights reserved.\n\
+\n\
+EMF is a Java/XML framework for generating tools and other\n\
+applications based on simple class models.\n\
+Visit http://www.eclipse.org/emf
diff --git a/plugins/org.eclipse.net4j/build.properties b/plugins/org.eclipse.net4j/build.properties
new file mode 100644
index 0000000000..24ab39d569
--- /dev/null
+++ b/plugins/org.eclipse.net4j/build.properties
@@ -0,0 +1,15 @@
+bin.includes = about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ plugin.xml,\
+ plugin.properties,\
+ META-INF/,\
+ eclipse.gif,\
+ eclipse.png,\
+ eclipse24.gif,\
+ eclipse32.gif,\
+ eclipse32.png,\
+ eclipse48.gif,\
+ eclipse48.png,\
+ eclipse_lg.gif
diff --git a/plugins/org.eclipse.net4j/eclipse.gif b/plugins/org.eclipse.net4j/eclipse.gif
new file mode 100644
index 0000000000..bdc2912bfd
--- /dev/null
+++ b/plugins/org.eclipse.net4j/eclipse.gif
Binary files differ
diff --git a/plugins/org.eclipse.net4j/eclipse.png b/plugins/org.eclipse.net4j/eclipse.png
new file mode 100644
index 0000000000..73975241eb
--- /dev/null
+++ b/plugins/org.eclipse.net4j/eclipse.png
Binary files differ
diff --git a/plugins/org.eclipse.net4j/eclipse24.gif b/plugins/org.eclipse.net4j/eclipse24.gif
new file mode 100644
index 0000000000..fbb1d47c06
--- /dev/null
+++ b/plugins/org.eclipse.net4j/eclipse24.gif
Binary files differ
diff --git a/plugins/org.eclipse.net4j/eclipse32.gif b/plugins/org.eclipse.net4j/eclipse32.gif
new file mode 100644
index 0000000000..e6ad7ccd75
--- /dev/null
+++ b/plugins/org.eclipse.net4j/eclipse32.gif
Binary files differ
diff --git a/plugins/org.eclipse.net4j/eclipse32.png b/plugins/org.eclipse.net4j/eclipse32.png
new file mode 100644
index 0000000000..568fac1d05
--- /dev/null
+++ b/plugins/org.eclipse.net4j/eclipse32.png
Binary files differ
diff --git a/plugins/org.eclipse.net4j/eclipse48.gif b/plugins/org.eclipse.net4j/eclipse48.gif
new file mode 100644
index 0000000000..501ab99e41
--- /dev/null
+++ b/plugins/org.eclipse.net4j/eclipse48.gif
Binary files differ
diff --git a/plugins/org.eclipse.net4j/eclipse48.png b/plugins/org.eclipse.net4j/eclipse48.png
new file mode 100644
index 0000000000..b60ab3ccc9
--- /dev/null
+++ b/plugins/org.eclipse.net4j/eclipse48.png
Binary files differ
diff --git a/plugins/org.eclipse.net4j/eclipse_lg.gif b/plugins/org.eclipse.net4j/eclipse_lg.gif
new file mode 100644
index 0000000000..bf8b872e3d
--- /dev/null
+++ b/plugins/org.eclipse.net4j/eclipse_lg.gif
Binary files differ
diff --git a/plugins/org.eclipse.net4j/plugin.properties b/plugins/org.eclipse.net4j/plugin.properties
new file mode 100644
index 0000000000..25b738d649
--- /dev/null
+++ b/plugins/org.eclipse.net4j/plugin.properties
@@ -0,0 +1,33 @@
+# /**
+# * <copyright>
+# *
+# * Copyright (c) 2002-2004 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 - Initial API and implementation
+# *
+# * </copyright>
+# *
+# * $Id$
+# */
+
+# NLS_MESSAGEFORMAT_VAR
+
+# ==============================================================================
+# Do not change the properties between this line and the last line containing:
+# %%% END OF TRANSLATED PROPERTIES %%%
+# Instead, either redefine an existing property, or create a new property,
+# append it to the end of the file, and change the code to use the new name.
+# ==============================================================================
+
+pluginName=Net4j
+providerName=Eclipse.org
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/plugins/org.eclipse.net4j/plugin.xml b/plugins/org.eclipse.net4j/plugin.xml
new file mode 100644
index 0000000000..347e7300a1
--- /dev/null
+++ b/plugins/org.eclipse.net4j/plugin.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<plugin />

Back to the top