Changeset 508


Ignore:
Timestamp:
07/30/12 11:16:43 (12 years ago)
Author:
sherbold
Message:
  • fixed artifact Ids in POM (had additional "/")
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-ui-core/pom.xml

    r507 r508  
    114114                        <properties> 
    115115                                <swt.groupId>org.eclipse.swt</swt.groupId> 
    116                                 <swt.artifactId>org.eclipse.swt.gtk.linux.x86/</swt.artifactId> 
     116                                <swt.artifactId>org.eclipse.swt.gtk.linux.x86</swt.artifactId> 
    117117                        </properties> 
    118118                </profile> 
     
    127127                        <properties> 
    128128                                <swt.groupId>org.eclipse.swt</swt.groupId> 
    129                                 <swt.artifactId>org.eclipse.swt.gtk.linux.x86/</swt.artifactId> 
     129                                <swt.artifactId>org.eclipse.swt.gtk.linux.x86</swt.artifactId> 
    130130                        </properties> 
    131131                </profile> 
Note: See TracChangeset for help on using the changeset viewer.