Remove support JUnit
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 25 Nov 2014 12:05:04 +0000 (12:05 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 25 Nov 2014 12:05:04 +0000 (12:05 +0000)
Merge eclipse.ui.jcr in eclipse.ui
Add eclipse.dep.rwt
Transform some deps into POM dependencies

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

20 files changed:
org.argeo.eclipse.ui.jcr/.classpath [deleted file]
org.argeo.eclipse.ui.jcr/.project [deleted file]
org.argeo.eclipse.ui.jcr/.settings/org.eclipse.jdt.core.prefs [deleted file]
org.argeo.eclipse.ui.jcr/.settings/org.eclipse.pde.core.prefs [deleted file]
org.argeo.eclipse.ui.jcr/build.properties [deleted file]
org.argeo.eclipse.ui.jcr/icons/binary.png [deleted file]
org.argeo.eclipse.ui.jcr/icons/file.gif [deleted file]
org.argeo.eclipse.ui.jcr/icons/folder.gif [deleted file]
org.argeo.eclipse.ui.jcr/icons/home.gif [deleted file]
org.argeo.eclipse.ui.jcr/icons/node.gif [deleted file]
org.argeo.eclipse.ui.jcr/icons/remote_connected.gif [deleted file]
org.argeo.eclipse.ui.jcr/icons/remote_disconnected.gif [deleted file]
org.argeo.eclipse.ui.jcr/icons/repositories.gif [deleted file]
org.argeo.eclipse.ui.jcr/icons/repository_connected.gif [deleted file]
org.argeo.eclipse.ui.jcr/icons/repository_disconnected.gif [deleted file]
org.argeo.eclipse.ui.jcr/icons/sort.gif [deleted file]
org.argeo.eclipse.ui.jcr/icons/workspace_connected.png [deleted file]
org.argeo.eclipse.ui.jcr/icons/workspace_disconnected.png [deleted file]
org.argeo.eclipse.ui.jcr/pom.xml [deleted file]
org.argeo.eclipse.ui.jcr/src/main/resources/org/argeo/eclipse/ui/jcr/messages.properties [deleted file]

diff --git a/org.argeo.eclipse.ui.jcr/.classpath b/org.argeo.eclipse.ui.jcr/.classpath
deleted file mode 100644 (file)
index cf1efe7..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>>>
-       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-       <classpathentry kind="src" path="src/main/java"/>
-       <classpathentry kind="src" path="src/main/resources"/>
-       <classpathentry kind="output" path="target/classes"/>
-</classpath>
diff --git a/org.argeo.eclipse.ui.jcr/.project b/org.argeo.eclipse.ui.jcr/.project
deleted file mode 100644 (file)
index d152683..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>org.argeo.eclipse.ui.jcr</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <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>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-       </natures>
-</projectDescription>
diff --git a/org.argeo.eclipse.ui.jcr/.settings/org.eclipse.jdt.core.prefs b/org.argeo.eclipse.ui.jcr/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644 (file)
index 57d3f00..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#Sat Jan 22 14:25:47 CET 2011
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.compliance=1.5
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.5
diff --git a/org.argeo.eclipse.ui.jcr/.settings/org.eclipse.pde.core.prefs b/org.argeo.eclipse.ui.jcr/.settings/org.eclipse.pde.core.prefs
deleted file mode 100644 (file)
index 81635e9..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#Sat Jan 22 14:25:47 CET 2011
-eclipse.preferences.version=1
-pluginProject.extensions=false
-resolve.requirebundle=false
diff --git a/org.argeo.eclipse.ui.jcr/build.properties b/org.argeo.eclipse.ui.jcr/build.properties
deleted file mode 100644 (file)
index 0f2736b..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-source.. = src/main/java/,\
-                       src/main/resources
-output.. = target/classes/
-bin.includes = META-INF/,\
-               .,\
-               icons/
diff --git a/org.argeo.eclipse.ui.jcr/icons/binary.png b/org.argeo.eclipse.ui.jcr/icons/binary.png
deleted file mode 100644 (file)
index fdf4f82..0000000
Binary files a/org.argeo.eclipse.ui.jcr/icons/binary.png and /dev/null differ
diff --git a/org.argeo.eclipse.ui.jcr/icons/file.gif b/org.argeo.eclipse.ui.jcr/icons/file.gif
deleted file mode 100644 (file)
index ef30288..0000000
Binary files a/org.argeo.eclipse.ui.jcr/icons/file.gif and /dev/null differ
diff --git a/org.argeo.eclipse.ui.jcr/icons/folder.gif b/org.argeo.eclipse.ui.jcr/icons/folder.gif
deleted file mode 100644 (file)
index 42e027c..0000000
Binary files a/org.argeo.eclipse.ui.jcr/icons/folder.gif and /dev/null differ
diff --git a/org.argeo.eclipse.ui.jcr/icons/home.gif b/org.argeo.eclipse.ui.jcr/icons/home.gif
deleted file mode 100644 (file)
index fd0c669..0000000
Binary files a/org.argeo.eclipse.ui.jcr/icons/home.gif and /dev/null differ
diff --git a/org.argeo.eclipse.ui.jcr/icons/node.gif b/org.argeo.eclipse.ui.jcr/icons/node.gif
deleted file mode 100644 (file)
index 364c0e7..0000000
Binary files a/org.argeo.eclipse.ui.jcr/icons/node.gif and /dev/null differ
diff --git a/org.argeo.eclipse.ui.jcr/icons/remote_connected.gif b/org.argeo.eclipse.ui.jcr/icons/remote_connected.gif
deleted file mode 100644 (file)
index 1492b4e..0000000
Binary files a/org.argeo.eclipse.ui.jcr/icons/remote_connected.gif and /dev/null differ
diff --git a/org.argeo.eclipse.ui.jcr/icons/remote_disconnected.gif b/org.argeo.eclipse.ui.jcr/icons/remote_disconnected.gif
deleted file mode 100644 (file)
index 6c54da9..0000000
Binary files a/org.argeo.eclipse.ui.jcr/icons/remote_disconnected.gif and /dev/null differ
diff --git a/org.argeo.eclipse.ui.jcr/icons/repositories.gif b/org.argeo.eclipse.ui.jcr/icons/repositories.gif
deleted file mode 100644 (file)
index c13bea1..0000000
Binary files a/org.argeo.eclipse.ui.jcr/icons/repositories.gif and /dev/null differ
diff --git a/org.argeo.eclipse.ui.jcr/icons/repository_connected.gif b/org.argeo.eclipse.ui.jcr/icons/repository_connected.gif
deleted file mode 100644 (file)
index a15fa55..0000000
Binary files a/org.argeo.eclipse.ui.jcr/icons/repository_connected.gif and /dev/null differ
diff --git a/org.argeo.eclipse.ui.jcr/icons/repository_disconnected.gif b/org.argeo.eclipse.ui.jcr/icons/repository_disconnected.gif
deleted file mode 100644 (file)
index 4576dc5..0000000
Binary files a/org.argeo.eclipse.ui.jcr/icons/repository_disconnected.gif and /dev/null differ
diff --git a/org.argeo.eclipse.ui.jcr/icons/sort.gif b/org.argeo.eclipse.ui.jcr/icons/sort.gif
deleted file mode 100644 (file)
index 23c5d0b..0000000
Binary files a/org.argeo.eclipse.ui.jcr/icons/sort.gif and /dev/null differ
diff --git a/org.argeo.eclipse.ui.jcr/icons/workspace_connected.png b/org.argeo.eclipse.ui.jcr/icons/workspace_connected.png
deleted file mode 100644 (file)
index 0430baa..0000000
Binary files a/org.argeo.eclipse.ui.jcr/icons/workspace_connected.png and /dev/null differ
diff --git a/org.argeo.eclipse.ui.jcr/icons/workspace_disconnected.png b/org.argeo.eclipse.ui.jcr/icons/workspace_disconnected.png
deleted file mode 100644 (file)
index fddcb8c..0000000
Binary files a/org.argeo.eclipse.ui.jcr/icons/workspace_disconnected.png and /dev/null differ
diff --git a/org.argeo.eclipse.ui.jcr/pom.xml b/org.argeo.eclipse.ui.jcr/pom.xml
deleted file mode 100644 (file)
index b467002..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><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.commons</groupId>
-               <version>2.1.12-SNAPSHOT</version>
-               <artifactId>argeo-commons</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
-       <name>Commons Eclipse UI JCR</name>
-       <packaging>jar</packaging>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jar-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-
-                               <configuration>
-                                       <instructions>
-                                               <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
-                                               <Require-Bundle>org.eclipse.ui;resolution:=optional,org.eclipse.rap.ui;resolution:=optional,org.eclipse.core.runtime</Require-Bundle>
-                                               <Import-Package>
-                                                       org.eclipse.swt,
-                                                       org.argeo.eclipse.ui.specific,
-                                                       *
-                                               </Import-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
-               </dependency>
-
-               <!-- JCR -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>javax.jcr</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
-               </dependency>
-
-               <!-- RCP only dependency, needed at compile time -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
-                       <scope>provided</scope>
-               </dependency>
-
-               <!-- Argeo Commons -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
-               </dependency>
-
-               <!-- Logging -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>slf4j.org.apache.commons.logging</artifactId>
-               </dependency>
-       </dependencies>
-</project>
\ No newline at end of file
diff --git a/org.argeo.eclipse.ui.jcr/src/main/resources/org/argeo/eclipse/ui/jcr/messages.properties b/org.argeo.eclipse.ui.jcr/src/main/resources/org/argeo/eclipse/ui/jcr/messages.properties
deleted file mode 100644 (file)
index a24aa38..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-## English labels for Agreo base JCR UI application 
-
-## Generic labels 
-
-## Errors
-errorUnvalidNtFolderNodeType= Error: folder can only be created on a Jcr Node
-