###############################################################################\r
-# Copyright (c) 2013, 2014 Association for Decentralized \r
-# Information Management in Industry THTH ry.\r
+# Copyright (c) 2014, 2016 Association for Decentralized Information\r
+# Management in Industry THTH ry.\r
# All rights reserved. This program and the accompanying materials\r
-# are made available under the terms of the THTH Simantics \r
-# Division Member Component License which accompanies this \r
-# distribution, and is available at\r
-# http://www.simantics.org/legal/sdmcl-v10.html\r
+# are made available under the terms of the Eclipse Public License\r
+# v1.0 which accompanies this distribution, and is available at\r
+# http://www.eclipse.org/legal/epl-v10.html\r
#\r
# Contributors:\r
# Semantum Oy - initial API and implementation\r
###############################################################################\r
-r.user=jenkins.members\r
-r.password=ochoh5Th\r
simantics.user=anonymous\r
simantics.password=\r
###############################################################################\r
-# Copyright (c) 2013, 2014 Association for Decentralized \r
-# Information Management in Industry THTH ry.\r
+# Copyright (c) 2014, 2016 Association for Decentralized Information\r
+# Management in Industry THTH ry.\r
# All rights reserved. This program and the accompanying materials\r
-# are made available under the terms of the THTH Simantics \r
-# Division Member Component License which accompanies this \r
-# distribution, and is available at\r
-# http://www.simantics.org/legal/sdmcl-v10.html\r
+# are made available under the terms of the Eclipse Public License\r
+# v1.0 which accompanies this distribution, and is available at\r
+# http://www.eclipse.org/legal/epl-v10.html\r
#\r
# Contributors:\r
# Semantum Oy - initial API and implementation\r
<rmap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.eclipse.org/buckminster/RMap-1.0"\r
xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0" xmlns:pv="http://www.eclipse.org/buckminster/Provider-1.0">\r
\r
- <property key="MEMBERS"\r
- value="https://{1}:{2}@www.simantics.org/svn/simantics-incubator/hannu" />\r
+ <property key="SIMANTICS" value="https://{1}:{2}@www.simantics.org/svn/simantics" />\r
\r
<searchPath name="r">\r
<provider readerType="svn" componentTypes="eclipse.feature" mutable="true" source="true">\r
- <uri format="${MEMBERS}/{0}.feature">\r
+ <uri format="${SIMANTICS}/r/trunk/{0}.feature?moduleAfterTag&moduleAfterBranch">\r
<bc:propertyRef key="buckminster.component" />\r
- <bc:propertyRef key="r.user" />\r
- <bc:propertyRef key="r.password" />\r
+ <bc:propertyRef key="simantics.user" />\r
+ <bc:propertyRef key="simantics.password" />\r
</uri>\r
</provider>\r
<provider readerType="svn" componentTypes="osgi.bundle" mutable="true" source="true">\r
- <uri format="${MEMBERS}/{0}">\r
+ <uri format="${SIMANTICS}/r/trunk/{0}?moduleAfterTag&moduleAfterBranch">\r
<bc:propertyRef key="buckminster.component" />\r
- <bc:propertyRef key="r.user" />\r
- <bc:propertyRef key="r.password" />\r
+ <bc:propertyRef key="simantics.user" />\r
+ <bc:propertyRef key="simantics.password" />\r
</uri>\r
</provider>\r
</searchPath>\r
\r
<locator searchPathRef="r" pattern="^org\.simantics\.r" />\r
\r
- <redirect href="http://www.simantics.org/download/head/rmap/Simantics.rmap" /> \r
+ <redirect href="http://www.simantics.org/download/head/rmap/SDK.rmap" /> \r
\r
</rmap>
\ No newline at end of file
+###############################################################################\r
+# Copyright (c) 2014, 2016 Association for Decentralized Information Management\r
+# in Industry THTH ry.\r
+# All rights reserved. This program and the accompanying materials\r
+# are made available under the terms of the Eclipse Public License v1.0\r
+# which accompanies this distribution, and is available at\r
+# http://www.eclipse.org/legal/epl-v10.html\r
+#\r
+# Contributors:\r
+# VTT Technical Research Centre of Finland - initial API and implementation\r
+###############################################################################\r
source.. = src/\r
output.. = bin/\r
bin.includes = META-INF/,\\r
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 Association for Decentralized Information Management\r
+ * in Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ * VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
package org.simantics.r.scl;\r
\r
import java.util.concurrent.ExecutorService;\r
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 Association for Decentralized Information Management\r
+ * in Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ * VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
package org.simantics.r.scl;\r
\r
public class RSessionConfiguration {\r
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 Association for Decentralized Information Management\r
+ * in Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ * VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
package org.simantics.r.scl;\r
\r
import java.util.UUID;\r
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 Association for Decentralized Information Management\r
+ * in Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ * VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
package org.simantics.r.scl;\r
\r
import java.util.Arrays;\r
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 Association for Decentralized Information Management\r
+ * in Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ * VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
package org.simantics.r.scl.variable;\r
\r
import org.rosuda.REngine.REXP;\r
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 Association for Decentralized Information Management\r
+ * in Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ * VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
package org.simantics.r.scl.variable;\r
\r
import org.rosuda.REngine.REXP;\r
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 Association for Decentralized Information Management\r
+ * in Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ * VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
package org.simantics.r.scl.variable;\r
\r
import org.rosuda.REngine.REXP;\r
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 Association for Decentralized Information Management\r
+ * in Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ * VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
package org.simantics.r.scl.variable;\r
\r
import org.rosuda.REngine.REXP;\r
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 Association for Decentralized Information Management\r
+ * in Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ * VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
package org.simantics.r.scl.variable;\r
\r
import org.rosuda.REngine.REXP;\r
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 Association for Decentralized Information Management\r
+ * in Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ * VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
package org.simantics.r.scl.variable;\r
\r
import org.rosuda.REngine.REXP;\r
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 Association for Decentralized Information Management\r
+ * in Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ * VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
package org.simantics.r.scl.variable;\r
\r
import gnu.trove.map.hash.THashMap;\r
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 Association for Decentralized Information Management\r
+ * in Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ * VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
package org.simantics.r.scl.variable;\r
\r
import org.rosuda.REngine.REXP;\r