Преглед изворни кода

Updated repository to yakindu.org and kepler

benjamin.schwertfeger@googlemail.com пре 12 година
родитељ
комит
e2891059ed

+ 1 - 1
features/org.yakindu.sct-feature/feature.xml

@@ -19,7 +19,7 @@
    </license>
 
    <url>
-      <discovery label="Yakindu SCT Repository" url="http://updates.yakindu.com/juno/releases"/>
+      <discovery label="Yakindu SCT Repository" url="http://updates.yakindu.org/kepler/releases"/>
    </url>
 
    <requires>

+ 2 - 2
features/org.yakindu.sct-feature/p2.inf

@@ -1,3 +1,3 @@
 instructions.configure=\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//updates.yakindu.com/juno/releases/,name:Yakindu SCT 2,enabled:true);\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//updates.yakindu.com/juno/releases/,name:Yakindu SCT 2,enabled:true);
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//updates.yakindu.org/kepler/releases/,name:Yakindu SCT 2,enabled:true);\
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//updates.yakindu.org/kepler/releases/,name:Yakindu SCT 2,enabled:true);

+ 3 - 3
plugins/org.yakindu.sct.doc.user/help/02_Getting_started/getting_started.html

@@ -11,7 +11,7 @@
 		<p>For a new installation</p>
 		<ul>
 			<li>choose Eclipse menu Help/Install New Software ...</li>
-			<li>press the &#8218;add&#8217; button in the top right corner of the installation wizard to add http://updates.yakindu.com/juno/releases as update site</li>
+			<li>press the &#8218;add&#8217; button in the top right corner of the installation wizard to add http://updates.yakindu.org/kepler/releases as update site</li>
 			<li>select all the listed features</li>
 			<li>and follow the installation wizzard </li>
 			<li>For updating the installed plugins select Help/Check for Updates...</li>
@@ -119,7 +119,7 @@ in event incoming_call
 			<strong>CallHandling</strong> example.
 		</p>
 		<p>For code generation, SCT uses a textual generator model called SGen. This model allows customization of the code generation process. To create a new SGen model select the model folder in the project explorer on the left, and select 
-			<em>New – Yakindu Statechart Generator Model</em> from the context menu. On the first wizard page, enter 
+			<em>New ��� Yakindu Statechart Generator Model</em> from the context menu. On the first wizard page, enter 
 			<strong>CallHandling.sgen</strong> as the file name and press next. On the second wizard page, select 
 			<em>Yakindu SCT Java Code Generator</em> from the drop down menu on the top. In the statechart tree below, check the 
 			<strong>CallHandling.sct</strong> model and press Finish. The SGen Editor opens and show the following simple generator model:
@@ -147,7 +147,7 @@ in event incoming_call
 </code></pre>
 		<p>The generator Model is executed by a builder. Thus, the artifacts are generated automatically if 
 			<em>Project &gt; Build Automatically</em> is checked. If you want to execute your generator model manually, select 
-			<em>Generate Statechart Artifacts</em> from the Package Explorer’s context menu.
+			<em>Generate Statechart Artifacts</em> from the Package Explorer���s context menu.
 		</p>
 		<p id="Integrationwithclientcode">As a result, you should see a new folder 
 			<strong>src-gen</strong> in your project explorer on the left that contains the generated java artifacts. Add the generated artifacts to the Java Build Path by selecting 

Разлика између датотеке није приказан због своје велике величине
+ 141 - 141
plugins/org.yakindu.sct.doc.user/help/02_Getting_started/getting_started.textile


+ 1 - 1
plugins/org.yakindu.sct.doc.user/help/04_Reference/reference.html

@@ -553,7 +553,7 @@ localEvent3 / NamedInterface.variable4 += 2.0; #2
 		</p>
 		<ol>
 			<li>
-				<i>dumpSexec</i>  (Boolean, required): The license text to add as a header  
+				<i>dumpSexec</i>  (Boolean, required): Dumps the execution model as xmi model
 			</li>
 		</ol>
 		<p>Example configuration:</p>

+ 1 - 1
releng/org.yakindu.sct.releng/pom.xml

@@ -396,7 +396,7 @@
 				</property>
 			</activation>
 			<properties>
-				<p2.base.repository>https://projects.itemis.de/data/yakindu/base/juno/snapshot/</p2.base.repository>
+				<p2.base.repository>https://projects.itemis.de/data/yakindu/base/kepler/snapshot/</p2.base.repository>
 			</properties>
 		</profile>
 		<profile>

+ 10 - 10
releng/org.yakindu.sct.releng/promote-pom.xml

@@ -19,7 +19,7 @@
 		<!-- scp settings for publishing udpdate site -->
 		<promotionTarget>indigo/integration</promotionTarget>
 		<promotionSource>http://builds.itemis.de/urlToCIJob/lastSuccessfulBuild</promotionSource>
-		<updateSiteUrl>http://updates.yakindu.com/${promotionTarget}</updateSiteUrl>
+		<updateSiteUrl>http://updates.yakindu.org/${promotionTarget}</updateSiteUrl>
 		<local.update.site>${project.build.directory}/local-update-site</local.update.site>
 		<tycho.extras.version>0.16.0</tycho.extras.version>
 
@@ -79,7 +79,7 @@
 								<taskdef resource="net/sf/antcontrib/antlib.xml"
 									classpathref="maven.plugin.classpath" />
 								<property name="download.distro.src"
-									value="${eclipse.mirror.url}/technology/epp/downloads/release/juno/SR2" />
+									value="${eclipse.mirror.url}/technology/epp/downloads/release/kepler/R" />
 								<property name="download.distro.dir"
 									value="${project.build.directory}/distro/download" />
 
@@ -110,7 +110,7 @@
 											</and>
 											<then>
 												<propertyregex property="distro.src.filename"
-													input="eclipse-java-juno-SR2-win32.zip" override="true"
+													input="eclipse-java-kepler-R-win32.zip" override="true"
 													regexp="(.*)" select="\1" casesensitive="false" />
 											</then>
 										</if>
@@ -122,7 +122,7 @@
 											</and>
 											<then>
 												<propertyregex property="distro.src.filename"
-													input="eclipse-java-juno-SR2-win32-x86_64.zip" override="true"
+													input="eclipse-java-kepler-R-win32-x86_64.zip" override="true"
 													regexp="(.*)" select="\1" casesensitive="false" />
 											</then>
 										</if>
@@ -134,7 +134,7 @@
 											</and>
 											<then>
 												<propertyregex property="distro.src.filename"
-													input="eclipse-java-juno-SR2-linux-gtk-x86_64.tar.gz"
+													input="eclipse-java-kepler-R-linux-gtk-x86_64.tar.gz"
 													override="true" regexp="(.*)" select="\1" casesensitive="false" />
 											</then>
 										</if>
@@ -146,7 +146,7 @@
 											</and>
 											<then>
 												<propertyregex property="distro.src.filename"
-													input="eclipse-java-juno-SR2-linux-gtk.tar.gz" override="true"
+													input="eclipse-java-kepler-R-linux-gtk.tar.gz" override="true"
 													regexp="(.*)" select="\1" casesensitive="false" />
 											</then>
 										</if>
@@ -158,7 +158,7 @@
 											</and>
 											<then>
 												<propertyregex property="distro.src.filename"
-													input="eclipse-java-juno-SR2-macosx-cocoa-x86_64.tar.gz"
+													input="eclipse-java-kepler-R-macosx-cocoa-x86_64.tar.gz"
 													override="true" regexp="(.*)" select="\1" casesensitive="false" />
 											</then>
 										</if>
@@ -244,7 +244,7 @@
 											override="true" regexp="([^,]*)-([^\,]*)-([^\,]*)" select="\3"
 											casesensitive="false" />
 										<echo>mkdir ${distro.dir} for
-											yakindu-sct-juno-SR2-${distro.os}-${distro.ws}-${distro.arch}.zip</echo>
+											yakindu-sct-kepler-R-${distro.os}-${distro.ws}-${distro.arch}.zip</echo>
 										<mkdir dir="${distro.dir}" />
 
 										<if>
@@ -255,14 +255,14 @@
 												<exec dir="${distro.work.dir}/@{environment}"
 													executable="zip">
 													<arg
-														line="-q -r ${distro.dir}/yakindu-sct-juno-SR2-${distro.os}-${distro.ws}-${distro.arch}.zip eclipse" />
+														line="-q -r ${distro.dir}/yakindu-sct-kepler-R-${distro.os}-${distro.ws}-${distro.arch}.zip eclipse" />
 												</exec>
 											</then>
 											<else>
 												<exec dir="${distro.work.dir}/@{environment}"
 													executable="tar">
 													<arg
-														line="-czf ${distro.dir}/yakindu-sct-juno-SR2-${distro.os}-${distro.ws}-${distro.arch}.tar.gz eclipse" />
+														line="-czf ${distro.dir}/yakindu-sct-kepler-R-${distro.os}-${distro.ws}-${distro.arch}.tar.gz eclipse" />
 												</exec>
 											</else>
 										</if>

+ 3 - 3
releng/org.yakindu.sct.repository/pom.xml

@@ -200,7 +200,7 @@
 											override="true" regexp="([^,]*)-([^\,]*)-([^\,]*)" select="\3"
 											casesensitive="false" />
 										<echo>mkdir ${distro.dir} for
-											yakindu-sct-juno-SR1-${distro.os}-${distro.ws}-${distro.arch}.zip</echo>
+											yakindu-sct-kepler-R-${distro.os}-${distro.ws}-${distro.arch}.zip</echo>
 										<mkdir dir="${distro.dir}" />
 
 										<if>
@@ -211,14 +211,14 @@
 												<exec dir="${distro.work.dir}/@{environment}"
 													executable="zip">
 													<arg
-														line="-q -r ${distro.dir}/yakindu-sct-juno-SR1-${distro.os}-${distro.ws}-${distro.arch}.zip eclipse" />
+														line="-q -r ${distro.dir}/yakindu-sct-kepler-R-${distro.os}-${distro.ws}-${distro.arch}.zip eclipse" />
 												</exec>
 											</then>
 											<else>
 												<exec dir="${distro.work.dir}/@{environment}"
 													executable="tar">
 													<arg
-														line="-czf ${distro.dir}/yakindu-sct-juno-SR1-${distro.os}-${distro.ws}-${distro.arch}.tar.gz eclipse" />
+														line="-czf ${distro.dir}/yakindu-sct-kepler-R-${distro.os}-${distro.ws}-${distro.arch}.tar.gz eclipse" />
 												</exec>
 											</else>
 										</if>