Project

General

Profile

« Previous | Next » 

Revision 39289

created project

View differences:

modules/dnet-openaire-blacklist/trunk/src/main/java/eu/dnetlib/Hello.java
1
package eu.dnetlib;
2

  
3

  
4
public class Hello {
5
    public String sayHello(String name){
6
        return "hello "+name;
7
    }
8
}
modules/dnet-openaire-blacklist/trunk/src/main/resources/eu/dnetlib/applicationContext-dnet-openaire-blacklist.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns="http://www.springframework.org/schema/beans"
3
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4
	xmlns:util="http://www.springframework.org/schema/util"
5
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
6
                        http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
7

  
8
</beans>
modules/dnet-openaire-blacklist/trunk/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
	<parent>
5
		<groupId>eu.dnetlib</groupId>
6
		<artifactId>dnet-parent</artifactId>
7
		<version>1.0.0-SNAPSHOT</version>
8
		<relativePath></relativePath>
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-openaire-blacklist</artifactId>
13
	<packaging>jar</packaging>
14
	<version>0.0.1-SNAPSHOT</version>
15
	<dependencies>
16
	</dependencies>
17
</project>

Also available in: Unified diff