Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracuccuru2011-07-22 07:52:50 +0000
committeracuccuru2011-07-22 07:52:50 +0000
commit44c86262b8a106f9cdbda920c3718c3c53736165 (patch)
tree4415fb299c9573b6e1921fa91bf08c38d1a58091 /extraplugins/alf
parent6940ce83c93f0c7740c9188f0cd3c9a87e9449ec (diff)
downloadorg.eclipse.papyrus-44c86262b8a106f9cdbda920c3718c3c53736165.tar.gz
org.eclipse.papyrus-44c86262b8a106f9cdbda920c3718c3c53736165.tar.xz
org.eclipse.papyrus-44c86262b8a106f9cdbda920c3718c3c53736165.zip
Merged with branch
Diffstat (limited to 'extraplugins/alf')
-rw-r--r--extraplugins/alf/org.eclipse.papyrus.alf.ui/.classpath4
-rw-r--r--extraplugins/alf/org.eclipse.papyrus.alf.ui/.settings/net.sf.jautodoc.prefs2
2 files changed, 3 insertions, 3 deletions
diff --git a/extraplugins/alf/org.eclipse.papyrus.alf.ui/.classpath b/extraplugins/alf/org.eclipse.papyrus.alf.ui/.classpath
index e5fbd3dd27a..ed2585fb3f4 100644
--- a/extraplugins/alf/org.eclipse.papyrus.alf.ui/.classpath
+++ b/extraplugins/alf/org.eclipse.papyrus.alf.ui/.classpath
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="src-gen"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="src-gen"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/extraplugins/alf/org.eclipse.papyrus.alf.ui/.settings/net.sf.jautodoc.prefs b/extraplugins/alf/org.eclipse.papyrus.alf.ui/.settings/net.sf.jautodoc.prefs
index dd17a4c5f5d..04da9c0ce04 100644
--- a/extraplugins/alf/org.eclipse.papyrus.alf.ui/.settings/net.sf.jautodoc.prefs
+++ b/extraplugins/alf/org.eclipse.papyrus.alf.ui/.settings/net.sf.jautodoc.prefs
@@ -1,4 +1,4 @@
-#Tue Apr 26 16:03:35 CEST 2011
+#Fri Jul 22 09:12:38 CEST 2011
add_header=true
eclipse.preferences.version=1
header_text=/*****************************************************************************\r\n * Copyright (c) 2011 CEA LIST.\r\n *\r\n * \r\n * All rights reserved. This program and the accompanying materials\r\n * are made available under the terms of the Eclipse Public License v1.0\r\n * which accompanies this distribution, and is available at\r\n * http\://www.eclipse.org/legal/epl-v10.html\r\n *\r\n * Contributors\:\r\n * CEA LIST - Initial API and implementation\r\n *\r\n *****************************************************************************/

Back to the top