diff options
| author | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-10-17 16:18:44 +0000 | 
|---|---|---|
| committer | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-10-17 16:18:44 +0000 | 
| commit | 83f01ddf24d98dbb5df41fb627a14edee2d57df7 (patch) | |
| tree | 248d1674da3fddd81519babe441744052abdf901 /id/server/proxy | |
| parent | 8b5f5997e3a32b90ce0dc73881ae8bb4c03242bb (diff) | |
| download | moa-id-spss-83f01ddf24d98dbb5df41fb627a14edee2d57df7.tar.gz moa-id-spss-83f01ddf24d98dbb5df41fb627a14edee2d57df7.tar.bz2 moa-id-spss-83f01ddf24d98dbb5df41fb627a14edee2d57df7.zip | |
Implemented and integrated party representation and integrated mandates as per default available
Now Eclipse projects are available. The Web Tools Platform can be used to run the web applications
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1014 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/proxy')
| -rw-r--r-- | id/server/proxy/.classpath | 4 | ||||
| -rw-r--r-- | id/server/proxy/.project | 14 | ||||
| -rw-r--r-- | id/server/proxy/.settings/org.eclipse.jdt.core.prefs | 5 | ||||
| -rw-r--r-- | id/server/proxy/pom.xml | 4 | 
4 files changed, 25 insertions, 2 deletions
| diff --git a/id/server/proxy/.classpath b/id/server/proxy/.classpath new file mode 100644 index 000000000..5d93de69c --- /dev/null +++ b/id/server/proxy/.classpath @@ -0,0 +1,4 @@ +<classpath> +  <classpathentry kind="output" path="target/classes"/> +  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> +</classpath>
\ No newline at end of file diff --git a/id/server/proxy/.project b/id/server/proxy/.project new file mode 100644 index 000000000..4e175804c --- /dev/null +++ b/id/server/proxy/.project @@ -0,0 +1,14 @@ +<projectDescription> +  <name>moa-id-proxy</name> +  <comment/> +  <projects/> +  <buildSpec> +    <buildCommand> +      <name>org.eclipse.jdt.core.javabuilder</name> +      <arguments/> +    </buildCommand> +  </buildSpec> +  <natures> +    <nature>org.eclipse.jdt.core.javanature</nature> +  </natures> +</projectDescription>
\ No newline at end of file diff --git a/id/server/proxy/.settings/org.eclipse.jdt.core.prefs b/id/server/proxy/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 000000000..5ffa1b7e5 --- /dev/null +++ b/id/server/proxy/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,5 @@ +#Wed Aug 22 09:50:03 CEST 2007
 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.3
 +eclipse.preferences.version=1
 +org.eclipse.jdt.core.compiler.source=1.3
 +org.eclipse.jdt.core.compiler.compliance=1.3
 diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml index 218ee02f9..172bb99b5 100644 --- a/id/server/proxy/pom.xml +++ b/id/server/proxy/pom.xml @@ -2,7 +2,7 @@  	<parent>
  		<groupId>MOA.id</groupId>
  		<artifactId>moa-id</artifactId>
 -		<version>1.4.2beta1</version>
 +		<version>1.4.2beta2</version>
  	</parent>
  	<properties>
 @@ -13,7 +13,7 @@  	<groupId>MOA.id.server</groupId>
  	<artifactId>moa-id-proxy</artifactId>
  	<packaging>war</packaging>
 -	<version>1.4.2beta1</version>
 +	<version>1.4.2beta2</version>
  	<name>MOA ID-Proxy WebService</name>
  	<build>
 | 
