Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1965 - in development/laboratory/ide/eclipse/magic: . features plugin update

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: peter AT neubauer.se
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1965 - in development/laboratory/ide/eclipse/magic: . features plugin update
  • Date: Mon, 07 Mar 2005 03:24:33 -0500

Author: peter AT neubauer.se
Date: Mon Mar 7 03:24:31 2005
New Revision: 1965

Added:
development/laboratory/ide/eclipse/magic/
development/laboratory/ide/eclipse/magic/features/
development/laboratory/ide/eclipse/magic/features/.project
development/laboratory/ide/eclipse/magic/features/build.properties
development/laboratory/ide/eclipse/magic/features/feature.xml
development/laboratory/ide/eclipse/magic/plugin/
- copied from r1964, development/laboratory/ide/eclipse/TransitPlugin/
development/laboratory/ide/eclipse/magic/update/
development/laboratory/ide/eclipse/magic/update/.project
development/laboratory/ide/eclipse/magic/update/site.xml
Modified:
development/laboratory/ide/eclipse/magic/plugin/.classpath
development/laboratory/ide/eclipse/magic/plugin/plugin.xml
Log:
initial checkin for update site and feature project, and move TransitPlugin
to better name


Added: development/laboratory/ide/eclipse/magic/features/.project
==============================================================================
--- (empty file)
+++ development/laboratory/ide/eclipse/magic/features/.project Mon Mar 7
03:24:31 2005
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>magic-plugin-feature</name>
+ <comment></comment>
+ <projects>
+ <project>magic-plugin</project>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>

Added: development/laboratory/ide/eclipse/magic/features/build.properties
==============================================================================
--- (empty file)
+++ development/laboratory/ide/eclipse/magic/features/build.properties Mon
Mar 7 03:24:31 2005
@@ -0,0 +1 @@
+bin.includes = feature.xml

Added: development/laboratory/ide/eclipse/magic/features/feature.xml
==============================================================================
--- (empty file)
+++ development/laboratory/ide/eclipse/magic/features/feature.xml Mon
Mar 7 03:24:31 2005
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="net.dpml.ide.eclipse.Magic"
+ label="magic-eclipse-feature"
+ version="0.1.0">
+
+ <description url="http://www.dpml.net/magic-eclpse-integration";>
+ This enables eclipse to bild a java project using Magic index file as
the source for the creation of source folders and the mounting of dependency
jars as dynamic classpath entries.
+ </description>
+
+ <copyright url="http://www.dpml.net";>
+ /*
+ * Copyright 2005 Peter Neubauer
+ *
+ * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot;
BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ </copyright>
+
+ <license url="http://www.yourdomain.com/license";>
+ /*
+ * Copyright 2005 Peter Neubauer
+ *
+ * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an &quot;AS IS&quot;
BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ </license>
+
+ <url>
+ <discovery label="Localhost"
url="http://locahost:8080/magic-eclipse/"/>
+ </url>
+
+ <requires>
+ <import plugin="org.eclipse.ui"/>
+ <import plugin="org.eclipse.core.runtime"/>
+ <import plugin="org.eclipse.jdt"/>
+ <import plugin="org.apache.ant"/>
+ <import plugin="org.eclipse.jdt.launching"/>
+ <import plugin="org.eclipse.platform"/>
+ <import plugin="org.eclipse.jdt.core"/>
+ <import plugin="org.eclipse.core.resources"/>
+ <import plugin="org.eclipse.debug.core"/>
+ <import plugin="org.eclipse.ui.ide"/>
+ </requires>
+
+ <plugin
+ id="net.dpml.ide.eclipse.plugins.Magic"
+ download-size="0"
+ install-size="0"
+ version="0.1.0"/>
+
+</feature>

Modified: development/laboratory/ide/eclipse/magic/plugin/.classpath
==============================================================================
--- development/laboratory/ide/eclipse/TransitPlugin/.classpath (original)
+++ development/laboratory/ide/eclipse/magic/plugin/.classpath Mon Mar 7
03:24:31 2005
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/"/>
- <classpathentry exported="true"
sourcepath="/ide-common/magic/src/main" kind="lib"
path="lib/dpml-ide-common-magic-SNAPSHOT.jar"/>
+ <classpathentry exported="true" kind="lib"
path="lib/dpml-ide-common-magic-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/dpml-magic-core-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/dpml-transit-main.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/dpml-transit-tools.jar"/>

Modified: development/laboratory/ide/eclipse/magic/plugin/plugin.xml
==============================================================================
--- development/laboratory/ide/eclipse/TransitPlugin/plugin.xml (original)
+++ development/laboratory/ide/eclipse/magic/plugin/plugin.xml Mon Mar 7
03:24:31 2005
@@ -3,7 +3,7 @@
<plugin
id="net.dpml.ide.eclipse.plugins.Magic"
name="Eclipse Magic Plug-in"
- version="1.0.0"
+ version="0.1.0"
provider-name="DPML"
class="net.dpml.ide.eclipse.plugins.magic.MagicPlugin">
<runtime>

Added: development/laboratory/ide/eclipse/magic/update/.project
==============================================================================
--- (empty file)
+++ development/laboratory/ide/eclipse/magic/update/.project Mon Mar 7
03:24:31 2005
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>magic-plugin-update</name>
+ <comment></comment>
+ <projects>
+ <project>magic-plugin</project>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.UpdateSiteBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.UpdateSiteNature</nature>
+ </natures>
+</projectDescription>

Added: development/laboratory/ide/eclipse/magic/update/site.xml
==============================================================================
--- (empty file)
+++ development/laboratory/ide/eclipse/magic/update/site.xml Mon Mar 7
03:24:31 2005
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature url="features/net.dpml.ide.eclipse.Magic_0.1.0.jar"
id="net.dpml.ide.eclipse.Magic" version="0.1.0">
+ <category name="net.dpml.ide.eclipse.magic"/>
+ </feature>
+ <category-def name="net.dpml.ide.eclipse.magic" label="Magic Eclipse
Plugin"/>
+</site>



  • svn commit: r1965 - in development/laboratory/ide/eclipse/magic: . features plugin update, peter, 03/06/2005

Archive powered by MHonArc 2.6.24.

Top of Page