Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Staging release
Browse files Browse the repository at this point in the history
Signed-off-by: unknown <Administrator@.(none)>
  • Loading branch information
unknown authored and unknown committed Jun 4, 2010
1 parent ab8b637 commit f59b324
Show file tree
Hide file tree
Showing 22 changed files with 69 additions and 115 deletions.
Empty file modified .gitignore
100755 → 100644
Empty file.
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: org.maven.ide.eclipse.auth.test
Bundle-SymbolicName: org.maven.ide.eclipse.authentication.test
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.0.20100604-1351
Bundle-Vendor: SONATYPE
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
JavaSE-1.6
Expand Down
2 changes: 1 addition & 1 deletion org.maven.ide.eclipse.authentication.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.maven.ide.eclipse.commons</groupId>
<artifactId>parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.20100604-1351</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
32 changes: 16 additions & 16 deletions org.maven.ide.eclipse.authentication/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.maven.ide.eclipse.auth
Bundle-SymbolicName: org.maven.ide.eclipse.authentication;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: SONATYPE
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
JavaSE-1.6
Import-Package: org.slf4j;version="[1.5,1.6)"
Export-Package: org.maven.ide.eclipse.authentication,
org.maven.ide.eclipse.authentication.internal,
org.maven.ide.eclipse.authentication.internal.storage
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.equinox.security
Bundle-Activator: org.maven.ide.eclipse.authentication.internal.AuthenticationPlugin
Bundle-ActivationPolicy: lazy
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.maven.ide.eclipse.auth
Bundle-SymbolicName: org.maven.ide.eclipse.authentication;singleton:=true
Bundle-Version: 1.1.0.20100604-1351
Bundle-Vendor: SONATYPE
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
JavaSE-1.6
Import-Package: org.slf4j;version="[1.5,1.6)"
Export-Package: org.maven.ide.eclipse.authentication,
org.maven.ide.eclipse.authentication.internal,
org.maven.ide.eclipse.authentication.internal.storage
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.equinox.security
Bundle-Activator: org.maven.ide.eclipse.authentication.internal.AuthenticationPlugin
Bundle-ActivationPolicy: lazy
2 changes: 1 addition & 1 deletion org.maven.ide.eclipse.authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.maven.ide.eclipse.commons</groupId>
<artifactId>parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.20100604-1351</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
Empty file modified org.maven.ide.eclipse.commons.feature/.gitignore
100755 → 100644
Empty file.
84 changes: 19 additions & 65 deletions org.maven.ide.eclipse.commons.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,65 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.maven.ide.eclipse.commons.feature"
label="UI Commons"
version="1.1.0.qualifier"
provider-name="Sonatype, Inc.">

<description url="https://foo.bar.com">
UI related libs
</description>

<copyright url="http://sonatype.com/">
Copyright (c) 2008 Sonatype, Inc.
</copyright>

<license url="http://www.eclipse.org/legal/epl-v10.html">
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
</license>

<requires>
<import plugin="org.eclipse.core.runtime" version="3.4.0" match="greaterOrEqual"/>
<import plugin="org.maven.ide.eclipse" version="0.10.0" match="equivalent"/>
<import plugin="org.eclipse.core.resources" version="3.4.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.jdt.core" version="3.4.0" match="greaterOrEqual"/>
</requires>

<plugin
id="org.maven.ide.eclipse.grouplayout"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.maven.ide.eclipse.swtvalidation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.maven.ide.eclipse.log"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.maven.ide.eclipse.authentication"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.maven.ide.eclipse.io"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
<feature id="org.maven.ide.eclipse.commons.feature" label="UI Commons" provider-name="Sonatype, Inc." version="1.1.0.20100604-1351">
<description url="https://foo.bar.com">UI related libs</description>
<copyright url="http://sonatype.com/">Copyright (c) 2008 Sonatype, Inc.</copyright>
<license url="http://www.eclipse.org/legal/epl-v10.html">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</license>
<requires>
<import match="greaterOrEqual" plugin="org.eclipse.core.runtime" version="3.4.0"/>
<import match="equivalent" plugin="org.maven.ide.eclipse" version="0.10.0"/>
<import match="greaterOrEqual" plugin="org.eclipse.core.resources" version="3.4.0"/>
<import match="greaterOrEqual" plugin="org.eclipse.jdt.core" version="3.4.0"/>
</requires>
<plugin unpack="false" id="org.maven.ide.eclipse.grouplayout" install-size="0" version="0.0.0" download-size="0"/>
<plugin unpack="false" id="org.maven.ide.eclipse.swtvalidation" install-size="0" version="0.0.0" download-size="0"/>
<plugin unpack="false" id="org.maven.ide.eclipse.log" install-size="0" version="0.0.0" download-size="0"/>
<plugin unpack="false" id="org.maven.ide.eclipse.authentication" install-size="0" version="0.0.0" download-size="0"/>
<plugin unpack="false" id="org.maven.ide.eclipse.io" install-size="0" version="0.0.0" download-size="0"/>
</feature>
4 changes: 2 additions & 2 deletions org.maven.ide.eclipse.commons.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.maven.ide.eclipse.commons</groupId>
<artifactId>parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.20100604-1351</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down Expand Up @@ -74,7 +74,7 @@

<serverId>forge-releases</serverId>
<repositoryUrl>${m2e.site-compressed}</repositoryUrl>
<repositoryPath>eclipse-commons/${unqualifiedVersion}/N/${buildQualifier}</repositoryPath>
<repositoryPath>eclipse-commons/1.1.0/S/${project.version}</repositoryPath>
</configuration>
</execution>
</executions>
Expand Down
Empty file modified org.maven.ide.eclipse.grouplayout/.gitignore
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion org.maven.ide.eclipse.grouplayout/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Export-Package: org.eclipse.swt.widgets.baseline,org.eclipse.swt.layou
t.grouplayout
Bundle-ClassPath: jars/swt-grouplayout-7.4.0-r35.jar
MavenArtifact-BaseVersion: 1.0.0-SNAPSHOT
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.0.20100604-1351
MavenArtifact-ArtifactId: org.maven.ide.eclipse.grouplayout
MavenArtifact-GroupId: org.maven.ide.eclipse.commons
Bundle-Name: SWT GroupLayout
Expand Down
2 changes: 1 addition & 1 deletion org.maven.ide.eclipse.grouplayout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.maven.ide.eclipse.commons</groupId>
<artifactId>parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.20100604-1351</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
40 changes: 20 additions & 20 deletions org.maven.ide.eclipse.io/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: com.sonatype.s2.io
Bundle-SymbolicName: org.maven.ide.eclipse.io;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: SONATYPE
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.net,
org.eclipse.jetty.client;bundle-version="7.0.0",
org.eclipse.jetty.http;bundle-version="7.0.0",
org.eclipse.jetty.io;bundle-version="7.0.0",
org.eclipse.jetty.util;bundle-version="7.0.0",
org.maven.ide.eclipse.authentication
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
JavaSE-1.6
Bundle-ActivationPolicy: lazy
Import-Package: org.slf4j;version="[1.5,1.6)"
Export-Package: org.maven.ide.eclipse.io
Bundle-Activator: org.maven.ide.eclipse.io.internal.S2IOPlugin

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: com.sonatype.s2.io
Bundle-SymbolicName: org.maven.ide.eclipse.io;singleton:=true
Bundle-Version: 1.1.0.20100604-1351
Bundle-Vendor: SONATYPE
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.net,
org.eclipse.jetty.client;bundle-version="7.0.0",
org.eclipse.jetty.http;bundle-version="7.0.0",
org.eclipse.jetty.io;bundle-version="7.0.0",
org.eclipse.jetty.util;bundle-version="7.0.0",
org.maven.ide.eclipse.authentication
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
JavaSE-1.6
Bundle-ActivationPolicy: lazy
Import-Package: org.slf4j;version="[1.5,1.6)"
Export-Package: org.maven.ide.eclipse.io
Bundle-Activator: org.maven.ide.eclipse.io.internal.S2IOPlugin

2 changes: 1 addition & 1 deletion org.maven.ide.eclipse.io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.maven.ide.eclipse.commons</groupId>
<artifactId>parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.20100604-1351</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.maven.ide.eclipse.log/META-INF/MANIFEST.MF
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: Log
Bundle-SymbolicName: org.maven.ide.eclipse.log;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.0.20100604-1351
Bundle-Vendor: SONATYPE
Bundle-Activator: org.maven.ide.eclipse.log.internal.LogPlugin
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion org.maven.ide.eclipse.log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.maven.ide.eclipse.commons</groupId>
<artifactId>parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.20100604-1351</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
Empty file modified org.maven.ide.eclipse.swtvalidation/.gitignore
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion org.maven.ide.eclipse.swtvalidation/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Export-Package: org.maven.ide.eclipse.swtvalidation,
Bundle-ClassPath: jars/simplevalidation-swt-1.0-SNAPSHOT-all.jar,
.
MavenArtifact-BaseVersion: 1.0.0-SNAPSHOT
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.0.20100604-1351
MavenArtifact-ArtifactId: org.maven.ide.eclipse.swtvalidation
MavenArtifact-GroupId: org.maven.ide.eclipse.commons
Bundle-Name: SWT Simple Validation Framework
Expand Down
2 changes: 1 addition & 1 deletion org.maven.ide.eclipse.swtvalidation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.maven.ide.eclipse.commons</groupId>
<artifactId>parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.20100604-1351</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
Empty file modified parent/.gitignore
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.maven.ide.eclipse.commons</groupId>
<artifactId>parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.20100604-1351</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.maven.ide.eclipse.commons</groupId>
<artifactId>parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0.20100604-1351</version>
<relativePath>parent</relativePath>
</parent>

Expand Down
Empty file modified simplevalidation-swt/.gitignore
100755 → 100644
Empty file.

0 comments on commit f59b324

Please sign in to comment.