+ refactor to separate runtime and module project under eclipse plugin.
authorBruno Sinou <bsinou@argeo.org>
Mon, 8 Nov 2010 16:14:02 +0000 (16:14 +0000)
committerBruno Sinou <bsinou@argeo.org>
Mon, 8 Nov 2010 16:14:02 +0000 (16:14 +0000)
+ add some pom to prepare the deployment
+ clean client rcp & ui project (change src & target folder)

git-svn-id: https://svn.argeo.org/slc/trunk@3874 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/plugins/org.argeo.slc.client.agent/.project [deleted file]
eclipse/plugins/org.argeo.slc.client.agent/.settings/org.eclipse.pde.core.prefs [deleted file]
eclipse/plugins/org.argeo.slc.client.agent/META-INF/MANIFEST.MF [deleted file]
eclipse/plugins/org.argeo.slc.client.agent/META-INF/spring/client-osgi.xml [deleted file]
eclipse/plugins/org.argeo.slc.client.agent/META-INF/spring/client.xml [deleted file]
eclipse/plugins/org.argeo.slc.client.agent/build.properties [deleted file]
eclipse/plugins/org.argeo.slc.client.agent/pom.xml [deleted file]

diff --git a/eclipse/plugins/org.argeo.slc.client.agent/.project b/eclipse/plugins/org.argeo.slc.client.agent/.project
deleted file mode 100644 (file)
index ea10bad..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.slc.client.agent</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.pde.ManifestBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.pde.SchemaBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-       </natures>
-</projectDescription>
diff --git a/eclipse/plugins/org.argeo.slc.client.agent/.settings/org.eclipse.pde.core.prefs b/eclipse/plugins/org.argeo.slc.client.agent/.settings/org.eclipse.pde.core.prefs
deleted file mode 100644 (file)
index 957026b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#Mon Sep 20 12:50:19 CEST 2010
-eclipse.preferences.version=1
-pluginProject.extensions=false
-resolve.requirebundle=false
diff --git a/eclipse/plugins/org.argeo.slc.client.agent/META-INF/MANIFEST.MF b/eclipse/plugins/org.argeo.slc.client.agent/META-INF/MANIFEST.MF
deleted file mode 100644 (file)
index 68a86a0..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Agent
-Bundle-SymbolicName: org.argeo.slc.client.agent
-Bundle-Version: 1.0.0.qualifier
-Import-Package: org.argeo.slc.core.runtime,
- org.argeo.slc.execution;version="0.13.0.SNAPSHOT-r3770",
- org.argeo.slc.runtime;version="0.13.0.SNAPSHOT-r3770"
diff --git a/eclipse/plugins/org.argeo.slc.client.agent/META-INF/spring/client-osgi.xml b/eclipse/plugins/org.argeo.slc.client.agent/META-INF/spring/client-osgi.xml
deleted file mode 100644 (file)
index 37c9091..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<beans:beans xmlns="http://www.springframework.org/schema/osgi"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"\r
-       xsi:schemaLocation="http://www.springframework.org/schema/osgi  \r
-       http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd\r
-       http://www.springframework.org/schema/beans   \r
-       http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">\r
-\r
-       <reference id="modulesManager"\r
-               interface="org.argeo.slc.execution.ExecutionModulesManager" />\r
-\r
-       <service ref="slcAgentFactory" interface="org.argeo.slc.runtime.SlcAgentFactory" />\r
-       <service ref="slcAgent" interface="org.argeo.slc.runtime.SlcAgent" />\r
-\r
-</beans:beans>
\ No newline at end of file
diff --git a/eclipse/plugins/org.argeo.slc.client.agent/META-INF/spring/client.xml b/eclipse/plugins/org.argeo.slc.client.agent/META-INF/spring/client.xml
deleted file mode 100644 (file)
index ab0f408..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans
-        http://www.springframework.org/schema/beans/spring-beans.xsd">
-
-
-       <!-- Temporary -->
-       <bean id="slcAgentFactory" class="org.argeo.slc.core.runtime.SimpleAgentFactory">
-               <property name="agents">
-                       <list>
-                       <ref bean="slcAgent"/>
-                       </list>
-               </property>
-       </bean>
-
-       <bean id="slcAgent" class="org.argeo.slc.core.runtime.DefaultAgent"
-               p:modulesManager-ref="modulesManager" />
-
-</beans>
diff --git a/eclipse/plugins/org.argeo.slc.client.agent/build.properties b/eclipse/plugins/org.argeo.slc.client.agent/build.properties
deleted file mode 100644 (file)
index 5f22cdd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-bin.includes = META-INF/
diff --git a/eclipse/plugins/org.argeo.slc.client.agent/pom.xml b/eclipse/plugins/org.argeo.slc.client.agent/pom.xml
deleted file mode 100644 (file)
index 014dd7b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<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.argeo.slc.eclipse</groupId>
-               <artifactId>plugins</artifactId>
-               <version>0.13.0-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.slc.client.agent</artifactId>
-       <name>SLC Client Agent</name>
-       <packaging>jar</packaging>
-       <dependencies>
-               <!-- SLC -->
-               <dependency>
-                       <groupId>org.argeo.slc.eclipse</groupId>
-                       <artifactId>org.argeo.slc.client.ui</artifactId>
-                       <version>${project.version}</version>
-               </dependency>
-               <!-- Eclipse -->
-               <dependency>
-                       <groupId>org.eclipse.ui</groupId>
-                       <artifactId>org.eclipse.ui</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.eclipse.core</groupId>
-                       <artifactId>org.eclipse.core.runtime</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.eclipse.swt</groupId>
-                       <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.eclipse.swt</groupId>
-                       <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
-               </dependency>
-
-       </dependencies>
-</project>