]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Move to trash
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 12 Jun 2009 15:48:44 +0000 (15:48 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 12 Jun 2009 15:48:44 +0000 (15:48 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2540 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc.dist/.project [deleted file]
org.argeo.slc.dist/pom.xml [deleted file]
org.argeo.slc.dist/provision.sh [deleted file]
org.argeo.slc.dist/src/assembly/dist.xml [deleted file]
trash/org.argeo.slc.dist/.project [new file with mode: 0644]
trash/org.argeo.slc.dist/pom.xml [new file with mode: 0644]
trash/org.argeo.slc.dist/provision.sh [new file with mode: 0644]
trash/org.argeo.slc.dist/src/assembly/dist.xml [new file with mode: 0644]

diff --git a/org.argeo.slc.dist/.project b/org.argeo.slc.dist/.project
deleted file mode 100644 (file)
index 67b2302..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.slc.dist</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-       </buildSpec>
-       <natures>
-       </natures>
-</projectDescription>
diff --git a/org.argeo.slc.dist/pom.xml b/org.argeo.slc.dist/pom.xml
deleted file mode 100644 (file)
index 94c8979..0000000
+++ /dev/null
@@ -1,114 +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</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
-               <relativePath>../org.argeo.slc</relativePath>
-       </parent>
-       <artifactId>argeo-slc-dist</artifactId>
-       <name>Argeo SLC Dist</name>
-       <packaging>pom</packaging>
-       <description />
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-assembly-plugin</artifactId>
-                               <configuration>
-                                       <descriptors>
-                                               <descriptor>src/assembly/dist.xml</descriptor>
-                                       </descriptors>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>attach-assembly</id>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>single</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-dependency-plugin</artifactId>
-                               <configuration>
-                                       <overWriteReleases>false</overWriteReleases>
-                                       <overWriteSnapshots>false</overWriteSnapshots>
-                                       <overWriteIfNewer>true</overWriteIfNewer>
-                                       <outputDirectory>${project.build.directory}/p2Repository/plugins</outputDirectory>
-                               </configuration>
-                       </plugin>
-
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.launcher</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.server</artifactId>
-               </dependency>
-
-               <!--  Additional SLC dependencies -->
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.launcher</artifactId>
-                       <type>tar.gz</type>
-                       <classifier>base</classifier>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.argeo.dep.jemmy</groupId>
-                       <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
-               </dependency>
-
-               <!--
-                       Artifacts below are required for consistency of the P2 repository
-               -->
-
-               <!-- Required by SOAP and Web Services -->
-               <dependency>
-                       <groupId>javax.activation</groupId>
-                       <artifactId>com.springsource.javax.activation</artifactId>
-               </dependency>
-               <!-- Required by Xerces -->
-               <dependency>
-                       <groupId>org.apache.xmlcommons</groupId>
-                       <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
-               </dependency>
-               <!-- Required by DB unit -->
-               <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>com.springsource.org.apache.commons.collections</artifactId>
-               </dependency>
-               <!-- Required by JSP -->
-               <dependency>
-                       <groupId>javax.servlet</groupId>
-                       <artifactId>com.springsource.javax.servlet.jsp</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>javax.el</groupId>
-                       <artifactId>com.springsource.javax.el</artifactId>
-               </dependency>
-
-
-               <!--
-                       Additional Third Parties <dependency>
-                       <groupId>net.sourceforge.jtds</groupId> <artifactId>jtds</artifactId>
-                       </dependency> <dependency> <groupId>mysql</groupId>
-                       <artifactId>mysql-connector-java</artifactId> </dependency>
-                       <dependency> <groupId>hsqldb</groupId>
-                       <artifactId>hsqldb</artifactId> </dependency>
-               -->
-               <!--
-                       Required by FTP Ant task <dependency> <groupId>commons-net</groupId>
-                       <artifactId>commons-net</artifactId> </dependency> <dependency>
-                       <groupId>oro</groupId> <artifactId>oro</artifactId> </dependency>
-               -->
-       </dependencies>
-</project>
\ No newline at end of file
diff --git a/org.argeo.slc.dist/provision.sh b/org.argeo.slc.dist/provision.sh
deleted file mode 100644 (file)
index 46066e8..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-ECLIPSE_BASE=/home/mbaudier/lib64/eclipse-3.4
-$ECLIPSE_BASE/eclipse \
-       -application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
-       -source ./target/p2Repository/  \
-       -metadataRepository file:/home/mbaudier/dev/work/p2Tests/repository  \
-       -metadataRepositoryName "Argeo SLC Update Site"  \
-       -artifactRepository file:/home/mbaudier/dev/work/p2Tests/repository \
-       -artifactRepositoryName "Argeo SLC Artifacts" \
-       -publishArtifacts \
-       -publishArtifactRepository \
-       -root org.argeo.slc.runtime \
-       -rootVersion 0.11.2.SNAPSHOT \
-       -noDefaultIUs  \
-       -noSplash \
-       -vmargs \
-       -Xmx256m
diff --git a/org.argeo.slc.dist/src/assembly/dist.xml b/org.argeo.slc.dist/src/assembly/dist.xml
deleted file mode 100644 (file)
index b872b5c..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<assembly 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/xsd/assembly-1.1.0-SNAPSHOT.xsd">
-    <id>dist</id>
-    <formats>
-        <format>tar.gz</format>
-    </formats>
-    <dependencySets>
-        <dependencySet>
-            <unpack>false</unpack>
-            <outputDirectory>lib</outputDirectory>
-            <includes>
-                <include>*:jar</include>
-            </includes>
-        </dependencySet>
-        <dependencySet>\r
-            <unpack>true</unpack>\r
-            <outputDirectory></outputDirectory>\r
-            <outputFileNameMapping></outputFileNameMapping>\r
-            <includes>\r
-                <include>\r
-                    org.argeo.slc:org.argeo.slc.agent:tar.gz:base\r
-                </include>\r
-            </includes>\r
-            <fileMode>0755</fileMode>\r
-        </dependencySet>\r
-    </dependencySets>
-</assembly>
\ No newline at end of file
diff --git a/trash/org.argeo.slc.dist/.project b/trash/org.argeo.slc.dist/.project
new file mode 100644 (file)
index 0000000..67b2302
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.argeo.slc.dist</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+       </buildSpec>
+       <natures>
+       </natures>
+</projectDescription>
diff --git a/trash/org.argeo.slc.dist/pom.xml b/trash/org.argeo.slc.dist/pom.xml
new file mode 100644 (file)
index 0000000..94c8979
--- /dev/null
@@ -0,0 +1,114 @@
+<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</groupId>
+               <artifactId>argeo-slc</artifactId>
+               <version>0.11.3-SNAPSHOT</version>
+               <relativePath>../org.argeo.slc</relativePath>
+       </parent>
+       <artifactId>argeo-slc-dist</artifactId>
+       <name>Argeo SLC Dist</name>
+       <packaging>pom</packaging>
+       <description />
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <configuration>
+                                       <descriptors>
+                                               <descriptor>src/assembly/dist.xml</descriptor>
+                                       </descriptors>
+                               </configuration>
+                               <executions>
+                                       <execution>
+                                               <id>attach-assembly</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>single</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-dependency-plugin</artifactId>
+                               <configuration>
+                                       <overWriteReleases>false</overWriteReleases>
+                                       <overWriteSnapshots>false</overWriteSnapshots>
+                                       <overWriteIfNewer>true</overWriteIfNewer>
+                                       <outputDirectory>${project.build.directory}/p2Repository/plugins</outputDirectory>
+                               </configuration>
+                       </plugin>
+
+               </plugins>
+       </build>
+       <dependencies>
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.launcher</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.server</artifactId>
+               </dependency>
+
+               <!--  Additional SLC dependencies -->
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.launcher</artifactId>
+                       <type>tar.gz</type>
+                       <classifier>base</classifier>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.argeo.dep.jemmy</groupId>
+                       <artifactId>org.argeo.dep.jemmy.nb61</artifactId>
+               </dependency>
+
+               <!--
+                       Artifacts below are required for consistency of the P2 repository
+               -->
+
+               <!-- Required by SOAP and Web Services -->
+               <dependency>
+                       <groupId>javax.activation</groupId>
+                       <artifactId>com.springsource.javax.activation</artifactId>
+               </dependency>
+               <!-- Required by Xerces -->
+               <dependency>
+                       <groupId>org.apache.xmlcommons</groupId>
+                       <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
+               </dependency>
+               <!-- Required by DB unit -->
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.collections</artifactId>
+               </dependency>
+               <!-- Required by JSP -->
+               <dependency>
+                       <groupId>javax.servlet</groupId>
+                       <artifactId>com.springsource.javax.servlet.jsp</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>javax.el</groupId>
+                       <artifactId>com.springsource.javax.el</artifactId>
+               </dependency>
+
+
+               <!--
+                       Additional Third Parties <dependency>
+                       <groupId>net.sourceforge.jtds</groupId> <artifactId>jtds</artifactId>
+                       </dependency> <dependency> <groupId>mysql</groupId>
+                       <artifactId>mysql-connector-java</artifactId> </dependency>
+                       <dependency> <groupId>hsqldb</groupId>
+                       <artifactId>hsqldb</artifactId> </dependency>
+               -->
+               <!--
+                       Required by FTP Ant task <dependency> <groupId>commons-net</groupId>
+                       <artifactId>commons-net</artifactId> </dependency> <dependency>
+                       <groupId>oro</groupId> <artifactId>oro</artifactId> </dependency>
+               -->
+       </dependencies>
+</project>
\ No newline at end of file
diff --git a/trash/org.argeo.slc.dist/provision.sh b/trash/org.argeo.slc.dist/provision.sh
new file mode 100644 (file)
index 0000000..46066e8
--- /dev/null
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+ECLIPSE_BASE=/home/mbaudier/lib64/eclipse-3.4
+$ECLIPSE_BASE/eclipse \
+       -application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
+       -source ./target/p2Repository/  \
+       -metadataRepository file:/home/mbaudier/dev/work/p2Tests/repository  \
+       -metadataRepositoryName "Argeo SLC Update Site"  \
+       -artifactRepository file:/home/mbaudier/dev/work/p2Tests/repository \
+       -artifactRepositoryName "Argeo SLC Artifacts" \
+       -publishArtifacts \
+       -publishArtifactRepository \
+       -root org.argeo.slc.runtime \
+       -rootVersion 0.11.2.SNAPSHOT \
+       -noDefaultIUs  \
+       -noSplash \
+       -vmargs \
+       -Xmx256m
diff --git a/trash/org.argeo.slc.dist/src/assembly/dist.xml b/trash/org.argeo.slc.dist/src/assembly/dist.xml
new file mode 100644 (file)
index 0000000..b872b5c
--- /dev/null
@@ -0,0 +1,28 @@
+<assembly 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/xsd/assembly-1.1.0-SNAPSHOT.xsd">
+    <id>dist</id>
+    <formats>
+        <format>tar.gz</format>
+    </formats>
+    <dependencySets>
+        <dependencySet>
+            <unpack>false</unpack>
+            <outputDirectory>lib</outputDirectory>
+            <includes>
+                <include>*:jar</include>
+            </includes>
+        </dependencySet>
+        <dependencySet>\r
+            <unpack>true</unpack>\r
+            <outputDirectory></outputDirectory>\r
+            <outputFileNameMapping></outputFileNameMapping>\r
+            <includes>\r
+                <include>\r
+                    org.argeo.slc:org.argeo.slc.agent:tar.gz:base\r
+                </include>\r
+            </includes>\r
+            <fileMode>0755</fileMode>\r
+        </dependencySet>\r
+    </dependencySets>
+</assembly>
\ No newline at end of file