Put out proper build files for source generation.
diff --git a/features/org.eclipse.jem.tests-feature/build.properties b/features/org.eclipse.jem.tests-feature/build.properties index 8ffa445..9c220ab 100644 --- a/features/org.eclipse.jem.tests-feature/build.properties +++ b/features/org.eclipse.jem.tests-feature/build.properties
@@ -3,3 +3,4 @@ cpl-v10.html,\ eclipse_update_120.jpg,\ license.html +generate.plugin@org.eclipse.jem.tests.source=org.eclipse.jem.tests \ No newline at end of file
diff --git a/features/org.eclipse.jem.tests-feature/feature.xml b/features/org.eclipse.jem.tests-feature/feature.xml index 84e848b..6556e25 100644 --- a/features/org.eclipse.jem.tests-feature/feature.xml +++ b/features/org.eclipse.jem.tests-feature/feature.xml
@@ -23,5 +23,11 @@ download-size="0" install-size="0" version="0.5.0"/> + + <plugin + id="org.eclipse.jem.tests.source" + download-size="0" + install-size="0" + version="0.5.0"/> </feature>
diff --git a/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.html b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.html new file mode 100644 index 0000000..ba54e70 --- /dev/null +++ b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/about.html
@@ -0,0 +1,36 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> +<html> +<head> +<title>About</title> +<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1"> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>20th June, 2002</p> +<h3>License</h3> +<p>Eclipse.org makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the +Common Public License Version 1.0 ("CPL"). A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>. +For purposes of the CPL, "Program" will mean the Content.</p> + + +<h3>Source Code</h3> +<p>This plug-in contains source code zip files ("Source Zips") that correspond to binary content in other plug-ins. These Source Zips may be distributed under different license +agreements and/or notices. Details about these license agreements and notices are contained in "about.html" files ("Abouts") located in sub-directories in the +src/ directory of this plug-in. Such Abouts govern your use of the Source Zips in that directory, not the CPL.</p> + +<h3>Contributions</h3> + +<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise +made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such +Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p> + +<p>If this Content is licensed to you under license terms and conditions other than the CPL ("Other License"), any modifications, enhancements and/or +other code and/or documentation ("Modifications") uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the +host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available +to others under the terms of the Other License. In addition, with regard to Modifications for which you are the copyright holder, you are also +providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of +the CPL.</p> + +</body> +</html> \ No newline at end of file
diff --git a/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/build.properties b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/build.properties new file mode 100644 index 0000000..49febfe --- /dev/null +++ b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/build.properties
@@ -0,0 +1,5 @@ +bin.includes = plugin.xml,\ + plugin.properties,\ + about.html,\ + src/ +sourcePlugin = true
diff --git a/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/plugin.properties b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/plugin.properties new file mode 100644 index 0000000..9966ddc --- /dev/null +++ b/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/plugin.properties
@@ -0,0 +1,18 @@ +############################################################################### +# Copyright (c) 2003 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Common Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/cpl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +# +# $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.tests.git/features/org.eclipse.jem.tests-feature/sourceTemplatePlugin/Attic/plugin.properties,v $ +# $Revision: 1.1 $ $Date: 2003/10/28 23:17:35 $ +# + + +pluginName = Java EMF Model Tests source +providerName = Eclipse.org \ No newline at end of file