Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
a60ac757
Commit
a60ac757
authored
Aug 19, 2010
by
Christophe Demarey
Browse files
[maven-release-plugin] prepare release frascati/frascati-1.3
parent
f89dfc60
Changes
123
Hide whitespace changes
Inline
Side-by-side
examples/helloworld-property/pom.xml
View file @
a60ac757
...
...
@@ -38,7 +38,7 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.ow2.frascati.examples
</groupId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/helloworld-rmi/client/pom.xml
View file @
a60ac757
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-rmi-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/helloworld-rmi/pom.xml
View file @
a60ac757
<?xml version="1.0"?>
<!--
* OW2 FraSCAti Examples: HelloWorld RMI
*
* Copyright (c) 2009-2010 INRIA, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Nicolas Dolet
*
* Contributor(s): Philippe Merle
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-rmi-parent
</artifactId>
<packaging>
pom
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld RMI
</name>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3-SNAPSHOT
</version>
</parent>
<dependencies>
<!-- OW2 FraSCAti Java RMI Binding. -->
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-binding-rmi
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependencies>
<properties>
<logging.conf.file>
../../logging.properties
</logging.conf.file>
</properties>
<modules>
<module>
client
</module>
<module>
server
</module>
</modules>
</project>
<?xml version="1.0"?>
<!--
* OW2 FraSCAti Examples: HelloWorld RMI
*
* Copyright (c) 2009-2010 INRIA, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Nicolas Dolet
*
* Contributor(s): Philippe Merle
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-rmi-parent
</artifactId>
<packaging>
pom
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld RMI
</name>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3
</version>
</parent>
<dependencies>
<!-- OW2 FraSCAti Java RMI Binding. -->
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-binding-rmi
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependencies>
<properties>
<logging.conf.file>
../../logging.properties
</logging.conf.file>
</properties>
<modules>
<module>
client
</module>
<module>
server
</module>
</modules>
</project>
examples/helloworld-rmi/server/pom.xml
View file @
a60ac757
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-rmi-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/helloworld-script/pom.xml
View file @
a60ac757
...
...
@@ -24,9 +24,7 @@
*
* Contributor(s): Christophe Demarey
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
@@ -38,7 +36,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/helloworld-servlet/pom.xml
View file @
a60ac757
<?xml version="1.0"?>
<!--
* OW2 FraSCAti Examples: HelloWorld Servlet
*
* Copyright (c) 2010 INRIA, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Philippe Merle
*
* Contributor(s):
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
frascati-helloworld-servlet
</artifactId>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld Servlet
</name>
<properties>
<composite.file>
helloworld-servlet
</composite.file>
</properties>
<dependencies>
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-binding-http
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependencies>
</project>
<?xml version="1.0"?>
<!--
* OW2 FraSCAti Examples: HelloWorld Servlet
*
* Copyright (c) 2010 INRIA, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Philippe Merle
*
* Contributor(s):
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
frascati-helloworld-servlet
</artifactId>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld Servlet
</name>
<properties>
<composite.file>
helloworld-servlet
</composite.file>
</properties>
<dependencies>
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-binding-http
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependencies>
</project>
examples/helloworld-spring/pom.xml
View file @
a60ac757
<?xml version="1.0"?>
<!--
* OW2 FraSCAti Examples: HelloWorld Spring
*
* Copyright (c) 2009-2010 INRIA, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Philippe Merle
*
* Contributor(s):
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-spring
</artifactId>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld Spring
</name>
<properties>
<composite.file>
helloworld-spring
</composite.file>
<service.name>
r
</service.name>
<method.name>
run
</method.name>
</properties>
<!-- ===== -->
<!-- Build -->
<!-- ===== -->
<build>
</build>
<!-- ======== -->
<!-- Profiles -->
<!-- ======== -->
<profiles>
<!-- To execute 'mvn -Pmain'. -->
<profile>
<id>
main
</id>
<build>
<defaultGoal>
exec:exec
</defaultGoal>
<plugins>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
exec-maven-plugin
</artifactId>
<configuration>
<executable>
java
</executable>
<arguments>
<argument>
-cp
</argument>
<classpath
/>
<argument>
org.ow2.frascati.examples.helloworld.spring.Main
</argument>
</arguments>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<!-- ============= -->
<!-- Dependencies -->
<!-- ============= -->
<dependencies>
<!-- OW2 FraSCAti Spring Implementation. -->
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-implementation-spring
</artifactId>
<version>
${project.version}
</version>
</dependency>
<!-- ===== -->
<!-- Tests -->
<!-- ===== -->
<dependency>
<groupId>
org.ow2.frascati.examples.test
</groupId>
<artifactId>
frascati-test
</artifactId>
<version>
${project.version}
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
<!-- ============= -->
<!-- Repositories -->
<!-- ============= -->
<repositories>
</repositories>
</project>
<?xml version="1.0"?>
<!--
* OW2 FraSCAti Examples: HelloWorld Spring
*
* Copyright (c) 2009-2010 INRIA, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Philippe Merle
*
* Contributor(s):
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-spring
</artifactId>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld Spring
</name>
<properties>
<composite.file>
helloworld-spring
</composite.file>
<service.name>
r
</service.name>
<method.name>
run
</method.name>
</properties>
<!-- ===== -->
<!-- Build -->
<!-- ===== -->
<build>
</build>
<!-- ======== -->
<!-- Profiles -->
<!-- ======== -->
<profiles>
<!-- To execute 'mvn -Pmain'. -->
<profile>
<id>
main
</id>
<build>
<defaultGoal>
exec:exec
</defaultGoal>
<plugins>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
exec-maven-plugin
</artifactId>
<configuration>
<executable>
java
</executable>
<arguments>
<argument>
-cp
</argument>
<classpath
/>
<argument>
org.ow2.frascati.examples.helloworld.spring.Main
</argument>
</arguments>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<!-- ============= -->
<!-- Dependencies -->
<!-- ============= -->
<dependencies>
<!-- OW2 FraSCAti Spring Implementation. -->
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-implementation-spring
</artifactId>
<version>
${project.version}
</version>
</dependency>
<!-- ===== -->
<!-- Tests -->
<!-- ===== -->
<dependency>
<groupId>
org.ow2.frascati.examples.test
</groupId>
<artifactId>
frascati-test
</artifactId>
<version>
${project.version}
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
<!-- ============= -->
<!-- Repositories -->
<!-- ============= -->
<repositories>
</repositories>
</project>
examples/helloworld-ws/client/pom.xml
View file @
a60ac757
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-ws-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/helloworld-ws/pom.xml
View file @
a60ac757
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ws-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/helloworld-ws/server/pom.xml
View file @
a60ac757
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-ws-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/isbn-test/pom.xml
View file @
a60ac757
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ws-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/nrbc/pom.xml
View file @
a60ac757
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
bpel-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
@@ -43,7 +43,7 @@
<composite.file>
NRBC
</composite.file>
<service.name>
run
</service.name>
<method.name>
run
</method.name>
<method.params/>
<method.params
/>
</properties>
<dependencies>
...
...
examples/ohloh-proxy/pom.xml
View file @
a60ac757
<?xml version="1.0"?>
<!--
* OW2 FraSCAti Examples: Ohloh Proxy
*
* Copyright (c) 2009-2010 INRIA, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Philippe Merle
*
* Contributor(s):
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ohloh-proxy-parent
</artifactId>
<packaging>
pom
</packaging>
<name>
OW2 FraSCAti Examples: Ohloh Proxy
</name>
<properties>
<logging.conf.file>
../../logging.properties
</logging.conf.file>
</properties>
<modules>
<module>
standalone
</module>
<module>
war
</module>
</modules>
<profiles>
<profile>
<id>
jdk6
</id>
<modules>