Skip to content

Commit c5747dc

Browse files
committed
initial commit
0 parents  commit c5747dc

File tree

2,011 files changed

+208584
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,011 files changed

+208584
-0
lines changed

CVS/Entries

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/.classpath/1.13/Sat Oct 17 13:30:14 2009//
2+
/.cvsignore/1.14/Mon Oct 12 15:48:29 2009//
3+
/.project/1.3/Thu Aug 10 02:39:27 2006//
4+
/README/1.30/Fri Jun 12 22:06:22 2009//
5+
/README-DISTRIBUTION/1.2/Sun Nov 9 23:23:19 2008//
6+
/TIMESTAMP/1.71/Wed Feb 3 05:54:22 2010//
7+
/TODO.txt/1.3/Fri Jun 12 22:06:22 2009//
8+
/ant-build-config.properties/1.12/Fri Oct 16 19:19:34 2009//
9+
/ant-version.properties/1.73/Wed Jan 27 17:47:06 2010//
10+
/build.xml/1.89/Tue Nov 3 02:04:47 2009//
11+
/codefmt.xml/1.1/Tue Jul 21 00:23:54 2009//
12+
/contributing.txt/1.4/Tue Jul 21 00:23:54 2009//
13+
/how-to-run-the-tck.txt/1.3/Mon Oct 22 03:38:24 2007//
14+
/log4j.properties/1.1/Sun Jul 2 09:52:24 2006//
15+
/manifest.tck/1.2/Wed Jul 2 18:34:57 2003//
16+
/manifest.viewer/1.3/Wed Jan 21 16:07:27 2004//
17+
/tck.properties/1.1/Sun Jul 2 09:52:23 2006//
18+
/version.txt/1.80/Wed Jan 27 17:47:07 2010//
19+
D

CVS/Entries.Log

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
A D/ant-tasks////
2+
A D/docs////
3+
A D/extsrc////
4+
A D/gov////
5+
A D/javax////
6+
A D/lib////
7+
A D/licenses////
8+
A D/logs-parser////
9+
A D/m2////
10+
A D/poms////
11+
A D/repo////
12+
A D/src////
13+
A D/tools////
14+
A D/www////

CVS/Repository

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jain-sip

CVS/Root

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:pserver:[email protected]:/cvs

CVS/Template

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Issue number:
2+
Obtained from:
3+
Submitted by:
4+
Reviewed by:
5+
CVS: ----------------------------------------------------------------------
6+
CVS: Issue number:
7+
CVS: If this change addresses one or more issues,
8+
CVS: then enter the issue number(s) here.
9+
CVS: Obtained from:
10+
CVS: If this change has been taken from another system,
11+
CVS: then name the system in this line, otherwise delete it.
12+
CVS: Submitted by:
13+
CVS: If this code has been contributed to the project by someone else; i.e.,
14+
CVS: they sent us a patch or a set of diffs, then include their name/email
15+
CVS: address here. If this is your work then delete this line.
16+
CVS: Reviewed by:
17+
CVS: If we are doing pre-commit code reviews and someone else has
18+
CVS: reviewed your changes, include their name(s) here.
19+
CVS: If you have not had it reviewed then delete this line.

ant-tasks/CVS/Entries

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/build.xml/1.1/Thu May 22 03:38:39 2008//
2+
D

ant-tasks/CVS/Entries.Log

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
A D/lib////
2+
A D/src////

ant-tasks/CVS/Repository

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jain-sip/ant-tasks

ant-tasks/CVS/Root

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:pserver:[email protected]:/cvs

ant-tasks/CVS/Template

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Issue number:
2+
Obtained from:
3+
Submitted by:
4+
Reviewed by:
5+
CVS: ----------------------------------------------------------------------
6+
CVS: Issue number:
7+
CVS: If this change addresses one or more issues,
8+
CVS: then enter the issue number(s) here.
9+
CVS: Obtained from:
10+
CVS: If this change has been taken from another system,
11+
CVS: then name the system in this line, otherwise delete it.
12+
CVS: Submitted by:
13+
CVS: If this code has been contributed to the project by someone else; i.e.,
14+
CVS: they sent us a patch or a set of diffs, then include their name/email
15+
CVS: address here. If this is your work then delete this line.
16+
CVS: Reviewed by:
17+
CVS: If we are doing pre-commit code reviews and someone else has
18+
CVS: reviewed your changes, include their name(s) here.
19+
CVS: If you have not had it reviewed then delete this line.

ant-tasks/build.xml

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<?xml version="1.0"?>
2+
3+
<!--
4+
5+
This is an ANT build file for the Mobicents JSLEE Ant Tasks
6+
7+
-->
8+
9+
<project name="JSIP_ANT_Tasks" default="build-ant-tasks" basedir=".">
10+
<!-- Ignore any externally set classpath -->
11+
<property name="build.sysclasspath" value="ignore" />
12+
13+
<!-- PATHS -->
14+
<property environment="sys" />
15+
<property name="classes.tasks" value="${ant.file.JSIP_ANT_Tasks}/../classes" />
16+
<property name="jars" value="${ant.file.JSIP_ANT_Tasks}/../jars" />
17+
<property name="jar.name" value="jsip-ant-tasks.jar"/>
18+
<!-- OUTPUT JARS -->
19+
20+
<!-- CLASSPATH -->
21+
22+
<path id="project.class.path">
23+
<pathelement location="${ant.file.JSIP_ANT_Tasks}/../../../lib/jdom.jar" />
24+
<pathelement location="${sys.ANT_HOME}/lib/ant.jar" />
25+
</path>
26+
27+
<!-- CUSTOM TASKS -->
28+
29+
<target name="build-ant-tasks">
30+
<mkdir dir="${classes.tasks}" />
31+
<mkdir dir="${jars}" />
32+
<javac srcdir="${ant.file.JSIP_ANT_Tasks}/../src" destdir="${classes.tasks}" deprecation="on">
33+
<classpath>
34+
<path refid="project.class.path" />
35+
</classpath>
36+
</javac>
37+
<jar destfile="${jars}/${jar.name}" basedir="${classes.tasks}" />
38+
<taskdef name="versioner" classname="net.java.jsip.ant.tasks.VersionerTask" classpath="${jars}/${jar.name}" loaderref="deploy" />
39+
40+
</target>
41+
42+
<!-- CLEANERS -->
43+
44+
<target name="clean-all-classes">
45+
<delete dir="${classes.tasks}" quiet="true" />
46+
47+
</target>
48+
49+
<target name="clean-jars">
50+
<delete dir="${jars}" quiet="true" />
51+
</target>
52+
53+
<target name="clean-tasks" depends="clean-all-classes,clean-jars" />
54+
55+
<!--
56+
NOTE: task require jdom 1.1 to run, however I didnt find neat way of injecting it as a classpath, so it has to be copied into ANT_HOME/lib
57+
parameters:
58+
- cvsversionfile - path to file with single line containing number, this file mst contain single line with integer digit (string)
59+
- incrementcvsversion - indicates wheather number writen back to file (indicated above) will be incremented
60+
- version - used to put integer value for version instead of reading it from file
61+
- pomfile - path to pom file in which tak should switch version
62+
- parent - indicates wheather task should change version in root element or root-parent element
63+
- mainversionparts - tells task how many version parts version number has (default 3) - for instnace 1.2.1 - has 3 main version parts, in case of value set to 3 and 1.2.1.23 only first 3 will be taken into result and 23 will be disscarded
64+
- toversion - file that will get suffix before extension part - ./jain-sip-ri-1.2.1.jar ==> ./jain-sip-ri-1.2.1.156.jar
65+
-->
66+
67+
<target name="test" depends="build-ant-tasks">
68+
<versioner cvsversionfile="../../version.txt" incrementcvsversion="true" pomfile="D:/java/jprojects/jain-sip/poms/api-pom.xml"/>
69+
</target>
70+
71+
</project>
72+
73+

ant-tasks/lib/CVS/Entries

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/ant.jar/1.1/Thu May 22 03:38:37 2008/-kb/
2+
/jdom.jar/1.1/Thu May 22 03:38:38 2008/-kb/
3+
/maven-repository-importer-1.2.jar/1.1/Thu May 22 03:38:37 2008/-kb/
4+
D

ant-tasks/lib/CVS/Repository

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jain-sip/ant-tasks/lib

ant-tasks/lib/CVS/Root

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:pserver:[email protected]:/cvs

ant-tasks/lib/CVS/Template

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Issue number:
2+
Obtained from:
3+
Submitted by:
4+
Reviewed by:
5+
CVS: ----------------------------------------------------------------------
6+
CVS: Issue number:
7+
CVS: If this change addresses one or more issues,
8+
CVS: then enter the issue number(s) here.
9+
CVS: Obtained from:
10+
CVS: If this change has been taken from another system,
11+
CVS: then name the system in this line, otherwise delete it.
12+
CVS: Submitted by:
13+
CVS: If this code has been contributed to the project by someone else; i.e.,
14+
CVS: they sent us a patch or a set of diffs, then include their name/email
15+
CVS: address here. If this is your work then delete this line.
16+
CVS: Reviewed by:
17+
CVS: If we are doing pre-commit code reviews and someone else has
18+
CVS: reviewed your changes, include their name(s) here.
19+
CVS: If you have not had it reviewed then delete this line.

ant-tasks/lib/ant.jar

1.23 MB
Binary file not shown.

ant-tasks/lib/jdom.jar

150 KB
Binary file not shown.
6.69 KB
Binary file not shown.

ant-tasks/src/CVS/Entries

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
D

ant-tasks/src/CVS/Entries.Log

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A D/net////

ant-tasks/src/CVS/Repository

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jain-sip/ant-tasks/src

ant-tasks/src/CVS/Root

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:pserver:[email protected]:/cvs

ant-tasks/src/CVS/Template

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Issue number:
2+
Obtained from:
3+
Submitted by:
4+
Reviewed by:
5+
CVS: ----------------------------------------------------------------------
6+
CVS: Issue number:
7+
CVS: If this change addresses one or more issues,
8+
CVS: then enter the issue number(s) here.
9+
CVS: Obtained from:
10+
CVS: If this change has been taken from another system,
11+
CVS: then name the system in this line, otherwise delete it.
12+
CVS: Submitted by:
13+
CVS: If this code has been contributed to the project by someone else; i.e.,
14+
CVS: they sent us a patch or a set of diffs, then include their name/email
15+
CVS: address here. If this is your work then delete this line.
16+
CVS: Reviewed by:
17+
CVS: If we are doing pre-commit code reviews and someone else has
18+
CVS: reviewed your changes, include their name(s) here.
19+
CVS: If you have not had it reviewed then delete this line.

ant-tasks/src/net/CVS/Entries

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
D

ant-tasks/src/net/CVS/Entries.Log

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A D/java////

ant-tasks/src/net/CVS/Repository

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jain-sip/ant-tasks/src/net

ant-tasks/src/net/CVS/Root

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:pserver:[email protected]:/cvs

ant-tasks/src/net/CVS/Template

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Issue number:
2+
Obtained from:
3+
Submitted by:
4+
Reviewed by:
5+
CVS: ----------------------------------------------------------------------
6+
CVS: Issue number:
7+
CVS: If this change addresses one or more issues,
8+
CVS: then enter the issue number(s) here.
9+
CVS: Obtained from:
10+
CVS: If this change has been taken from another system,
11+
CVS: then name the system in this line, otherwise delete it.
12+
CVS: Submitted by:
13+
CVS: If this code has been contributed to the project by someone else; i.e.,
14+
CVS: they sent us a patch or a set of diffs, then include their name/email
15+
CVS: address here. If this is your work then delete this line.
16+
CVS: Reviewed by:
17+
CVS: If we are doing pre-commit code reviews and someone else has
18+
CVS: reviewed your changes, include their name(s) here.
19+
CVS: If you have not had it reviewed then delete this line.

ant-tasks/src/net/java/CVS/Entries

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
D
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A D/jsip////

ant-tasks/src/net/java/CVS/Repository

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jain-sip/ant-tasks/src/net/java

ant-tasks/src/net/java/CVS/Root

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:pserver:[email protected]:/cvs

ant-tasks/src/net/java/CVS/Template

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Issue number:
2+
Obtained from:
3+
Submitted by:
4+
Reviewed by:
5+
CVS: ----------------------------------------------------------------------
6+
CVS: Issue number:
7+
CVS: If this change addresses one or more issues,
8+
CVS: then enter the issue number(s) here.
9+
CVS: Obtained from:
10+
CVS: If this change has been taken from another system,
11+
CVS: then name the system in this line, otherwise delete it.
12+
CVS: Submitted by:
13+
CVS: If this code has been contributed to the project by someone else; i.e.,
14+
CVS: they sent us a patch or a set of diffs, then include their name/email
15+
CVS: address here. If this is your work then delete this line.
16+
CVS: Reviewed by:
17+
CVS: If we are doing pre-commit code reviews and someone else has
18+
CVS: reviewed your changes, include their name(s) here.
19+
CVS: If you have not had it reviewed then delete this line.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
D
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A D/ant////
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jain-sip/ant-tasks/src/net/java/jsip

ant-tasks/src/net/java/jsip/CVS/Root

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:pserver:[email protected]:/cvs
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Issue number:
2+
Obtained from:
3+
Submitted by:
4+
Reviewed by:
5+
CVS: ----------------------------------------------------------------------
6+
CVS: Issue number:
7+
CVS: If this change addresses one or more issues,
8+
CVS: then enter the issue number(s) here.
9+
CVS: Obtained from:
10+
CVS: If this change has been taken from another system,
11+
CVS: then name the system in this line, otherwise delete it.
12+
CVS: Submitted by:
13+
CVS: If this code has been contributed to the project by someone else; i.e.,
14+
CVS: they sent us a patch or a set of diffs, then include their name/email
15+
CVS: address here. If this is your work then delete this line.
16+
CVS: Reviewed by:
17+
CVS: If we are doing pre-commit code reviews and someone else has
18+
CVS: reviewed your changes, include their name(s) here.
19+
CVS: If you have not had it reviewed then delete this line.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
D
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A D/tasks////
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jain-sip/ant-tasks/src/net/java/jsip/ant
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:pserver:[email protected]:/cvs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Issue number:
2+
Obtained from:
3+
Submitted by:
4+
Reviewed by:
5+
CVS: ----------------------------------------------------------------------
6+
CVS: Issue number:
7+
CVS: If this change addresses one or more issues,
8+
CVS: then enter the issue number(s) here.
9+
CVS: Obtained from:
10+
CVS: If this change has been taken from another system,
11+
CVS: then name the system in this line, otherwise delete it.
12+
CVS: Submitted by:
13+
CVS: If this code has been contributed to the project by someone else; i.e.,
14+
CVS: they sent us a patch or a set of diffs, then include their name/email
15+
CVS: address here. If this is your work then delete this line.
16+
CVS: Reviewed by:
17+
CVS: If we are doing pre-commit code reviews and someone else has
18+
CVS: reviewed your changes, include their name(s) here.
19+
CVS: If you have not had it reviewed then delete this line.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/VersionerTask.java/1.7/Thu Oct 22 21:53:36 2009//
2+
D
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A D/net////
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jain-sip/ant-tasks/src/net/java/jsip/ant/tasks
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:pserver:[email protected]:/cvs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Issue number:
2+
Obtained from:
3+
Submitted by:
4+
Reviewed by:
5+
CVS: ----------------------------------------------------------------------
6+
CVS: Issue number:
7+
CVS: If this change addresses one or more issues,
8+
CVS: then enter the issue number(s) here.
9+
CVS: Obtained from:
10+
CVS: If this change has been taken from another system,
11+
CVS: then name the system in this line, otherwise delete it.
12+
CVS: Submitted by:
13+
CVS: If this code has been contributed to the project by someone else; i.e.,
14+
CVS: they sent us a patch or a set of diffs, then include their name/email
15+
CVS: address here. If this is your work then delete this line.
16+
CVS: Reviewed by:
17+
CVS: If we are doing pre-commit code reviews and someone else has
18+
CVS: reviewed your changes, include their name(s) here.
19+
CVS: If you have not had it reviewed then delete this line.

0 commit comments

Comments
 (0)