From 060d51bc422b8a5e78e33e1f8fbac9c53eec9acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Gr=C3=BCndler?= Date: Wed, 29 Aug 2012 09:45:22 +0200 Subject: [PATCH] updated to 1.0.82 added projects to psf --- changelog.txt | 4 ++++ .../META-INF/MANIFEST.MF | 2 +- com.dubture.symfony.annotation/pom.xml | 2 +- com.dubture.symfony.core/META-INF/MANIFEST.MF | 2 +- com.dubture.symfony.core/pom.xml | 2 +- com.dubture.symfony.debug/META-INF/MANIFEST.MF | 2 +- com.dubture.symfony.debug/pom.xml | 2 +- com.dubture.symfony.feature/feature.xml | 14 +++++++------- com.dubture.symfony.feature/pom.xml | 2 +- com.dubture.symfony.index/META-INF/MANIFEST.MF | 2 +- com.dubture.symfony.index/pom.xml | 2 +- com.dubture.symfony.test/META-INF/MANIFEST.MF | 2 +- com.dubture.symfony.test/pom.xml | 2 +- com.dubture.symfony.twig/META-INF/MANIFEST.MF | 2 +- com.dubture.symfony.twig/pom.xml | 2 +- com.dubture.symfony.ui/META-INF/MANIFEST.MF | 2 +- com.dubture.symfony.ui/pom.xml | 2 +- pom.xml | 2 +- projectSet.psf | 11 +++++++++++ 19 files changed, 38 insertions(+), 23 deletions(-) diff --git a/changelog.txt b/changelog.txt index 5977073e..54028558 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +1.0.82 + +* fixes #120 + 1.0.81 * fixed included composer feature diff --git a/com.dubture.symfony.annotation/META-INF/MANIFEST.MF b/com.dubture.symfony.annotation/META-INF/MANIFEST.MF index 76f84291..7e1f83f1 100644 --- a/com.dubture.symfony.annotation/META-INF/MANIFEST.MF +++ b/com.dubture.symfony.annotation/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Symfony Annotation Plugin Bundle-SymbolicName: com.dubture.symfony.annotation;singleton:=true -Bundle-Version: 1.0.81 +Bundle-Version: 1.0.82 Bundle-Activator: com.dubture.symfony.annotation.SymfonyAnnotationPlugin Bundle-Vendor: https://github.com/pulse00 Require-Bundle: org.eclipse.core.runtime, diff --git a/com.dubture.symfony.annotation/pom.xml b/com.dubture.symfony.annotation/pom.xml index 3eb35f8a..5c3e1e83 100644 --- a/com.dubture.symfony.annotation/pom.xml +++ b/com.dubture.symfony.annotation/pom.xml @@ -5,7 +5,7 @@ com.dubture.symfony parent - 1.0.81 + 1.0.82 com.dubture.symfony.annotation diff --git a/com.dubture.symfony.core/META-INF/MANIFEST.MF b/com.dubture.symfony.core/META-INF/MANIFEST.MF index 6a55eeed..94d4e2ef 100644 --- a/com.dubture.symfony.core/META-INF/MANIFEST.MF +++ b/com.dubture.symfony.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Symfony Core Plugin Bundle-SymbolicName: com.dubture.symfony.core;singleton:=true -Bundle-Version: 1.0.81 +Bundle-Version: 1.0.82 Bundle-Activator: com.dubture.symfony.core.SymfonyCorePlugin Bundle-Vendor: https://github.com/pulse00 Require-Bundle: org.eclipse.core.runtime, diff --git a/com.dubture.symfony.core/pom.xml b/com.dubture.symfony.core/pom.xml index f5b4abd8..82263d48 100644 --- a/com.dubture.symfony.core/pom.xml +++ b/com.dubture.symfony.core/pom.xml @@ -5,7 +5,7 @@ com.dubture.symfony parent - 1.0.81 + 1.0.82 diff --git a/com.dubture.symfony.debug/META-INF/MANIFEST.MF b/com.dubture.symfony.debug/META-INF/MANIFEST.MF index 2eeeeced..2e71f5d7 100644 --- a/com.dubture.symfony.debug/META-INF/MANIFEST.MF +++ b/com.dubture.symfony.debug/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: com.dubture.symfony.debug;singleton:=true -Bundle-Version: 1.0.81 +Bundle-Version: 1.0.82 Bundle-Activator: com.dubture.symfony.debug.SymfonyDebugPlugin Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.core.runtime, diff --git a/com.dubture.symfony.debug/pom.xml b/com.dubture.symfony.debug/pom.xml index 4bc7e81e..1ea49d36 100644 --- a/com.dubture.symfony.debug/pom.xml +++ b/com.dubture.symfony.debug/pom.xml @@ -5,7 +5,7 @@ com.dubture.symfony parent - 1.0.81 + 1.0.82 com.dubture.symfony.debug diff --git a/com.dubture.symfony.feature/feature.xml b/com.dubture.symfony.feature/feature.xml index 2947baeb..08069107 100644 --- a/com.dubture.symfony.feature/feature.xml +++ b/com.dubture.symfony.feature/feature.xml @@ -2,7 +2,7 @@ @@ -44,42 +44,42 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRES id="com.dubture.symfony.annotation" download-size="0" install-size="0" - version="1.0.81" + version="1.0.82" unpack="false"/> diff --git a/com.dubture.symfony.feature/pom.xml b/com.dubture.symfony.feature/pom.xml index 9c7e8350..5bfd55e2 100644 --- a/com.dubture.symfony.feature/pom.xml +++ b/com.dubture.symfony.feature/pom.xml @@ -7,7 +7,7 @@ com.dubture.symfony parent - 1.0.81 + 1.0.82 com.dubture.symfony.feature diff --git a/com.dubture.symfony.index/META-INF/MANIFEST.MF b/com.dubture.symfony.index/META-INF/MANIFEST.MF index 7c102399..8a6331bc 100644 --- a/com.dubture.symfony.index/META-INF/MANIFEST.MF +++ b/com.dubture.symfony.index/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Symfony Index Plugin Bundle-SymbolicName: com.dubture.symfony.index;singleton:=true -Bundle-Version: 1.0.81 +Bundle-Version: 1.0.82 Bundle-Activator: com.dubture.symfony.index.SymfonyIndex Require-Bundle: org.eclipse.core.runtime, org.h2 diff --git a/com.dubture.symfony.index/pom.xml b/com.dubture.symfony.index/pom.xml index cd1a0135..52def492 100644 --- a/com.dubture.symfony.index/pom.xml +++ b/com.dubture.symfony.index/pom.xml @@ -5,7 +5,7 @@ com.dubture.symfony parent - 1.0.81 + 1.0.82 com.dubture.symfony.index diff --git a/com.dubture.symfony.test/META-INF/MANIFEST.MF b/com.dubture.symfony.test/META-INF/MANIFEST.MF index 8f259c1c..dde35819 100644 --- a/com.dubture.symfony.test/META-INF/MANIFEST.MF +++ b/com.dubture.symfony.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Test Bundle-SymbolicName: com.dubture.symfony.test -Bundle-Version: 1.0.81 +Bundle-Version: 1.0.82 Fragment-Host: com.dubture.symfony.core;bundle-version="1.0.0.qualifier" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Require-Bundle: org.junit diff --git a/com.dubture.symfony.test/pom.xml b/com.dubture.symfony.test/pom.xml index 31e090f4..43671591 100644 --- a/com.dubture.symfony.test/pom.xml +++ b/com.dubture.symfony.test/pom.xml @@ -5,7 +5,7 @@ com.dubture.symfony parent - 1.0.81 + 1.0.82 com.dubture.symfony.test diff --git a/com.dubture.symfony.twig/META-INF/MANIFEST.MF b/com.dubture.symfony.twig/META-INF/MANIFEST.MF index 9405c05f..97707559 100644 --- a/com.dubture.symfony.twig/META-INF/MANIFEST.MF +++ b/com.dubture.symfony.twig/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Symfony Twig Plugin Bundle-SymbolicName: com.dubture.symfony.twig;singleton:=true -Bundle-Version: 1.0.81 +Bundle-Version: 1.0.82 Bundle-Activator: com.dubture.symfony.twig.SymfonyTwigPlugin Require-Bundle: org.eclipse.core.runtime, org.eclipse.core.resources, diff --git a/com.dubture.symfony.twig/pom.xml b/com.dubture.symfony.twig/pom.xml index fa6c9609..c2e5f541 100644 --- a/com.dubture.symfony.twig/pom.xml +++ b/com.dubture.symfony.twig/pom.xml @@ -5,7 +5,7 @@ com.dubture.symfony parent - 1.0.81 + 1.0.82 com.dubture.symfony.twig diff --git a/com.dubture.symfony.ui/META-INF/MANIFEST.MF b/com.dubture.symfony.ui/META-INF/MANIFEST.MF index c84e25a4..6fe7254b 100644 --- a/com.dubture.symfony.ui/META-INF/MANIFEST.MF +++ b/com.dubture.symfony.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: com.dubture.symfony.ui;singleton:=true -Bundle-Version: 1.0.81 +Bundle-Version: 1.0.82 Bundle-Activator: com.dubture.symfony.ui.SymfonyUiPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/com.dubture.symfony.ui/pom.xml b/com.dubture.symfony.ui/pom.xml index 2b68bb6b..75fe31b7 100644 --- a/com.dubture.symfony.ui/pom.xml +++ b/com.dubture.symfony.ui/pom.xml @@ -5,7 +5,7 @@ com.dubture.symfony parent - 1.0.81 + 1.0.82 com.dubture.symfony.ui diff --git a/pom.xml b/pom.xml index d1d13850..c0b25649 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.dubture.symfony parent - 1.0.81 + 1.0.82 pom com.dubture.symfony.core diff --git a/projectSet.psf b/projectSet.psf index f3a7f7c6..8a636615 100644 --- a/projectSet.psf +++ b/projectSet.psf @@ -30,6 +30,10 @@ + + + + @@ -63,5 +67,12 @@ + + + + + + + \ No newline at end of file