Ignore:
Timestamp:
03/03/10 12:01:16 (14 years ago)
Author:
patdui
Message:
  • added as3httpclient for doing http DELETE commands etc...
  • implemented editor
  • Using Basic Header security to authorize POST and DELETEs
  • renamed Register to Importer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentBrowserGui/pom.xml

    r168 r206  
    1111        <properties>
    1212          <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     13          <targetPlayer>10.0.0</targetPlayer>
    1314        </properties>
    1415
     
    1718      <groupId>com.adobe.flex.framework</groupId>
    1819      <artifactId>flex-framework</artifactId>
    19       <version>3.2.0.3958</version>
     20      <version>3.5.0.12683</version>
    2021      <type>pom</type>
     22          <exclusions>
     23                <exclusion>
     24                  <groupId>com.adobe.flex.framework</groupId>
     25                  <artifactId>playerglobal</artifactId>
     26                </exclusion>
     27          </exclusions>     
    2128    </dependency>       
     29    <dependency>
     30      <groupId>com.adobe.flex.framework</groupId>
     31      <artifactId>playerglobal</artifactId>
     32      <version>3.5.0.12683</version>
     33      <classifier>10</classifier>
     34      <type>swc</type>
     35    </dependency>       
     36    <dependency>
     37      <groupId>org.httpclient</groupId>
     38      <artifactId>as3httpclientlib</artifactId>
     39      <version>1.0.6</version>
     40      <type>swc</type>
     41    </dependency>     
     42    <dependency>
     43      <groupId>com.adobe</groupId>
     44      <artifactId>as3corelib</artifactId>
     45      <version>0.92.1</version>
     46      <type>swc</type>
     47    </dependency>   
     48    <dependency>
     49      <groupId>com.hurlant</groupId>
     50      <artifactId>as3crypto</artifactId>
     51      <version>1.3</version>
     52      <type>swc</type>
     53    </dependency>   
    2254        </dependencies>
    2355
     
    2860                        <groupId>org.sonatype.flexmojos</groupId>
    2961                        <artifactId>flexmojos-maven-plugin</artifactId>
     62                        <version>3.5.0</version>
    3063                        <extensions>true</extensions>
    3164                        <configuration>
    3265                          <debug>true</debug>
    3366                        </configuration>
     67                <dependencies>
     68                  <dependency>
     69                <groupId>com.adobe.flex</groupId>
     70                    <artifactId>compiler</artifactId>
     71                <version>3.5.0.12683</version>
     72                    <type>pom</type>
     73              </dependency>
     74                </dependencies>
    3475                  </plugin>
    3576        </plugins>
Note: See TracChangeset for help on using the changeset viewer.