blob: c5dcb8f310624df6fc9c39518762e5a304c9c062 [file] [log] [blame]
<%
/**
* <copyright>
*
* Copyright (c) 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>
*/
%>
<%GenModel genModel = (GenModel)argument;%>
<%String pluginClassesLocation = genModel.isRuntimeJar() ? genModel.getTestsPluginID()+".jar" : ".";%>
<%@ egf:patternCall patternId="platform:/plugin/org.eclipse.egf.emf.pattern.base/egf/EMF_Pattern_Base.fcore#LogicalName=org.eclipse.egf.emf.pattern.base.HeaderProperties" args="parameter:argument"%>
bin.includes = <%=pluginClassesLocation%>,\
<%if (genModel.isBundleManifest()) {%>
META-INF/,\
<%}%>
plugin.xml,\
plugin.properties
jars.compile.order = <%=pluginClassesLocation%>
source.<%=pluginClassesLocation%> = src/
output.<%=pluginClassesLocation%> = bin/