Author: timotei
Date: Thu Aug  4 21:12:03 2011
New Revision: 50594

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50594&view=rev
Log:
eclipse plugin: Major the version to 2.0.0

Modified:
    trunk/utils/umc_dev/changelog
    trunk/utils/umc_dev/org.wesnoth.feature/category.xml
    trunk/utils/umc_dev/org.wesnoth.feature/feature.xml
    trunk/utils/umc_dev/org.wesnoth.ui/META-INF/MANIFEST.MF
    trunk/utils/umc_dev/org.wesnoth.ui/build.properties
    trunk/utils/umc_dev/org.wesnoth/META-INF/MANIFEST.MF
    trunk/utils/umc_dev/org.wesnoth/org.wesnoth.product
    trunk/utils/umc_dev/org.wesnoth/plugin.xml

Modified: trunk/utils/umc_dev/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/changelog?rev=50594&r1=50593&r2=50594&view=diff
==============================================================================
--- trunk/utils/umc_dev/changelog (original)
+++ trunk/utils/umc_dev/changelog Thu Aug  4 21:12:03 2011
@@ -1,6 +1,6 @@
 Eclipse plugin changelog
 
-1.0.4
+2.0.0
        * The plugin running as a standalone app now has all the proper
        save/new/undo/redo buttons in the menus.
        * Added support for multiple wesnoth installations. This 

Modified: trunk/utils/umc_dev/org.wesnoth.feature/category.xml
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth.feature/category.xml?rev=50594&r1=50593&r2=50594&view=diff
==============================================================================
--- trunk/utils/umc_dev/org.wesnoth.feature/category.xml (original)
+++ trunk/utils/umc_dev/org.wesnoth.feature/category.xml Thu Aug  4 21:12:03 
2011
@@ -1,7 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
-   <feature url="features/org.wesnoth_1.0.3.jar" id="org.wesnoth" 
version="1.0.3" os="linux,macosx,win32">
+   <feature url="features/org.wesnoth_2.0.0.jar" id="org.wesnoth" 
version="2.0.0" os="linux,macosx,win32">
       <category name="org.wesnoth.plugins"/>
    </feature>
-   <category-def name="org.wesnoth.plugins" label="Wesnoth Plugins"/>
+   <category-def name="org.wesnoth.plugins" label="Wesnoth Eclipse Plugins">
+      <description>
+         This category contains the Wesnoth Eclipse Plugins
+      </description>
+   </category-def>
 </site>

Modified: trunk/utils/umc_dev/org.wesnoth.feature/feature.xml
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth.feature/feature.xml?rev=50594&r1=50593&r2=50594&view=diff
==============================================================================
--- trunk/utils/umc_dev/org.wesnoth.feature/feature.xml (original)
+++ trunk/utils/umc_dev/org.wesnoth.feature/feature.xml Thu Aug  4 21:12:03 2011
@@ -2,13 +2,12 @@
 <feature
       id="org.wesnoth"
       label="Wesnoth User Made Content Plugin"
-      version="1.0.3"
+      version="2.0.0"
       provider-name="www.wesnoth.org"
       os="linux,macosx,win32">
 
    <description>
-      This is the Wesnoth Eclipse UMC Plugin developed as part of Google
-Summer of Code 2010 - 2011.
+      This is the Wesnoth Eclipse UMC Plugin developed as part of Google 
Summer of Code 2010 - 2011.
    </description>
 
    <license url="http://www.eclipse.org/legal/epl-v10.html";>
@@ -249,14 +248,15 @@
          arch="x86,x86_64"
          download-size="0"
          install-size="0"
-         version="1.0.3"/>
+         version="2.0.0"/>
 
    <plugin
          id="org.wesnoth.ui"
-         download-size="0"
-         install-size="0"
-         version="1.0.3"
-         unpack="false"/>
+         os="linux,macosx,win32"
+         arch="x86,x86_64"
+         download-size="0"
+         install-size="0"
+         version="2.0.0"/>
 
    <plugin
          id="org.apache.commons.lang"

Modified: trunk/utils/umc_dev/org.wesnoth.ui/META-INF/MANIFEST.MF
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth.ui/META-INF/MANIFEST.MF?rev=50594&r1=50593&r2=50594&view=diff
==============================================================================
--- trunk/utils/umc_dev/org.wesnoth.ui/META-INF/MANIFEST.MF (original)
+++ trunk/utils/umc_dev/org.wesnoth.ui/META-INF/MANIFEST.MF Thu Aug  4 21:12:03 
2011
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: org.wesnoth.ui
 Bundle-Vendor: www.wesnoth.org
-Bundle-Version: 1.0.3
+Bundle-Version: 2.0.0
 Bundle-SymbolicName: org.wesnoth.ui;singleton:=true
 Bundle-ActivationPolicy: lazy
 Require-Bundle: org.wesnoth;visibility:=reexport,

Modified: trunk/utils/umc_dev/org.wesnoth.ui/build.properties
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth.ui/build.properties?rev=50594&r1=50593&r2=50594&view=diff
==============================================================================
--- trunk/utils/umc_dev/org.wesnoth.ui/build.properties (original)
+++ trunk/utils/umc_dev/org.wesnoth.ui/build.properties Thu Aug  4 21:12:03 2011
@@ -2,6 +2,9 @@
           src-gen/
 bin.includes = META-INF/,\
                .,\
-               plugin.xml
+               plugin.xml,\
+               icons/,\
+               templates/
 javacSource=1.6
 javacTarget=1.6
+src.includes = icons/

Modified: trunk/utils/umc_dev/org.wesnoth/META-INF/MANIFEST.MF
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/META-INF/MANIFEST.MF?rev=50594&r1=50593&r2=50594&view=diff
==============================================================================
--- trunk/utils/umc_dev/org.wesnoth/META-INF/MANIFEST.MF (original)
+++ trunk/utils/umc_dev/org.wesnoth/META-INF/MANIFEST.MF Thu Aug  4 21:12:03 
2011
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Wesnoth UMC Plugin
 Bundle-Vendor: www.wesnoth.org
-Bundle-Version: 1.0.3
+Bundle-Version: 2.0.0
 Bundle-SymbolicName: org.wesnoth;singleton:=true
 Bundle-Activator: org.wesnoth.WesnothPlugin
 Bundle-ActivationPolicy: lazy

Modified: trunk/utils/umc_dev/org.wesnoth/org.wesnoth.product
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/org.wesnoth.product?rev=50594&r1=50593&r2=50594&view=diff
==============================================================================
--- trunk/utils/umc_dev/org.wesnoth/org.wesnoth.product (original)
+++ trunk/utils/umc_dev/org.wesnoth/org.wesnoth.product Thu Aug  4 21:12:03 2011
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?pde version="3.5"?>
 
-<product name="Wesnoth UMC Dev" uid="org.wesnoth.product" 
id="org.wesnoth.product" application="org.wesnoth.application" version="1.0.3" 
useFeatures="true" includeLaunchers="true">
+<product name="Wesnoth UMC Dev" uid="org.wesnoth.product" 
id="org.wesnoth.product" application="org.wesnoth.application" version="2.0.0" 
useFeatures="true" includeLaunchers="false">
 
    <aboutInfo>
       <image path="/org.wesnoth/icons/wesnoth-about.png"/>
@@ -401,7 +401,6 @@
    </plugins>
 
    <features>
-      <feature id="org.wesnoth" version="1.0.3"/>
       <feature id="org.eclipse.xtext.runtime" version="2.0.0.v201106070531"/>
       <feature id="org.eclipse.platform" 
version="3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f"/>
       <feature id="org.eclipse.xtext.ui" version="2.0.0.v201106070531"/>
@@ -413,6 +412,7 @@
       <feature id="org.eclipse.xtend.dependencies" 
version="1.1.0.v201106070515"/>
       <feature id="org.eclipse.xtend.typesystem.emf" 
version="1.1.0.v201106070515"/>
       <feature id="org.eclipse.xtend.ui" version="1.1.0.v201106070515"/>
+      <feature id="org.wesnoth" version="2.0.0"/>
    </features>
 
    <configurations>

Modified: trunk/utils/umc_dev/org.wesnoth/plugin.xml
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/plugin.xml?rev=50594&r1=50593&r2=50594&view=diff
==============================================================================
--- trunk/utils/umc_dev/org.wesnoth/plugin.xml (original)
+++ trunk/utils/umc_dev/org.wesnoth/plugin.xml Thu Aug  4 21:12:03 2011
@@ -590,12 +590,12 @@
             description="Reloads all plugin related files"
             id="org.wesnoth.commands.reloadFiles"
             name="reloadFiles">
-      </command><!--
+      </command>
       <command
             defaultHandler="org.wesnoth.handlers.TestHandler"
             id="org.wesnoth.commands.test"
             name="test command">
-      </command>-->
+      </command>
    </extension>
    <extension
          point="org.eclipse.ui.menus">
@@ -657,7 +657,7 @@
                      name="preferencePageId"
                      value="org.wesnoth.preferences.UMCPage">
                </parameter>
-            </command><!--
+            </command>
             <separator
                   name="separator3"
                   visible="true">
@@ -666,7 +666,7 @@
                   commandId="org.wesnoth.commands.test"
                   label="Test (FOR DEBUG ONLY!!)"
                   style="push">
-            </command> -->
+            </command>
          </menu>
       </menuContribution>
    </extension>


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to