Skip to content

Commit

Permalink
Bug 493984 - Provide pom-less build for Nebula
Browse files Browse the repository at this point in the history
* Move all poms back

Change-Id: I3cd80a99bb500129f6126ef2c0ffa1076412c248
Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
  • Loading branch information
wimjongman committed May 19, 2016
1 parent d5045d3 commit 5ee3be1
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 0 deletions.
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.nebula.widgets.formattedtext.tests</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>
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.nebula</groupId>
<artifactId>formattedtext</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.nebula.widgets.formattedtext.tests</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.nebula</groupId>
<artifactId>richtext</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.nebula</groupId>
<artifactId>org.eclipse.nebula.widgets.richtext.example.e4</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.nebula</groupId>
<artifactId>richtext</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.nebula</groupId>
<artifactId>org.eclipse.nebula.widgets.richtext.example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2009, Igor Fedorenko <igor@ifedorenko.com>
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-->

<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.eclipse.nebula</groupId>
<artifactId>richtext</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.nebula.widgets.richtext.feature</artifactId>
<packaging>eclipse-feature</packaging>

<name>Nebula Rich Text Widget</name>
</project>
15 changes: 15 additions & 0 deletions widgets/richtext/org.eclipse.nebula.widgets.richtext/pom.xml
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.nebula</groupId>
<artifactId>richtext</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.nebula.widgets.richtext</artifactId>
<packaging>eclipse-plugin</packaging>

</project>

0 comments on commit 5ee3be1

Please sign in to comment.