Skip to content

Commit a4525dd

Browse files
committed
Fixing JSLEE Parent.
1 parent 3f36548 commit a4525dd

File tree

3 files changed

+4
-4
lines changed
  • tools/eclipslee/plugin/plugins/org.mobicents.eclipslee.servicecreation

3 files changed

+4
-4
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.mobicents.servers.jainslee</groupId>
66
<artifactId>restcomm-slee-parent</artifactId>
7-
<version>2.8.1</version>
7+
<version>2.8.8</version>
88
</parent>
99

1010
<groupId>org.mobicents.servers.jainslee.eclipslee</groupId>

Diff for: tools/eclipslee/plugin/plugins/org.mobicents.eclipslee.servicecreation/org.mobicents.eclipslee.ant/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<target name="build-ant-tasks" depends="init">
2626
<mkdir dir="bin"/>
27-
<javac classpath="${ant.home}/lib/ant.jar" srcdir="src" destdir="bin" deprecation="off" includes="org/restcomm/eclipslee/**/*.java"/>
27+
<javac classpath="${ant.home}/lib/ant.jar" srcdir="src" destdir="bin" deprecation="off" includes="org/mobicents/eclipslee/**/*.java"/>
2828
</target>
2929

3030
<target name="package-ant-tasks" depends="init,build-ant-tasks">

Diff for: tools/eclipslee/plugin/plugins/org.mobicents.eclipslee.servicecreation/src/org/mobicents/eclipslee/servicecreation/wizards/project/ProjectWizard.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ public class ProjectWizard extends Wizard implements INewWizard {
6969
private static final IPath SLEE_JAR = SLEE_1_1_JAR;
7070

7171
private static final String SLEE_EXT_1_1_VERSION = "1.0.0.FINAL";
72-
private static final IPath SLEE_EXT_1_1_JAR = new Path("M2_REPO/org/restcomm/servers/jainslee/api/jain-slee-11-ext/" + SLEE_EXT_1_1_VERSION + "/jain-slee-11-ext-" + SLEE_EXT_1_1_VERSION + ".jar");
72+
private static final IPath SLEE_EXT_1_1_JAR = new Path("M2_REPO/org/mobicents/servers/jainslee/api/jain-slee-11-ext/" + SLEE_EXT_1_1_VERSION + "/jain-slee-11-ext-" + SLEE_EXT_1_1_VERSION + ".jar");
7373

7474
private static final String RESTCOMM_FT_RA_VERSION = "2.7.0.FINAL";
75-
private static final IPath RESTCOMM_FT_RA_JAR = new Path("M2_REPO/org/restcomm/servers/jainslee/core/fault-tolerant-ra-api/" + RESTCOMM_FT_RA_VERSION + "/fault-tolerant-ra-api-" + RESTCOMM_FT_RA_VERSION + ".jar");
75+
private static final IPath RESTCOMM_FT_RA_JAR = new Path("M2_REPO/org/mobicents/servers/jainslee/core/fault-tolerant-ra-api/" + RESTCOMM_FT_RA_VERSION + "/fault-tolerant-ra-api-" + RESTCOMM_FT_RA_VERSION + ".jar");
7676

7777
public ProjectWizard() {
7878
super();

0 commit comments

Comments
 (0)