Skip to content

Commit

Permalink
close #40 make maven build pass without touching other files
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvi committed Aug 26, 2013
1 parent 157886b commit 9ce3e9c
Show file tree
Hide file tree
Showing 9 changed files with 100 additions and 7 deletions.
5 changes: 4 additions & 1 deletion chromedevtools/features/org.chromium.debug/pom.xml
Expand Up @@ -11,8 +11,11 @@
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>org.chromium.debug.feature</artifactId>
<groupId>org.chromium.chromedevtools.features</groupId>
<artifactId>org.chromium.debug</artifactId><!-- .feature -->
<packaging>eclipse-feature</packaging>

<name>org.chromium.debug (feature)</name>

</project>

5 changes: 4 additions & 1 deletion chromedevtools/features/org.chromium.sdk/pom.xml
Expand Up @@ -11,8 +11,11 @@
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>org.chromium.sdk.feature</artifactId>
<groupId>org.chromium.chromedevtools.features</groupId>
<artifactId>org.chromium.sdk</artifactId><!-- .feature -->
<packaging>eclipse-feature</packaging>

<name>org.chromium.sdk (feature)</name>

</project>

24 changes: 22 additions & 2 deletions chromedevtools/plugins/org.chromium.sdk.wip.eclipse/pom.xml
Expand Up @@ -11,8 +11,28 @@
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>org.chromium.wip.eclipse</artifactId>
<artifactId>org.chromium.sdk.wip.eclipse</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<dependency-resolution>
<extraRequirements>
<requirement>
<type>eclipse-plugin</type>
<id>org.eclipse.core.runtime</id>
<versionRange>0.0.0</versionRange>
</requirement>
</extraRequirements>
</dependency-resolution>
</configuration>
</plugin>
</plugins>
</build>

</project>
18 changes: 18 additions & 0 deletions org.nodeclipse.bundle.coffee.feature/pom.xml
@@ -0,0 +1,18 @@
<?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.nodeclipse.nodeclipse-1</groupId>
<artifactId>parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
</parent>

<artifactId>org.nodeclipse.bundle.coffee.feature</artifactId>
<version>1.6.3</version>
<packaging>eclipse-feature</packaging>

</project>

1 change: 1 addition & 0 deletions org.nodeclipse.bundle.coffee/pom.xml
Expand Up @@ -11,6 +11,7 @@
</parent>

<artifactId>org.nodeclipse.bundle.coffee</artifactId>
<version>1.6.3</version>
<packaging>eclipse-plugin</packaging>

</project>
Expand Down
1 change: 1 addition & 0 deletions org.nodeclipse.bundle.express.feature/pom.xml
Expand Up @@ -11,6 +11,7 @@
</parent>

<artifactId>org.nodeclipse.bundle.express.feature</artifactId>
<version>3.2.5</version>
<packaging>eclipse-feature</packaging>

</project>
Expand Down
1 change: 1 addition & 0 deletions org.nodeclipse.bundle.express/pom.xml
Expand Up @@ -11,6 +11,7 @@
</parent>

<artifactId>org.nodeclipse.bundle.express</artifactId>
<version>3.2.5</version>
<packaging>eclipse-plugin</packaging>

</project>
Expand Down
2 changes: 1 addition & 1 deletion org.nodeclipse.feature/pom.xml
Expand Up @@ -10,7 +10,7 @@
<version>0.5.0-SNAPSHOT</version>
</parent>

<artifactId>org.nodeclipse.feature</artifactId>
<artifactId>org.nodeclipse</artifactId> <!-- .feature -->
<packaging>eclipse-feature</packaging>

</project>
Expand Down
50 changes: 48 additions & 2 deletions org.nodeclipse.site/category.xml
@@ -1,7 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<category-def name="Nodeclipse" label="Nodeclipse">
<description>
Nodeclipse core, Chromium tools
</description>
</category-def>
<!-- as of csep v0.3 we should not include it, as it creates more questions than solves.
<category-def name="coffeescript-eclipse" label="coffeescript-eclipse">
<description>
General CoffeeScript Editor
</description>
</category-def>
-->
<category-def name="npm-bundle" label="Node package module bundle">
<description>
If you have already installed these Node.js packages using npm, you don&apos;t need install these plug-ins.
</description>
</category-def>
<category-def name="Tools" label="Tools">
<description>
Markdown Editor, JSHInt integration
</description>
</category-def>

<!--
<feature url="features/markdown.editor.feature_0.2.3.jar" id="markdown.editor.feature" version="0.2.3">
<category name="Tools"/>
</feature>
<feature url="features/com.eclipsesource.jshint.feature_0.9.6.jar" id="com.eclipsesource.jshint.feature" version="0.9.6">
<category name="Tools"/>
</feature>
<feature url="features/csep.feature_0.3.0.qualifier.jar" id="csep.feature" version="0.3.0.qualifier">
<category name="coffeescript-eclipse"/>
</feature>
-->

<feature url="features/org.chromium.debug_0.3.9.qualifier.jar" id="org.chromium.debug" version="0.3.9.qualifier">
<category name="Nodeclipse"/>
</feature>
<feature url="features/org.chromium.sdk_0.3.9.qualifier.jar" id="org.chromium.sdk" version="0.3.9.qualifier">
<category name="Nodeclipse"/>
</feature>
<feature url="features/org.nodeclipse_0.5.0.qualifier.jar" id="org.nodeclipse" version="0.5.0.qualifier">
<category name="nodeclipse"/>
<category name="Nodeclipse"/>
</feature>
<feature url="features/org.nodeclipse.bundle.coffee.feature_1.6.3.qualifier.jar" id="org.nodeclipse.bundle.coffee.feature" version="1.6.3.qualifier">
<category name="npm-bundle"/>
</feature>
<feature url="features/org.nodeclipse.bundle.express.feature_3.2.5.qualifier.jar" id="org.nodeclipse.bundle.express.feature" version="3.2.5.qualifier">
<category name="npm-bundle"/>
</feature>
<category-def name="nodeclipse" label="Nodeclipse"/>
</site>

0 comments on commit 9ce3e9c

Please sign in to comment.