diff options
author | ptessier | 2015-04-17 08:04:57 +0000 |
---|---|---|
committer | ptessier | 2015-04-17 08:04:57 +0000 |
commit | 85de07c60ac8997ab4d7a5f8c566d9fe90e9714c (patch) | |
tree | 716111e355082c5c3bda8d5ca29f6339732b33fc /plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties | |
parent | 89faa1889731a81b247ab5c0f1f91fa2ed11462a (diff) | |
download | org.eclipse.papyrus-85de07c60ac8997ab4d7a5f8c566d9fe90e9714c.tar.gz org.eclipse.papyrus-85de07c60ac8997ab4d7a5f8c566d9fe90e9714c.tar.xz org.eclipse.papyrus-85de07c60ac8997ab4d7a5f8c566d9fe90e9714c.zip |
Bug 463290 - Papyrus diagram shall be expanded with new visual graphical
notation
update build.xml and java execution in classpath
Change-Id: Ib9ae03edf42e8de29bfa5615429137e4f8a4a343
Diffstat (limited to 'plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties')
-rw-r--r-- | plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties index 9e7dafc38b0..11396e8fa01 100644 --- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties +++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/build.properties @@ -1,19 +1,17 @@ -# Copyright (c) 2015 CEA LIST.
-#
-# 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:
-# CEA LIST - Initial API and implementation
-#
-
-bin.includes = .,\
- model/,\
- META-INF/,\
- plugin.xml,\
- plugin.properties
-jars.compile.order = .
-source.. = src-gen/
-output.. = bin/
+# +#Mon Sep 12 09:29:38 CEST 2011 +bin.includes = .options,\ + META-INF/,\ + plugin.properties,\ + about.html,\ + .,\ + plugin.xml,\ + schema/,\ + icons/,\ + model/ +output..=bin/ +jars.compile.order=. +src.includes = about.html +source.. = src/,\ + src-gen/ +bin..=bin/ |