Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/ServiceStackEclipse.Feature/build.properties

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 0 additions & 10 deletions src/ServiceStackEclipse.UpdateSite/site.xml

This file was deleted.

12 changes: 0 additions & 12 deletions src/ServiceStackEclipse/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse
Bundle-SymbolicName: net.servicestack.eclipse;singleton:=true
Bundle-Version: 1.0.5.qualifier
Bundle-Version: 1.0.6
Bundle-Vendor: ServiceStack
Require-Bundle: org.eclipse.ui,
org.eclipse.core.resources,
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ bin.includes = plugin.xml,\
libs/maven-core-3.0.5.jar,\
libs/maven-model-3.0.5.jar,\
libs/plexus-utils-2.0.6.jar,\
bin/,\
libs/httpcore-4.3.2.jar,\
icons/

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions src/ServiceStackEclipse/ServiceStackEclipse.Bundle/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>

<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>

<version>1.0.6</version>
<artifactId>net.servicestack.eclipse</artifactId>
<packaging>eclipse-plugin</packaging>
<name>ServiceStackEclipse.Bundle</name>

<parent>
<version>1.0.0-SNAPSHOT</version>
<groupId>net.servicestack.eclipse</groupId>
<artifactId>parent</artifactId>
</parent>

</project>
Loading